-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exif support #2
Comments
Hi, |
Just figure that out. Maybe it's possible to add exif/color profile metadata using exiftool after the jpeg xl file is created. |
Oh really! It appears to be working fine. $ exiftool -rights="AAA" a.jxl It's also possible to copy all tags from one image to another. |
Awesome. Good to know it's working. I don't see that cjxl will handle those colorspace or metadata as it's purely a compression/decompression codec. ImageMagick internally also uses exiftool to handle those metadata as far as I know. For lossless compression, it will be very nice that you can have a mode to do bit-wise comparison with the original input image before deleting them. |
I mean AFAIK cjxl supports copying Exif and XMP tags from original input into jxl container. |
Get it. |
Adding to this, you may need to use the
As for "copying from the original input", do you mean PIL Images in this case? |
Does it copy the exif and color space metadata to jpeg xl from the original input?
The text was updated successfully, but these errors were encountered: