Skip to content

Releases: andreaorlandoit/ImagingTriage

2026.01.14.0

Choose a tag to compare

@andreaorlandoit andreaorlandoit released this 14 Jan 14:31

Restored the ability to read metadata from the XMP sidecar file where it is absent or otherwise readable directly in the image file.

2025.10.25.0

Choose a tag to compare

@andreaorlandoit andreaorlandoit released this 25 Oct 15:47

Metadata management in image files has been improved.

2025.09.21.0

Choose a tag to compare

@andreaorlandoit andreaorlandoit released this 21 Sep 16:58

What's New

This release brings a major under-the-hood change to how ImagingTriage handles image metadata.

Previously, the application relied on separate .xmp sidecar files to read image ratings and color labels. This approach, while effective for certain workflows, had a few limitations:

  • It required the presence of a separate .xmp file for every image.

  • It didn't work for file types like JPEGs, where metadata is often embedded directly into the file.

  • It added an unnecessary layer of complexity to the processing logic.

With this new version, ImagingTriage now reads the XMP metadata directly from the image files themselves. This provides several key benefits:

  • Improved Reliability: The application no longer depends on external .xmp files. If the metadata is embedded in the image (as is common with tools like Sony's Imaging Edge Viewer), the program can read it directly.

  • Wider Compatibility: The new logic works seamlessly with all supported file types that embed XMP data, including .ARW and .JPG files.

  • Streamlined Workflow: The processing logic is more efficient and robust, as it eliminates the need to cross-reference image files with their corresponding sidecars.

We believe this change will significantly improve the user experience and make ImagingTriage a more powerful and reliable tool for photographers.

2025.06.28.0

Choose a tag to compare

@andreaorlandoit andreaorlandoit released this 28 Jun 20:48

Features:

  • Process images based on XMP metadata (ratings and labels).
  • Organize files into subfolders.
  • Gather files back from subfolders.
  • Configurable supported file extensions.

How to Use:

  • Select the folder containing your images.
  • Choose processing options (e.g., inhibit move unrated).
  • Click "Process" to start.

Note

The software is designed to work on .XMP files exported from the "Imaging Edge Desktop" (IEDT) software produced by Sony.