ImageGlass

๐Ÿž A lightweight, versatile image viewer

OTHER License

Stars
6.8K
Committers
49

Bot releases are hidden (Show)

ImageGlass - ImageGlass Moon 9.0 beta 1 ๐ŸŒ‘

Published by d2phap over 2 years ago

Downloads

โ™จ Updates

  • Build v9.0.1.518: Fixed an issue where the app cannot find Codecs folder.
  • Build v9.0.1.515: Fixed an issue where the app cannot write igconfig.json file in the startup folder.

โš  Breaking changes

This is the first beta release of ImageGlass Kobe version 9, rewritten from scratch. Many features of the 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.

๐Ÿ’€ If you want to try this bleeding edge release, use it at your own risk!

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

๐ŸŽ Minimum requirements

๐Ÿ“ Changelog:

Show / hide details

๐ŸŸฃ General changes

  • Changed format of config, theme, and language from XML to JSON: igconfig.json, igtheme.json, <language name>.iglang.json.
  • Supports hardware acceleration for non-alpha, non-animating image formats (#272).
  • Adds Image Focus mode for better panning and zooming the viewing image.
  • Supports hotkey customization for menus, and Image Focus mode (#608).
  • Supports more flexible customization for toolbar buttons and positions.
  • Supports smooth scrolling and displaying tooltip for thumbnails.
  • Adds ability to choose which image information tags to display on title bar (#971).
  • Adds more options in theme pack.
  • Supports FITS, XV, VIFF, MJPEG and animating WEBP format (#508).
  • The server for Check for update feature is changed to https://github.com/ImageGlass/config.
    Supports 3 levels of setting: igconfig.json, igconfig.default.json, igconfig.admin.json
  • Supports passing individual settings to ImageGlass.exe through command line (#669).
    The setting must start with a hyphen -, and setting value comes after equal character =. For example:
    # hide the toolbar and set background color to red
    ImageGlass.exe -ShowToolbar=false -BackgroundColor=#ff0000
    
  • Supports customizing the image information on title bar through the setting InfoItems (#971), supports displaying EXIF Rating.
  • Upgraded Magick.NET to v11.1.2.
  • Fixed: when single instance enabled, window always stayed behind when passing a file (#620).
  • Uses the new API to save the window position: WindowPlacement. This works better with multi-screens.
  • Changes registry keys for Set as default photo viewer from ...\PhapSoftware\ImageGlass\... to ...\ImageGlass<code>\..., while code is either Kobe, Spider, or Moon. This is ImageGlass Moon release, so the key is ...\ImageGlassMoon\....

๐ŸŸฃ New viewer component: ImageGlass.PhotoBox

  • Supports hardware acceleration to improve image interaction performance (#272).
  • Navigation arrow buttons are improved with better look and interaction behaviors (#1224).
  • Supports showing better text message.
  • Supports Image focus mode for smooth zooming and panning (#272, #522).
  • Able to change zooming/panning speed.
  • Supports customize keyboard for Image focus mode through the setting ImageFocusModeHotkeys (#608). Default values:
    "ImageFocusModeHotkeys": {
      "InternalPanningLeftKeys": "Left",
      "InternalPanningRightKeys": "Right",
      "InternalPanningUpKeys": "Up",
      "InternalPanningDownKeys": "Down",
      "InternalZoomInKeys": "-",
      "InternalZoomOutKeys": "+"
    }
    

๐ŸŸฃ Toolbar component

๐ŸŸฃ Thumbnails component

  • Adds option to show filename under the thumbnail (#539)
  • Supports item tooltip
  • Supports dark mode for scrollbar
  • Supports persistent disk cache, maximum 100 MB by default (#1292)
  • Supports dragging thumbnail to other app (#990)
  • Improves scrolling performance by mouse wheel, trackpad.

๐ŸŸฃ Image Booster component

  • Supports cancelling loading the previous images on fast navigating (#1025, #1107)
  • Supports custom codecs. Currently, only contains Magick.NET codec

๐ŸŸฃ Menu component

  • Supports custom keyboard shortcut through the setting MenuHotkeys (#608). For example:
    "MenuHotkeys": {
      "MnuAbout": "Ctrl+Shift+Alt+A",
      "MnuCopyPath": "F1",
      "MnuOpenFile": "O"
    }
    
  • Removes the ugly top-left lines (#1218)

๐ŸŸฃ Supported features

  • File > Open file..
  • File > Open width...
  • File > Print...
  • File > Refresh / Reload / Reload image list
  • Navigation > View next / previous image
  • Navigation > View the first / last image
  • Zoom > Zoom in / out / view actual size
  • Zoom > all 6 zoom modes from version 8:
    • Auto zoom,
    • Lock zoom,
    • Scale to width,
    • Scale to height,
    • Scale to fit,
    • Scale to fill.
  • Image > Image focus mode (new)
  • Image > Loading orders
  • Image > Open image location
  • Image > View image properties
  • Clipboard> Copy / Cut multiple image files
  • Clipboard > Copy image pixel data
  • Clipboard > Copy image path
  • Layout: All menu features from version 8: Toggle toolbar, thumbnail bar, checkerboard background, set window always on top
  • Help > Set as default photo viewer (new)
  • Help > Unset default photo viewer (new)
  • And other features...

๐ŸŸฃ Limitations

  • Changing settings in runtime is not supported yet. If you want to change settings, you can do it using igconfig.json before the app runs.
  • Supporting for animating WEBP format is not native yet, ImageGlass converts WEBP to GIF to play the animation.
  • Hardware acceleration is not supported for those images that contain alpha pixels (transparent) and larger than 16,380 pixel width and height.

๐Ÿฅ’ Checksums:

File SHA-1
ImageGlass_Moon_9.0.1.518_Beta-1_x64.zip BF9F2BD48989BDA7E7700BA5A0D495EDCE83F257
ImageGlass - ImageGlass Kobe 8.5.1.22

Published by d2phap over 2 years ago

Downloads

๐Ÿ‘๐Ÿฟ Support ImageGlass on Microsoft Store!

This is the paid version, you will need to pay a small amount after 7-day trial. If you buy ImageGlass in the Microsoft Store, you'll be supporting its development directly. You will get the convenience of fast, easy installation onto all of your Windows devices along with fully automatic, behind-the-scenes updates with all the newest features, improvements, and fixes.

๐Ÿ“ Changelog:

๐ŸŒฑ New:

  • Added support for QOI image format.
  • Added an option to play sound when a number of images change (#1199), thanks to @AutomationBoi.
  • Added new shortcut to close ImageGlass: Ctrl+W (#1172).
  • Added an option: "Continue running background when the app is closed" to minimize the app window to system tray menu when user closes ImageGlass (#1196). To truly exit the app, right-click on ImageGlass tray icon, select Exit; or use Main menu > Exit (Shift+ESC).
  • Added an option: "Start with OS" to auto-run ImageGlass when Windows starts and stay in system tray (#1205).

๐Ÿ”ฎ Improvements:

  • Improved software security, all binary files are now signed (#97).
  • Updated Magick.NET to 8.6.1.
  • Added extensions icons for JXL, HEIF, CR3, AVIF, B64, QOI (#1183).

๐Ÿ› Bugfixes:

  • Fixed an issue that the viewing image disappears when changing color channels (#1175).
  • Fixed an issue that when editing image from the clipboard, ImageGlass ignores the editing app from Settings > Edit, always uses MS Paint (#1139).
  • On Windows 11, fixed an issue that the default editing function throws error because of the changes of Windows associated programs (#1160). ImageGlass is now using MS Paint to edit by default on Windows 11.
  • Fixed several issues that the image is corrupted while being saved when users navigate to other images or close the app by disabling the UI when the app is busy (#566, #1097, #1120, #1134).
  • Fixed an issue that ImageGlass shows confusing error message when clicking on Unregister extensions button (#1174).

๐Ÿฅ’ Checksums:

File SHA-1
ImageGlass_8.5.1.22_x64.msi 988efe9ec3db11f769240fe7b118b08ee859e973
ImageGlass_8.5.1.22_x64.deleted.msi 6062fa31452e5b359b2d3893a6ae350d4a4c7fe8
ImageGlass_8.5.1.22_x64.zip a04de0d9a833c562e2871a1834dabc204d1c76ca
ImageGlass_8.5.1.22_x86.msi be49f886f8f81796bba872e8f0a10fd599f31b09
ImageGlass_8.5.1.22_x86.zip 3c9a00bc5c169251021d942f578987d606a43110

Update:

  • Updated the ImageGlass_8.5.1.22_x64.msi to fix #1260, the old one is marked deleted.

๐Ÿ›ฃ Roadmap for ImageGlass 9

We are planning to migrate ImageGlass to .NET 6 from version 9 which is scheduled some time in 2022.
If you are unable to install .NET 6, you can stay with ImageGlass 8.

ImageGlass - ImageGlass Kobe 8.3.11.21

Published by d2phap almost 3 years ago

Downloads

ImageGlass comes to Microsoft Store!

This is the paid version, you will need to pay a small amount after 7-day trial.

If you buy ImageGlass in the Microsoft Store, you'll be supporting its development directly. You will get the convenience of fast, easy installation onto all of your Windows devices along with fully automatic, behind-the-scenes updates with all the newest features, improvements, and fixes. ๐Ÿ˜Š

๐ŸŒฑ New:

  • Updated UI for Windows 11 (#1099, #1147)
  • Added "Custom zoom..." feature Z
  • Added Ascending and descending loading options in the main menu / context menu (#1101)
  • Added support for multipage printing for .FAX format (#1091)
  • Added options in Settings > Image > Full screen to hide the toolbar and thumbnail bar in Full screen mode (#551, #621, #936, #1035)

๐Ÿ”ฎ Improvements:

  • Updated Magick.NET to 8.4.0
  • Changed keyboard shortcut of main menu from ` to Alt+F (#1159)
  • Set keyboard shortcut for "Keep window always on top" to ` (#970, #1161)
  • Set keyboard shortcut for Copy image path to Ctrl+L (#608)
  • Improved multipage formats auto-detection (#1113)
  • Improved color management for multipage formats (#906)
  • Supported accent color in theme pack for toolbar and thumbnail bar (#218, #1121)
  • Added an icon for .HEIC extension (#1076)
  • Added an option "Use embedded thumbnail for RAW formats" in Settings > Image > Image loading (#682, #495)

๐Ÿ› Bugfixes:

  • Fixed an issue that the image opened from clipboard doesn't apply zoom mode (#583)
  • Fixed an issue that "Save as.." across network throws unhandled exception (#1055), thanks to @fire-eggs
  • Fixed an issue that the "Save" and "Save as..." of a pasted image from clipboard results in dialog error (#1075), thanks to @fire-eggs
  • Fixed some resouce leaks (#1087)
  • Fixed an issue that .TIF files display a pink tint after rotating (#874)
  • Fixed an issue that opening duplicated folders when rooted in user directory (#1151), thanks to @dixonte

๐Ÿงช Experiment settings (no UI):

  • Added new setting: SinglePageFormats which contains a list of extensions to forcefully read the formats as single-page (for better loading speed). Default value: *.psd;*.heif;*.heic;*.webp; (#1157)

๐Ÿฅ’ Checksums:

File SHA-1
ImageGlass_8.3.11.21_x64.msi ac9530fca39d89906941cd11ee166daf0d8d7648
ImageGlass_8.3.11.21_x64.zip 2d149661e7dd5928267c3a0d19be383084b478ed
ImageGlass_8.3.11.21_x86.msi 6e376586e7638df74d62755a4a2e613ba60a17eb
ImageGlass_8.3.11.21_x86.zip caa954d42b0b74dcf7025130b97f607eb51f2909

๐Ÿ›ฃ Roadmap for ImageGlass 9

We are planning to migrate ImageGlass to .NET 6 from version 9 which is scheduled some time in 2022.
If you are unable to install .NET 6, you can stay with ImageGlass 8.

ImageGlass - ImageGlass 8.2.6.6 - June

Published by d2phap over 3 years ago

Downloads

๐Ÿน Join in ImageGlass official Discord server here: http://discord.io/imageglass

๐Ÿ“ข Note:

๐Ÿ› Bugfix:

  • Fixed an issue when edit the viewing image by default app does not work.

๐Ÿฅ’ Checksums:

File SHA-1
ImageGlass_8.2.6.6_x64.msi 15fed676bce43befe21bcb8141409a356a87f1da
ImageGlass_8.2.6.6_x64.zip e06c8e33db158b9b2d5ef67f9dcf89388f201cc3
ImageGlass_8.2.6.6_x86.msi d28a36b77e0b056bed541a4610ca497cb20d0186
ImageGlass_8.2.6.6_x86.zip 3cdcfec64304a16bada10ea849aba5e10b4a5fcc
ImageGlass - ImageGlass 8.2.5.16 - June

Published by d2phap over 3 years ago

Downloads

๐ŸŒฑ New:

  • ImageGlass official Discord server: http://discord.io/imageglass ๐Ÿน
  • Editing app: (#945)
    • Added support for *.lnk extension, environment variables (relative paths). You can use command for App path, e.g. cmd, cmd.exe, imageglass, ...
    • Added support for selecting multiple extensions to edit.
  • Added support for auto-selecting the largest frame of ICO files (#994).

๐Ÿ”ฎ Improvements:

  • Updated Magick.NET to 7.24.0.0
  • Added color management for WebP and AVIF images (#1022), kudo to @datasone.
  • Added support for printing all pages of TIFF file (#1031).
  • Set minimum size of window in Window Fit mode (#814).

๐Ÿ› Bugfixes:

  • Fixed an issue that cannot convert from WEBP to PNG (#1021).
  • Fixed an issue where "Reached first image" state stops animated GIF from playing (#1020), thanks to @fire-eggs.
  • Fixed an issue that opening an image pops up the message "Reached the first image" and only shows a blank screen until you go prev/next (#1019), thanks to @fire-eggs.
  • Fixed an issue when rotating files and saving them causes corruption (#1033).
  • Fixed an issue when %AppData%\ImageGlass does not exist, ImageGlass is unable to save user settings (#689).
  • Fixed an issue that Save image as... crashed when file extension is empty (#1050).

๐Ÿฅ’ Checksums:

File SHA-1
ImageGlass_8.2.5.16_x64.msi 80e2f715b07ca3f052fa7f00c33b685742935958
ImageGlass_8.2.5.16_x64.zip e5054b8dd5235325241c469936a30c5ebb12b90f
ImageGlass_8.2.5.16_x86.msi c5d95aaaf99e569541fe732f3ae6902e1879266b
ImageGlass_8.2.5.16_x86.zip ae76f7d91391954b53bf09af313d007489e62b51
ImageGlass - ImageGlass 8.1.4.18 - Home

Published by d2phap over 3 years ago

Downloads

๐ŸŒช Breaking change:

  • Shortcut for "Save image as..." menu changed from Ctrl+S to Ctrl+Shift+S (#939)
  • Shortcut for "Open image location" menu changed from Ctrl+Shift+L to L (#958)

๐ŸŒฑ New:

  • Added JPEG XL (*.jxl) support (#940), kudo to @cocoon!
  • Added "Save image" menu (Ctrl+S) (#939)
  • ImageGlass official Discord server: http://discord.io/imageglass ๐Ÿน

๐Ÿ”ฎ Improvements:

  • Updated Magick.NET to 7.23.3.0
  • Improved startup time when opening the image in a large folder (#881), kudo to @dixonte!
  • Exif tool: Added ability to customize the EXIF tags to view (#978)
  • Disabled "View channels" menu if it is not supported for the viewing image (#571)
  • Hid "Open with" menu on Windows 7 (#869)
  • Added more interpolation options in Zoom Optimization setting (#949)
  • Added current viewing folder item in Open/Save file dialog (#952)
  • Reused the existing File Explorer window for "Open Image Location" (#972), kudo to @dixonte!
  • Improved opening time of menu / context menu.
  • Updated the text in Check for update dialog to be more subtle (#932)

๐Ÿ› Bugfixes:

  • Fixed an issue where cannot integrate exiftool.exe if its path contains space (#927), kudo to @Norgerman!
  • Fixed an issue that an unhandled exception thrown when using Windows touch and pen input (#928)
  • Fixed an issue that an unhandled exception thrown when saving a theme (#872)
  • Fixed an issue where memory leak happens for certain GIF files (#950)
  • Fixed an issue where the app crashed in Settings if using custom ThumbnailDimension (#967)
  • Fixed an issue that HEIC images with YUV444P8/10 color space doesn't present correct chroma resolution (#977)
  • Fixed an issue that unchecking "Auto-center the window in Window Fit mode" in Settings doesn't work (#987), kudo to @flyxyz123!
  • Fixed an issue that toolbar disappears when returning from Full screen mode (#961), kudo to @cocoon!
  • Fixed an issue that Previous / Next Image with arrow keys also pan the view (#963), kudo to @fire-eggs!
  • Fixed an issue that toolbar buttons are misaligned after maximized (#965), kudo to @cocoon!

๐Ÿฅ’ Checksums:

Note: The ImageGlass_8.1.4.18_x64.msi file is updated to fix the issue #1014. Hence the SHA-1 checksum is updated, too.

File SHA-1
ImageGlass_8.1.4.18_x64.msi 53b3a51d9387b8bd0ed18fc1d91a5a3a7f327a31
ImageGlass_8.1.4.18_x64.zip 60b346921f58d1507a46cbf2849385a01a21a99f
ImageGlass_8.1.4.18_x86.msi a1f1eab1b22cda675231e9fdac722ac5eea18107
ImageGlass_8.1.4.18_x86.zip c27d30803e6b47f6c771c189c4f37340e3126fe4
ImageGlass - ImageGlass 8.0.12.8 - Kobe

Published by d2phap almost 4 years ago

Downloads

๐ŸŒช Breaking change:

  • .NET Framework 4.8 or later.
  • Theme configuration filename is changed from config.xml to igtheme.xml. For the latest theme pack information, please refer to https://github.com/ImageGlass/theme
  • DefaultTheme folder is removed, replaced by Themes with Kobe folder as the default theme pack.

๐ŸŒฑ New:

  • Supported new file formats by default: JP2 (#785), CR3 (#788), AVIF (#867), HEIF (#893).
  • Added new tool: Exif tool (#336, #751, #661, #146, #342, #207, #200, #626)
    • Accessible via Main menu > Tools > Exif tool, or shortcut: X.
    • Ability to integrate exiftool.exe to ImageGlass by locating its binary file, which can be downloaded at (http://exiftool.org/). The binary filename should be exiftool.exe.
    • Adds option to keep the tool window always on top.
    • Views Exif data of the viewing image.
    • Auto-updates Exif viewer when navigating to other images.
    • Copies the selected value of Exif property.
    • Exports all Exif data to a text file.
  • Added option to change toolbar button size (#513, #222). Kudos to @gsomix for #879.
  • Added option to group images list by directory (#890). Kudos to @sunbinyuan for #891.
  • Added options to run an action after opening external editing app (#413, #907):
    • Minimize ImageGlass.
    • Close ImageGlass.
  • Added option to entirely hide the toolbar button's tooltips (#836).
  • Color picker tool: Added new color format HSV (#738).
  • Added option to customize image quality for editing (#870).
  • Added option to delete registered extensions of ImageGlass in Settings > File type association (#546).
  • Added new options to customize ImageGlass in theme pack:
  • Experiment features:
    • Added option to hide logo and text on Title bar (#915).

๐Ÿ”ฎ Improvements:

  • Improved performance for 64-bit. ImageGlass now loads RAW files 2 times faster by using Magick.NET OpenMP v7.22.2.0 (https://github.com/d2phap/ImageGlass/commit/b66ab9759cd906a75f7762a5714ddde5f010fdf6).
  • Supported pasting and opening Base64-only string from clipboard without MIME type (#808).
  • Removed the gradient background color of Navigation areas (#825).
  • Cropping tool visual enhancement (#755):
    • Renamed "Clear" to "Reset".
    • Made the "Reset" button different from the other 3 buttons.
  • Improved error message when opening invalid image data from clipboard (#865).
  • Supported stepping through GIFs frame-by-frame for Page Navigation tool (#680, #880).
  • Swapped shortcuts for Copy and Copy image data function (#845, #901).
  • Added shortcuts for changing Loading order (Shift+O) and View channels (Shift+C) (#456).
  • Changed shortcuts (#551)
    • Full screen from Alt+Enter to F11.
    • Slideshow from F11 to F12.
  • Improved MSI installation (#691), kudos to @theonemcdonald for #835:
    • Added shortcut in Start menu.
    • Added Options to disable Desktop icon.
  • Enabled more options in the context menu on image error (#713).
  • Removed resizable border in Frameless mode (#916).
  • Specially thanks @unquietwiki for hug efforts in refactoring old codes (#811, #813).
  • Tweaked spacing and alignments in Settings > Theme.

๐Ÿ› Bugfixes:

  • Fixed an issue that only portions of an image with CMYK profile are shown (#779, #796).
  • Fixed an issue that using shortcut for copying, cutting, pasting text into Rename dialog does not work (#770, #834).
  • Fixed an issue that the Incompatible warning dialog is shown if the igconfig.xml file does not exist (#771).
  • Fixed an issue that an Unhandled exception is thrown when saving the image after pasting from clipboard (#782). Kudos to @unquietwiki!
  • Fixed an issue that images won't open in config.xml presence on some machines (#765). Kudos to @DemonLord98 for #783!
  • Fixed an issue where window position and size change when opening a picture (#774).
  • Fixed an issue that happens in multiple monitors where the window restores the wrong screen when maximized (#706, #853).
  • Fixed an issue that tooltip blinks when being hovered on a button at the bottom of the screen (#634, #836).
  • Fixed an issue that "Save As" for the first image in the list always uses "untitled.png" (#883).
  • Fixed an issue that ImageGlass does not open the BMP file that has an issue with length and file size in metadata (#708).
  • Fixed an issue in Frameless mode that thumbnail requires double-click to select an image (#873).
  • Attempted to fix an issue that the color of RAW formats is not correct, yellowish (#464, #401, #758).

๐Ÿฅ’ Checksums:

File SHA-1
ImageGlass_8.0.12.8_x64.msi 24d0dfac4d09ac2d00568c36d775c9e391b15cae
ImageGlass_8.0.12.8_x64.zip 49ab1bfecd1d2a7a90836b93aa53f1e71e81a9b9
ImageGlass_8.0.12.8_x86.msi 7d57cff0088e93bd9815abb79b27df035c6817df
ImageGlass_8.0.12.8_x86.zip 2ec371a5357220fffc89b1a26153642eabb3d842
ImageGlass - ImageGlass 7.6.4.30 - 10th (โยดโ—ก`โ)

Published by d2phap over 4 years ago

Downloads

New:

  • Created new repository for ImageGlass theme pack at: https://github.com/ImageGlass/theme. You can fork this to create theme pack for ImageGlass.
  • Added Cropping tool to allow to crop and save the viewing image, select and copy the selection to clipboard (#594).
  • Base64 image format support (#741):
    • Directly view .b64 format.
    • Support viewing .txt as base64, but need to manually add extension in Settings > File Type Associations tab.
    • Conversion from image format to base64 (.b64 or .txt extension). Supported MIME types are:
      • image/gif: animation supported
      • image/tiff: multi-page supported
      • image/webp: animation supported (*)
      • image/svg+xml: scaling supported (*)
      • image/bmp, image/jpeg, image/x-icon
      • image/png: all other image formats will be saved as PNG base-64
        (*) - when copy the base64 content and open in browser - Chrome
    • Conversion from base64 to image format limitation:
      • TIFF / GIF: Only first frame/page.
      • SVG base-64 converted to pixelated format.
  • Added more info of the viewing image in title bar (#687):
    • Color profile
    • Image file date time is now either
      • EXIF DateTimeOriginal with suffix (o), or
      • EXIF DateTime without suffix, or
      • LastModifiedTime with suffix (m).
  • Added an option in theme config.xml file to change size of navigation arrow icon (#552). See full options and learn how to create a theme pack for ImageGlass at https://github.com/ImageGlass/theme.
  • Added Open with... feature to allow open the viewing image in other apps (#684).
  • Added an option to play slideshow in random interval (#704).
  • Added Color picker button on toolbar (#744).

Improvements:

  • Reworded shortcuts in ImageGlass (see Shortcuts reference)
  • Reworked navigation arrows with better visual (#711).
  • Prevent screen turned off / sleeping while playing slideshow (#718).
  • Used grey color schema for Check for update, Settings, About, Add new extension, Add new editing app window; Used current theme color scheme for Rename, Go to... dialog (#580).
  • Initialized the color picker dialog when changing background color (#569).
  • Auto-scroll the thumbnail bar to align the selected item in the middle (#698) - thanks to @TheApX.
  • Added title for tool windows.
  • Added new Viewer category in Settings > General tab.
  • Enabled basic support for long file path (more than 260 chars) (#530).
  • Standardized menu items with ellipsis (โ€ฆ) for the functions require extra actions.
  • Added an option to disable touch gesture support (enabled by default).

Bugfix:

  • Fixed an issue resulting parsing ZoomLevels after upgrade (#677).
  • Fixed an issue where new version hint is shown even tough latest version is installed (#688).
  • Fixed an issue when the %APPDATA%\ImageGlass folder does not exist, ImageGlass does not write any configs (#689).
  • Fixed an issue where the installed folder path contains dot causes startup/config problem (#676).
  • Fixed an issue where TGA images are rendered upside-down (#679).
  • Fixed an issue where navigation arrows are blinking on hover (#726).
  • Fixed an issue where navigation arrows require multiple clicks to quickly change images (#723).
  • Fixed an issue where navigation arrows collide with viewer scrollbars (#618).
  • Fixed an issue resulting loading TIFF and the image files that contain color profile slower 4 times due to Magick.NET library's bug (#720).
  • Fixed an issue where touchscreen image navigation backwards (#736).
  • Fixed an issue when changing toolbar buttons causes big gap on toolbar (#732).
  • Fixed an issue resulting ImageGlass cannot view some image with invalid color / EXIF profile (#742).
  • Fixed an issue preventing ImageGlass starting up by a popup with "Insert a disk into device D:" message (#674).
  • Fixed an issue resulting high disk activity causes by metadata caching of thumbnail bar (https://github.com/d2phap/ImageGlass/commit/e04b49da61dab9bd6ef48612078720cba385c4d2).
  • Fixed an issue where the config "LastSeenImagePath" fails if any folder in the path starts with "n" (#567).
  • Fixed an issue insulting panning image sometimes enables dragging file to other app feature (https://github.com/d2phap/ImageGlass/commit/a9bbf40150d6e57363bf0d5c11743b7578f9e088).
  • Fixed an issue where Page Navigation not initialized on open (#721).
  • Fixed an issue where version value is not consistent in executable files.

Checksums:

File SHA-1
ImageGlass_7.6.4.30_x64.msi e909cae965d2ebf98fc9597eb922294c66b94611
ImageGlass_7.6.4.30_x64.zip 5d9781319eb6d2bd474080c4a9a5ee9b9bb9e0f7
ImageGlass_7.6.4.30_x86.msi ff2ec44e8af4cb10dd7f5b3d0d4acb4828374f5f
ImageGlass_7.6.4.30_x86.zip 00765b57c051107e8a4bd1ef2246e4f3b8c1c8d3
ImageGlass - ImageGlass 7.5.1.1

Published by d2phap almost 5 years ago

Downloads

Breaking changes

  • Some of the settings in igconfig.xml file required to update, see #upgrade-guide

New:

  • New ImageGlass settings engine
    • Provides 4 levels of setting files (#588):
      • Level 1: Built-in app settings
      • Level 2: Default settings from file: igconfig.default.xml (located in StartUpDir)
      • Level 3: User settings from file: igconfig.xml (located in ConfigDir)
      • Level 4: Admin settings from file: igconfig.admin.xml (located in StartUpDir)
    • Reduces File IO by using in-memory variables to store the settings. All the settings will be written the hard disk when the app closed. It fixes the issue #542, #600 and #644.
    • No longer requires writing an empty igconfig.xml file in AppData folder in Portable mode #474.
    • Fixed: ImageGlass keeps on resetting igconfig.xml file #542, #600, #644, #659
  • Introduce new window mode: Frameless.
    • Hold Shift to move the window
    • There are basically 4 window modes:
      • Full screen Alt+Enter
      • Window fit F9 #393 (former name: Window adapt to image)
      • Frameless F10 (new) #451, #498
      • Slideshow F11
    • All window modes can be combined to make the new amazing window modes:
      • Windowed slideshow (F11 -> Alt+Enter -> Alt+Enter)
      • Frameless windowed slideshow (F11 -> Alt+Enter -> Alt+Enter -> F10)
      • Window-fit slideshow (F11 -> F9 -> F10)
      • Frameless Window fit (F10 -> F9)
  • Introduced new zoom mode: Scale to fill Ctrl+D #436
  • Added countdown timer in Slideshow mode by default #662
  • Supported touch gestures #96, #497
    • Swipe left/right for previous/next picture
    • Rotate in either direction (90-degree)
    • Zoom in/out at a location via spread/pinch
    • Zoom in/out via swipe up/down

Improvements:

  • Improved startup time by compiling to native image (https://github.com/d2phap/ImageGlass/commit/2b005b54030981ce04cefa9468fbee3f8e3e15f8), and reduce flickering window graphic rendering.
  • Slightly reduce memory usage #613
  • Upgraded Magick.NET to 7.15.0.0
  • ImageGlass now checks the compatibility of the config file and warns user by a message box.
  • Default formats and Optional formats group are now merged into one.
  • Added a toast message after finishing extracting image pages #565
  • Added Edit image button on toolbar #641
  • Renamed Window adapt to image to Window fit
  • Auto-center image by default in Window fit mode #468
  • Added option to toggle toast messages off and on #657
  • Limited number of characters allowed in Rename dialog to 250 #579
  • Filtered illegal characters in Rename dialog #577
  • Increased duration of slideshow up to 10 minutes #662
  • Support viewing multi-page image formats: TIF, GIF, ICO
    • New tool: Page Navigation Ctrl+Shift+J
    • Page navigation shortcuts: Ctrl+ (Nav keys combo)
    • Extract all pages
    • Add option to auto-show Page navigation tool for multi-page image

Bugfix:

  • Fixed: Cannot open the image file that contains invalid profile tags #603
  • Fixed: The alignment issue of the step 4 in First-launch configurations #592
  • Fixed: Wrong orientation for HEIC image #559
  • Fixed: Unable to open ImageGlass due to invalid igconfig.xml file #632
  • Fixed: Resize thumbnail bar doesn't apply auto zoom #597
  • Fixed: Some 32-bit integer TIF files no longer openable #637
  • Fixed: In "Play Slideshow" mode, ImageGlass automatically resumes to play when "view next/previous image" is activated #609
  • Fixed: Viewing next/prev images in rapid succession with mouse causes undesired 1:1 zoom #387 (kudos to @LunaAshai)
  • Fixed: ImageGlass consumes high CPU when thumbnails contain PSD #617
  • Fixed: Typo of Filetype associations #610
  • Fixed: Window doesn't open in the place it was last closed #606
  • Fixed: Changing "Center Image" setting doesn't redraw image #640
  • Fixed: Unhandled exception on Cancel of File Association #639
  • Fixed: Crashed when open iOS background HEIC images #647
ImageGlass - ImageGlass 7.0.7.26

Published by d2phap about 5 years ago

Downloads

New:

  • Updated new ImageGlass logo
  • New core library of ImageGlass called ImageGlass.Heart (#527)
    • Replaced ImageGlass.Core by ImageGlass.Heart
    • No longer use library IconLib for *.ICO format
    • Supported asynchronous functions
    • Allow user to adjust the number of images cached with ImageBooster (#545)
  • Added feature: View image file from website via imageglass: protocol (#557)
  • Added feature: Support open image file by relative path
  • Added feature: Reload image list Ctrl+Shift+R (#505)
  • Added feature: View color channels (Red, Green, Blue, Black, Alpha) separately (#181)
  • Added option: Use Windows File Explorer sort order if possible (#139)
  • Added option: Sort image list by ascending or descending (#528)
  • Added option: Open image in new window (#534)
  • Added option: Load image at top left or center position (#250)
  • Added option: Customize zoom levels (#420)
  • Added options: Customize navigation keyboards to some actions (#108, #173)
    • Zoom in/out
    • Pan up/down/left/right
    • Pause slideshow
    • View next/previous image
  • Added menu: Exit ImageGlass (#500)

Improvements:

Bug fixes:

  • Fixed: Original image is overridden when rotating screenshot image (#526)
  • Fixed: Background of collapsed menu white instead of following theme color (#511)
  • Fixed: When opening certain images the mouse arrow stays as the loading circle (#485)
  • Fixed: Fails to start when thumbnail bar separator is close or greater than window size (#483)
  • Fixed: Resource leaks when setting the navigation arrow cursors (#479)
  • Fixed: Toggling disabled menu item state prevents menu from auto-collapsing (#394)
  • Fixed: Attempting to access missing drive (#360)
  • Fixed: Corrupted config file prevents ImageGlass from running (#542)
  • Fixed: Auto zoom setting not updated on Toolbar state change (#554)
  • Fixed: Could not drag/drop from CD or DVD (https://github.com/d2phap/ImageGlass/commit/a4dc129a2fbcb8d6f60b690b74da1672e75d72ef)
  • Fixed: Observed memory/resource leak on every color picker click (https://github.com/d2phap/ImageGlass/commit/afbaabd31fd29aa4bb6c886fc8f03376084c05b9)
ImageGlass - ImageGlass 6.0.12.29

Published by d2phap almost 6 years ago

Downloads

Changed:

  • Removed the feature Set as Lock screen image for MSI builds (#477). After installing, to enable it, you need to copy these files (from Portable version) to the installed folder:
    • igcmdWin10.exe
    • System.Runtime.WindowsRuntime.dll
    • Windows.winmd

Bug fixes:

  • Cannot check for update (#475).
  • The Flip Horizontal/Vertical menu are untranslated (#476).
ImageGlass - ImageGlass 6.0.12.27

Published by d2phap almost 6 years ago

Downloads

Breaking changes:

  • App settings are no longer saved in registry (Installer version), but igconfig.xml file, located in configuration folder instead.
  • The configuration folder contains these folders: Themes, Temp.
  • To open the configuration folder, go to Settings > General tab.

New:

  • Added feature: Color management settings (#43, #17).
  • Added feature: Set Lock screen image for Windows 10 (#399).
  • Added feature: Flip vertical (CTRL + ;) and Flip horizontal (CTRL + ') (#99).
  • Added feature: Full-screen mode (toggle menu) (#407, #106).
  • Added option: Open the last seen picture on startup (#304).
  • Added option: Center toolbar buttons horizontally (#425).
  • Added option: Display navigation arrow buttons on right & left edge (#448).
  • Added option: Display checkerboard only in the image region (#259).
  • Added support for drag-and-drop of multiple folders in the same session to view image files (#391).

Improvements:

  • Upgraded Magick.NET lib to v7.9.2.0 to fix the application freezes issue caused by nVidia drivers + OpenCL.
  • Improved launch performance (#446).
  • Improved overall performance by using asynchronous loading (#462).
  • Improved "Check for update" logic.
  • Portable / Moon version will not include igconfig.xml file to avoid overriding user settings (#444).
  • Used HTTPS protocol to access https://imageglass.org.
  • The Shortcut text for Next/Previous buttons split out in language files, allowing them to be translated (#194).
  • Rename dialog box is now re-sizable (#409).
  • Show the current displayed image name in task bar (#403).
  • Portable mode: removed absolute paths to Language, Theme (#392).
  • Toolbar tooltip does not close after being clicked (#409, #426).
  • Re-apply image zoom after modification (rotate, flip; thumbnail bar resize change).
  • Auto-center the image when changing Zoom mode, opening new file (#437).
  • Standardized and removed the message box from command line executable files: igcmd.exe, igtasks.exe (#461).

Bug fixes:

  • Fixed: cannot get the current style for Set desktop background (#136).
  • Fixed: failure to load images if folder ends in "alternate space" (#415).
  • Fixed: height of horizontal thumbnail bar.
  • Fixed: potential crash from missing theme image.
  • Fixed: Images downloaded via browser would not be seen by file watcher.
  • Fixed: Vertical Thumbnail view causes crash on program restart (#402).
  • Fixed: problems with network paths (#397).
  • Fixed: potential resource leaks.
  • Fixed: playback issues for certain GIFs on Windows 7 (#429).
  • Fixed: crash when invoking ImageGlass a second time when "Allow multi-instance" is off.
  • Fixed: CTRL + = and CTRL + - keys could zoom twice.
  • Fixed: exception from Install / Remove theme on invalid folder.
  • Fixed: Image list would only load from a sub-folder if the current image was in a sub-folder and list sort - order changed.
ImageGlass - ImageGlass 5.5.7.26

Published by d2phap about 6 years ago

Downloads

New:

  • Zoom Mode: standardize all the zoom functions and group into modes: #67 #371
    • Auto Zoom (Default) Ctrl+A
    • Scale to Width Ctrl+W
    • Scale to Height Ctrl+H
    • Scale to Fit Ctrl+`
    • Lock Zoom ratio Ctrl+L
  • Reload Image: will freshly reload the viewing image without using cache Ctrl + F5
  • Option to hide the thumbnail bar scrollbar #205
  • File / folder shortcuts are now supported drag-n-drop #234
  • Option to preserve mod date on edit #307

Improved:

Fixed:

ImageGlass - ImageGlass 5.1.5.20

Published by d2phap over 6 years ago

Downloads

New:

  • New image format supported: .HEIC (still format) (#266).

Improved:

  • Removed checkbox style of all the extension lists in Settings dialog (Files Associations, Image Editing) (#343).

Fixed:

  • Window State cannot be restored (non-maximized state) after restarting (#339).
  • "Unhandled Exception" error is thrown when opening an image in a folder with many image files (#341).
ImageGlass - ImageGlass 5.0.5.7

Published by d2phap over 6 years ago

Downloads

Breaking changes:

  • Minimum system requirements:
  • Removed Plugin support.
  • Removed Share to Facebook feature due to privacy security concern.

New:

  • Welcome new collaborator to ImageGlass team: @fire-eggs !
  • Added First-launch configurations screen which allows user to quickly set up on the first launch:
    • Language
    • Layout mode
    • Theme
    • Set as default photo viewer
  • Configurable Mouse wheel settings (#110, #95):
    Combine with Ctrl, Shift or Alt key to:
    • Zoom in / out image.
    • Scroll vertically.
    • Scroll horizontally.
    • Navigate to previous / next images.
  • Color Picker tool (https://github.com/d2phap/ImageGlass/wiki/Color-picker):
    Pick a color and covert to 4 formats: RGB, HEX - CMYK - HSL with Alpha channel.
  • Customizable toolbar buttons (#4, #146, #200):
    Added ability to customize toolbar buttons (show / hide buttons).
  • Added Delete button to toolbar (#208).
  • Added ability to save / modify (rotate) the viewing image with lossless quality (JPEG, GIF, PNG, BMP) (#263, #267, #300, #219, #239).
  • Added Theme tab in Settings dialog to manage ImageGlass theme.
  • Added ability to instantly apply theme without restarting app.
  • Added option to show only file base name of the viewing image (#290).
  • Added ability to copy the viewing image data Ctrl + Shift + C (#253).
  • Added ability to real-time update thumbnails if the the thumbnails are changed (https://github.com/d2phap/ImageGlass/commit/da7003303e9f33c6e91facc41834d93b5e6cfe0b).
  • Decreased startup delay by using lazy initialization (https://github.com/d2phap/ImageGlass/commit/ce8effed38ab150c30fde88fb53f65c0fcf2b5d9).
  • Added ability to instantly update if user change the option Find images in child folders (https://github.com/d2phap/ImageGlass/commit/65402af380a0c3bfbe2ca21039f225b173315bbb).

Changed:

Fixed:

ImageGlass - ImageGlass 4.5.11.27

Published by d2phap almost 7 years ago

Downloads

New:

Changed:

Fixed:

  • Unhandled exception when 3 or more new images are moved/copied into the folder in which the current image is being viewed #193
  • Windows number format minus sign causes error on startup #201
  • Keep maximized window after exiting full screen #226
  • GIF image file locked after viewing #227
  • Thumbnail line width resets after closing window #232
  • Unhandled exception when canceling UAC prompt for "Create new language pack" #236
  • Set as Desktop Background changed current the Fit Option in Windows 10 #247
  • Unhandled exception when closing two windows #262
  • Image does not scale to fit when using title bar maxim-ze/-estore buttons #265
  • Drag and drop image from same folder doesn't open the image #271
  • Fix hamburger menu disappearing https://github.com/d2phap/ImageGlass/commit/6867a4a8a8cb2875738cc11c6b2f7b45435cec89
  • Unhandled error when cancel the Register Extensions operation https://github.com/d2phap/ImageGlass/commit/288a19df9d05f3e3c870dca0622f42c30e5ef5ab
ImageGlass - ImageGlass 4.1.7.26

Published by d2phap about 7 years ago

Happy birthday to @d2phap ! ๐ŸŽ‚

Downloads

Changed:

  • Added option to show / hide scrollbars of viewer #191
  • Improved thumbnail size in high-DPI screen. More thumbnail dimension options added. #211
  • Improved Settings dialog: #213
    • Added Save, Cancel and Apply buttons. ImageGlass no longer auto-save the configs.
    • ImageGlass can remember the last view in Settings dialog and restore it when you open back.
  • Disabled auto-save image file when rotated due to reducing image quality #219

Fixed:

  • Cannot run associated app for Edit feature due to case-sensitive file extension #195
  • Cannot disable Auto-update feature #202
  • Changed the hotkey of extract image frames function from Ctrl+E to Ctrl+R #203
ImageGlass - ImageGlass 4.0.4.15

Published by d2phap over 7 years ago

Downloads

New:

  • 10 new file formats supported: cur, cut, pbm, pcx, pgm (#50), ppm, psb, wpg, xbm, xpm.
  • User now can drag & drop of the viewing image from ImageGlass window to another application (hold CTRL key). #152
  • Add support for "Default Programs" panel in Windows 10. #129
  • Allow user to change the program opens when edit image is selected. #123
  • Allow user to stop looping back viewer to the first image when reaching the end of the list. #109
  • Add new shortcuts for zooming. #107 (Wiki: https://github.com/d2phap/ImageGlass/wiki/Image-zooming)
  • Portable mode support. #82
  • Fully support for HiDPI scaling. #32
  • Support scalable theme icons (SVG format).
  • ImageGlass' logo is re-designed.

Changed:

  • Switch to use ImageMagick library for lots of file formats support.
  • Remove file name of thumbnail.
  • New arrangement of Settings dialog.
  • Invert mouse wheel option: #151
    • Spin down to view next image.
    • Spin up to view previous image.
  • Add option to turn on/off Delete confirmation dialog before deleting viewing image. #149
  • Remove the "Loading..." message and reduce the duration of the message from 5 seconds to 2 seconds. #105

Fixed:

  • lmageGlass throws error when moving the viewing image files to another folder. #182
  • Zoomed images getting reset to actual size while saving files to the same location as the image being loaded. #168
  • Wrong Filename Requested Against Case-Sensitive UNC/Mapped Network Share. #165
  • ImageGlass moves to next image when using the snap feature of WIN+ LEFT/RIGHT arrow keys. #148
  • Modal dialog is displaying not on top during "Keep window always on top". #135
  • ImageList_OnFinishLoadingImage event subscribing leakage. #132
  • User cannot find ImageGlass window after closing ImageGlass and disconnecting the second monitor. #117
  • Some GIF files are playing slowly (thanks to @Meowski). #114
  • When using Scaling Width/Height on a zoomed image, the size of image is not changed. #112
  • Installation doesn't ask for admin password, error message. #101
  • Some SVG files crashing when opening. #91
  • Failed to associate with certain file types (e.g., .png) as default application. #16
ImageGlass - ImageGlass 3.5.9.17

Published by d2phap about 8 years ago

Downloads

New:

Changed:

Fixed:

  • lmageGlass looses its zoom and navigation placement that it was in before the save #59
  • Deleting text in dialog deletes images #69
  • Renaming file does not rename if case is different #73
  • Convert image function causes an unhandled exception #74
  • Cannot create a new themes #124
  • Lag when long press button left/right #125
ImageGlass - ImageGlass 3.2.0.16

Published by d2phap over 8 years ago

Downloads

New:

  • New file format supported: *.WEBP (non-animated) #57
  • Keep window always on top: #64
  • Globalization direction support (right-to-left layout): #58

Changed:

Fixed:

  • Unnecessary Update Request: #54 #61
  • Files with no extension will be loaded: #53
  • "View actual size" doesn't reset scrolling: #52
  • Fix 'image properties' for Unicode characters: #31
  • Remote extension is not working: #55