IllustratorsLeak
Phap Duong
Phap Duong

patreon


Announcing ImageGlass Moon 9.0 beta 2

This is the beta-2 release of ImageGlass Kobe version 9. Many features of version 8 are missing and there are a lot of breaking changes. All features and settings may be changed when the official version 9 is released.

To follow the progress of version 9 beta 3, please visit: https://github.com/d2phap/ImageGlass/projects/13. You can also support this project by making a donation or purchasing the Microsoft Store version (version 8).

General changes

New viewer component

The viewer component of v9.0 beta 2 is rewritten again to support hardware acceleration for transparent image formats, such as PNG, ICO,… It supports all features of Direct2D 1.3. All image interpolation modes are:

Zooming functions are improved. You don't need to enable Image Focus mode to use the smooth keyboard zooming, this mode is not only for smooth panning.

You can customize mouse actions as well. There are 2 settings for this:

Thumbnails bar component improvement

Toolbar component improvement

Full example:

"ToolbarItems": [
{
  "Type": "Button",
  "Id": "btn_Flip",
  "Text": "Flip and save the image, then exit ImageGlass",
  "DisplayStyle": "Image",
  "Alignment": "Right",
  "Image": "%systemroot%\\system32\\my_custom_icon.svg",
  "OnClick": {
    "Executable": "MnuFlipHorizontal",
    "Argument": "",
    "NextAction": {
      "Executable": "IG_Save",
      "NextAction": {
        "Executable": "IG_Exit",
      }
    }
  }
}
]

Image Booster component

Auto-detect and uses current monitor color profile.

New features

For all new features and details of the changes, please visit: https://github.com/d2phap/ImageGlass/releases/tag/9.0.2.904

Try it now!

Be aware of scams and only get the files from our site!
Also, to report bugs, suggestions and generally provide feedback, use our Issue; reporting anything on social media or in any other place is just pointless, as the developers only follow Issue.

Download ImageGlass Moon 9.0 beta 2

For the complete changes see the changelog.

Announcing ImageGlass Moon 9.0 beta 2

More Creators