Please support this project by making a donation or purchasing the Microsoft Store version:
♨ Binary updates
- 11/06/2024: Updated the binary files to fix an issue where toolbar icons are not scaled correctly (#1936)
⭐ Visit Us at The Merge Conference on June 14, 2024
ImageGlass is proud to be one of the open-source projects that will be exhibiting at The Merge Conference in Berlin, Germany. If you're attending, be sure to visit our booth and explore other amazing open-source projects!
- 📅 Date & Time: June 14, 2024 10:00 AM - 2:00 PM
- 🌐 Website: https://merge.berlin
📝 Changelog
🌱 New Features
- Added support for viewing one or more color channels in Main Menu > Image > View channels (#593)
- Added menu Magick.NET Lossless Compression (hotkey Alt+C) in Main Menu > Tools to support for reducing the size of image using Magick.NET library (#1518)
- Added Reset settings link in app settings window to launch ImageGlass Quick Setup window for resetting all user settings (#1694)
- Added Startup Boost feature in Settings > General > Startup to accelerate ImageGlass startup launch (#1832)
- Added new command
--startup-boost
for ImageGlass.exe to run in the Startup Boost mode - Added commands
set-startup-boost
andremove-startup-boost
for igcmd.exe to enable / disable Startup Boost mode
- Added new command
- Added support for new image loading orders: EXIF: Date taken and EXIF: Rating. If user enables the Use Windows File Explorer sort order if possible setting, ImageGlass can retrieve the Rating sort order of File Explorer (besides name, file extension, and file size)
- Added menu Change background color... (hotkey M) in Main Menu > Layout to open Color Picker to set background color
- ImageGlass API:
- Added API
IG_SetBackgroundColor(string? hexColor = null)
to change the background color. IfhexColor
is not defined, it will show Color Picker dialog instead. User can use this API to add a custom toolbar button to quickly change background color (#730) - Replaced API
IG_ViewNextImage()
andIG_ViewPreviousImage()
withIG_ViewImage(int step)
to allow user to skip forward/backward images (#1767)
- Added API
🔮 Improvements
- Upgraded Magick.NET v13.9.1
- Improved app launch time by asynchronously loading toolbar icons
- Improved the performance of Color Picker tool, kudo to @Charltsing
- Added Magick.NET version information in About dialog
- Updated the new MSI Installer experience
- UI for the experimental settings:
🐛 Bugfixes
- Fixed an issue where thumbnails were not updated when replacing the image file with same name (#1564, #1859, #1922)
- Fixed an issue where ImageGlass window didn't restore correctly when using multiple monitors (#1785, #1865, #1918)
- Fixed an issue where GIF formats with embedded color profile could not animate (#1907)
- Fixed an issue where user could not minimize ImageGlass window when using Frameless or Fullscreen mode, kudo to @AntonyCorbett (#1904)
- Fixed an issue where the window background would flash white on startup when in Maximized mode, or not using the Backdrop style (#1889)
Full Changelog: 9.0.11.502...9.1.6.14