🎏 View and export Exif data in ImageGlass 8.0

ImageGlass tools

A collection of external tools that can be downloaded and installed to enhance your experience with ImageGlass 9.
If you want to integrate your software with ImageGlass, please refer to ImageGlass.Tools project.

ExifGlass

An EXIF metadata viewing tool, designed to work seamlessly with ImageGlass, but can also be used as a standalone software on your computer. To use ExifGlass, you need to have ExifTool by Phil Harvey installed on your system.

Whether you use ExifGlass as a standalone software or in conjunction with ImageGlass, this tool provides a convenient and efficient way to view and manage the metadata associated with your images. You can download ExifGlass for free by clicking on the link below, or purchase it from the Microsoft Store using the link provided.

Download ExifGlass for free:
github.com/d2phap/ExifGlass/releases

Purchase ExifGlass from Microsoft Store:

How to add an external tool to ImageGlass 9 beta 4

  1. Open igconfig.json file with a text editor such as NotePad or VS Code.
  2. Ensure that ImageGlass app is not running.
  3. In the Tools section of the igconfig.json file, add the following code:
    // in igconfig.json
    "Tools": [
      {
        "ToolId": "unique_tool_id", // a unique ID
        "ToolName": "name_of_the_tool", // name of the tool
        "Executable": "path\\to\\the\\tool.exe",
        "Argument": "<file>", // file path to pass to the tool
        "IsIntegrated": true|false // true: if the tool supports 'ImageGlass.Tools'
      }
    ]
  4. To assign hotkeys to the tool, add the following code:
    // in igconfig.json
    "MenuHotkeys": {
      "unique_tool_id": ["X", "Ctrl+E"] // press X or Ctrl+E to open/close the tool
    }
  5. Save the file, and you're done!

Buy me a beer 🍺?

ImageGlass is an open source, free, and ad-free photo viewer, but developing and maintaining it is not. Your financial support gives me more motivation to work on future releases. You can sponsor my work on GitHub (one-time/monthly, no service fee), Patreon (monthly), PayPal,...

If you choose GitHub Sponsor or Patreon, make sure you check out the tier benefits included.
Thanks for your support!

Ethereum 0xc19be8972809b6b989f3e4ba16595712ba8e0de4
Bitcoin 1PcCezBmM3ahTzfBBi5KVWnnd3bCHbas8Z

ImageGlass is a lightweight, versatile image viewing application that is designed to take the place of Photo Viewer in Windows 10, 8, 7 and Vista, especially those installations that may have trouble displaying PNG and GIF files in Photo Viewer.