Dirk Farin
Dirk Farin
@lclevy Thank you.
It looks dull because of the PQ color profile used by Canon. That will have to be handled by a color-profile management system.
If you could upload an image with wrong orientation, that would help, as I don't have such a camera. Thank you.
Concerning the HEIF->JPEG image rotation problem. I have opened a separate task for that (#227). The rotation is in fact correctly handled by libheif, but since the Exif data is...
MIAF only puts some further restrictions on HEIF. It does not change the interpretation. Hence, if the orientation that macOS displays depends on the MIAF compatibility, it looks like a...
I don't think it's a good idea to introduce "bugs" into libheif just to compensate bugs in some other software. There may be a set of programs that only accept...
You can attach the two images (43.heic and the original) to here and I'll check whether the file is correct. If it is, it's on Apple to fix their bug.
I had a closer look at `43.heif`. There is one unexpected thing in this file: the EXIF Orientation is set to "90 CW", but there is no 'irot' box in...
I have implemented it such that the EXIF Orientation is changed to 1 if there was an Orientation set. If no Orientation was set in the original file, no EXIF...
There is now `HeifFile::add_orientation_properties()`. Do we still need this PR?