You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIMP also didn't recognize the profile in the image
Notes
I considered that the ICC profile might be invalid, or that I'm doing something wrong
So I embedded the profile to a new image using GIMP, and read it's bytes using PngDecoder
The bytes exactly matched the contents of the original ICC file
Also, ExifTool recognized the profile in the new image
The text was updated successfully, but these errors were encountered:
"image" version: 0.25.5
rustc version: 1.84.0
target: stable-aarch64-apple-darwin
profile: release
Expected
Running
set_icc_profile
followed bywrite_image
on an instance ofPngEncoder
saves the image with the provided ICC profileActual behaviour
Image is saved but with no ICC profile
Reproduction steps
You can find the profile I used at:
https://github.com/ellelstone/elles_icc_profiles/
Code:
ExifTool check:
GIMP also didn't recognize the profile in the image
Notes
I considered that the ICC profile might be invalid, or that I'm doing something wrong
So I embedded the profile to a new image using GIMP, and read it's bytes using
PngDecoder
The bytes exactly matched the contents of the original ICC file
Also, ExifTool recognized the profile in the new image
The text was updated successfully, but these errors were encountered: