David A. Russo
David A. Russo
At first I thought it might've been an error in the writer as well, but Adobe's own Acrobat Distiller 8 & 9 seem to write titles like this (based on...
Here you go: [tiff-with-icc.zip](https://github.com/MediaArea/MediaInfoLib/files/5526175/tiff-with-icc.zip)
They can have an effect on luminosity, yes, since they can essentially map any internal colour value to any other colour. Which means you _could_ use a color profile to...
The CI error appears to be due to a dependency missing from Pillow's conda package. Pillow needs to be built with LittleCMS2 to support its ImageCms module. I developed using...
The relevant conda package issue is [here](https://github.com/conda-forge/pillow-feedstock/issues/58).
I went with not allowing ImageCms to be optional due to the impact color profiles can have on an image's appearance, and I believe you were right earlier in thinking...
Yeah, I agree. Any necessary profile conversion should happen on the Image object before it being passed to any of the hash functions. As for where that's done: ICC profiles...
For this PR, do I also need to update `data_files` in `setup.py` with the new test images?
> I agree with what you say. I think there is a benefit though of passing PIL objects however, as one can apply additional image modifications beforehand. There's little harm...
Duplicate of #395 / #396?