Metadata

All metadata options are located in the Modify Tab.

Encoder vs Exiftool Modes

These options are recommended for most users. They are faster and less likely to cause color profile issues.

Encoder metadata modes use encoder arguments. This is quick and safe for the image visually.

ExifTool will handle your metadata more thoroughly, but the conversion will take longer.

Modes

Encoder - Wipe

Wipes metadata. Works well for encoding almost everything. It’s less effective when output is PNG (depends on decoder used / input format).

Encoder - Preserve

Preserves metadata. Works well on common input formats, may not work for less popular ones. This is unavailable while encoding JPEG with JPEGLI.

ExifTool - Wipe

Deletes all metadata except orientation, and color profile.

ExifTool - Preserve

Copies all metadata.

ExifTool - Unsafe Wipe

Deletes every last bit of metadata, including color profile. This may alter how the image is displayed.

ExifTool - Custom

Allows you to specify custom behavior (in the settings).

Common Pitfalls

Metadata is not getting preserved when converting to JPEG XL.

JPEG XL metadata is compressed with Brotli which many programs cannot read.

Use ExifTool to read metadata from JPEG XL images.

If metadata is still not preserved, set the Metadata mode to ExifTool - Preserve.

Rotation / Orientation of a converted image is wrong.

Pick a metadata mode that preserves rotation, those are: ExifTool - Wipe, ExifTool - Preserve, Encoder - Preserve.

Metadata is not getting preserved when converting from TIFF.

Set metadata mode to ExifTool - Preserve.

Misc.

Location: Modify tab

Preserve Time Attributes

Preserves original date & time file attributes.

Changes information specific to a file system. File contents remain unaltered.

Best practice: only rely on the LastModifiedDate timestamp (e.g. for sorting) since it’s the most consistently supported across file systems.