image icon indicating copy to clipboard operation
image copied to clipboard

Tracking bug for Metadata support

Open 1c3t3a opened this issue 4 months ago • 1 comments

This tracks the current metadata support for ICC, Exif, XMP and IPTC metadata. The current state is:

Format ICC Exif XMP IPTC
JPEG Supported (In image-rs) Supported (In image-rs) Supported (in image-rs) Supported (In image-rs)
PNG Supported (In image-rs) Supported (In image-rs) Supported (In image-rs) Supported (In image-rs)
Tiff Supported (In image-rs) Supported (open PR) Supported (In image-rs) Supported (needs work in tiff crate)
Gif Supported (In image-rs) Unsupported Supported (In image-rs) Unsupported
WebP Supported (In image-rs) Supported (In image-rs) Supported (In image-rs) Unsupported

1c3t3a avatar Oct 23 '25 05:10 1c3t3a

Per-format trackers that include write support:

https://github.com/image-rs/image/issues/2493 https://github.com/image-rs/image/issues/2494

Shnatsel avatar Nov 10 '25 18:11 Shnatsel