Skip to content

d2phap/ExifGlass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

200 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ExifGlass - EXIF Metadata Viewing Tool

ExifGlass is a cross-platform EXIF metadata viewing tool, designed to work seamlessly with ImageGlass - A Fast, Seamless Photo Viewer, 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.

With ExifGlass, you can easily access a comprehensive overview of the technical details associated with your images, including camera settings, location data, and more. This tool is particularly useful for professional photographers or anyone interested in the technical aspects of digital photography. Whether you use ExifGlass as a standalone software or in conjunction with ImageGlass, it provides a convenient and efficient way to view and manage the metadata associated with your images.

You can download ExifGlass for free. To support the development of ExifGlass and gain access to future updates, consider purchasing it from the Microsoft Store.

ExifGlass on Microsoft Store


ExifGlass features

Feature Free version ExifGlass Store
Reads EXIF metadata βœ… βœ…
Seamlessly works with ImageGlass βœ… βœ…
Drag-n-drop file to view metadata βœ… βœ…
Copy metadata βœ… βœ…
Export as Text, JSON, CSV βœ… βœ…
Custom ExifTool's command-line arguments βœ… βœ…
.NET self-contained βœ… βœ…

Register ExifGlass as external tool in ImageGlass

Tip

For ImageGlass 9, please refer to ImageGlass Docs / ImageGlass tools.

Launch ImageGlass 10, open Settings > Tools, and click "Add" button. In the "Add external tool" window, fill in the below information:

πŸͺŸ Windows 10/11

  • ID: Tool_ExifGlass (you can change the ID)
  • Name: ExifGlass 2 (you can change the tool name)
  • Integrated with ImageGlass.SDK: check the box
  • Executable: exifglass (or the full path of ExifGlass.exe)
  • Argument: <file>
  • Hotkeys: optional

🍎 macOS

  • ID: Tool_ExifGlass (you can change the ID)
  • Name: ExifGlass 2 (you can change the tool name)
  • Integrated with ImageGlass.SDK: check the box
  • Executable: /Applications/ExifGlass.app
  • Argument: <file>
  • Hotkeys: optional

🐧 Linux

  • ID: Tool_ExifGlass (you can change the ID)
  • Name: ExifGlass 2 (you can change the tool name)
  • Integrated with ImageGlass.SDK: check the box
  • Executable: flatpak
  • Argument: run io.github.d2phap.exifglass <file>
  • Hotkeys: optional
image

Build ExifGlass from source code

License

ExifGlass is free for both personal and commercial use, except the Store version. It is released under the terms of GPLv3.