Replies: 2 comments
-
|
joy |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No more portable zips? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Blogpost: https://imageglass.org/news/announcing-imageglass-10-beta-2-101
Mirror link: https://www.patreon.com/posts/release-10-beta-159372334
Download
for all download options
to support this project:
Warning
💥 If you're upgrading from v10 Beta 1
Due to breaking changes in app settings, v10 beta 2 may crash on startup, you should delete the
igconfig.jsonfile located in%LocalAppData%\ImageGlass_10~/.local/share/ImageGlass_10/Users/<username>/Library/Application Support/ImageGlass_10Changelog
🟢 New Features
1. HDR Support (#2121, #2148, #1430)
EnableHdrToneMappingfor toggling HDR processingHdrInfo2. Native Vector Rendering
EnableVectorRendererto fallback to the raster rendering3. Introduce
ImageGlass.SDKlibraryImageGlass.ToolslibraryToolssetting inigconfig.json, same as version 9.For example, add exiftool as external tool for ImageGlass:
{ "ToolId": "Tool_ExifTool", "ToolName": "ExifTool", "Executable": "cmd", "Arguments": "/k exiftool.exe -fast -G -t -m -q -H \"<file>\"", "IsIntegrated": false, "Hotkeys": ["Alt+Q"] }igplugin.jsonfile, put it in%LocalAppData%\ImageGlass_10\_plugins\<your_plugin_dir>folder{ "id": "Plugin_MyCodec", "name": "My Codec Plugin", "description": "Native plugin that exposes one codec to ImageGlass.", "version": "1.0.0", "author": "Your Name", "website": "https://example.com", "kind": "Codec", "executable": "MyCodecPlugin.dll", "supportedExtensions": ".foo;.bar" }4. Redesigned Built-in Tools
5. Implemented features from v9
GalleryCacheSizeInMbEnableLoopBackNavigationandEnableLoopSlideshowEnablePreserveModifiedDateEnableNavigationButtonsEnableOnlyLoadRawPreview,EnableOnlyLoadNonRawPreview,PreviewMinWidth,PreviewMinHeightMouseClickActions,MouseWheelActionsBackgroundColor,SlideshowBackgroundColor🟡 Improvements
MSIXfor Windows builds,DMGfor macOS,flatpakfor LinuxEnableGalleryShellThumbnailto disable usage of Windows thumbnails (Option to disable usage of Windows thumbnails #2301)ImageInterpolationScaleDownandImageInterpolationScaleUpNearestNearestMipmapNearestNearestMipmapLinearLinearLinearMipmapNearestLinearMipmapLinearCubicMitchellCubicCatmullRomAnisotropic🔴 Bugfixes
ImageGlass Roadmap Update – 2026:
Please read announcement at: #2287
New Contributors
Full Changelog: 10.0.0.314-beta-1...10.0.2.66-beta-2
This discussion was created from the release ImageGlass 10 Beta 2 (v10.0.2.66).
Beta Was this translation helpful? Give feedback.
All reactions