Unable to read/write Exif metadata #86
Labels
enhancement
New feature or request
Rust
Something about Rust side bindings
upstream
Issue related to upstream jpegxl-rs support
For reference, i am currently trying to implement JPEG XL support on a stable diffusion webui: vladmandic/automatic#3600
But i am unable to save and read exif metadata.
The line for generating the exif metadata:
Added a print to this plugin's save function to see if it gets the exif metadata like this:
And it definitely gets the exif metadata so i am guessing this issue is on the rust backend:
Saved images has "something" as exif in them:
But nothing is able to read the exif metadata in the saved images:
I also have JXL images that has valid exif metadata in them (converted from jpg to jxl with imagemagick) but plugin is still unable to read the exif metadata.
The text was updated successfully, but these errors were encountered: