Please support this project by making a donation or purchasing the Microsoft Store version (version 8):
🎐 Requirements
🟢 Recommended
- Windows 10/11 x64 version 22H2
- .NET Desktop Runtime 8
- WebView2 Runtime x64 (required for App settings, Quick Setup, Check for Update, About dialog)
🟠 Minimum requirements
- Windows 10 x64 version 2004 (20H1)
- .NET Desktop Runtime 6
📝 Changelog:
ImageGlass 9.0 RC is the continuation of the version 9.0 beta 5,
you should read the previous changelog here: https://github.com/d2phap/ImageGlass/releases/tag/9.0.5.726.
Show / hide details
🟣 Breaking changes
AllFormats
to FileFormats
, SinglePageFormats
to SingleFrameFormats
"AllFormats": "*.jpg;*.png"
"FileFormats": ".jpg;.png"
igcmd.exe set-default-viewer <formats>
and igcmd.exe remove-default-viewer <formats>
ToolbarItems
to ToolbarButtons
InfoItems
to ImageInfoTags
Arguments
of Tools
setting to Argument
Arguments
type of MouseClickActions
, ToolbarButtons
from string
to string[]
(string array)
ShowTitlebarLogo
to app setting ShowAppLogo
🟣 General changes
DisabledMenus
to disable menus of ImageGlass similar to v8
EnableDebug
to launch ImageGlass in debug mode
.jxl
into the list of non-animated formats by default, you can change it in the setting SingleFrameFormats
ToggleOff
is empty
None
Icons
folder (#1630)
IG_
causes error "Parameter count mismatch"
IsIntegrated = false
cause the 2nd instance of external tool cannot be launched
🟣 Quick Setup dialog
QuickSetupVersion
, set a value greater than 9
will prevent the Quick Setup dialog from showing.
🟣 App Settings
ShowAppIcon
to toggle the ImageGlass icon on the title bar
ImageInfoTags
EditApps
:
// in igconfig.json
"EditApps": {
// open .JPG and .PNG file with Photoshop
".jpg;.png": {
"AppName": "Photoshop",
"Executable": "path\\to\\photoshop.exe",
"Argument": "<file>" // <file> is the current image path to pass to the 'Executable'
}
}
ToolbarButtons
:
FileFormats
ZoomLevels
:
Use smooth zooming
Load default zoom levels
🟣 Viewer component
🟣 Gallery component
GalleryCacheSizeInMb
(#1647)
🟣 ImageGlass Tools
Arguments
to Argument
:
// in igconfig.json
"Tools": [
{
"ToolId": "Tool_MyDemoApp", // a unique ID
"ToolName": "My Demo app", // name of the tool
"Executable": "path\\to\\the\\DemoApp.exe",
"Argument": "<file>", // <file> is the current image path to pass to the 'Executable'
"Hotkeys": ["X", "Ctrl+E"], // press X or Ctrl+E to toggle the tool
"IsIntegrated": true|false // true: if the tool supports 'ImageGlass.Tools'
}
]
🟣 Other updates for ImageGlass 9.0 RC
- Published ImageGlass.Tools library v1.9060 to support .NET 8
- Published ExifGlass app v1.2
🥒 Checksums:
File | SHA-1 |
---|---|
ImageGlass_Moon_9.0.6.1008_RC_x64_net8.zip | 8670E00C18780AD46F31E5587702353E3F8535CD
|
ImageGlass_Moon_9.0.6.1008_RC_x64_net7.zip | 2AE9FB5F94BE4A293A241FDD3C6D8E15A1504B33
|
ImageGlass_Moon_9.0.6.1008_RC_x64_net6.zip | 0C3E0364C1213C77544B12ACC458D1835238D6FB
|
-- | -- |
ImageGlass_Moon_9.0.6.1008_RC_arm64_net8.zip | B71C540A5378994B6FEE789052E26C5C07C18B9D
|
Full Changelog: 9.0.5.726...9.0.6.1008