Post

Replies

Boosts

Views

Activity

Reply to CGImageDestinationFinalize crashed iOS15.2
Hi. I had the same problem and I found out that the metadata contains an invalid orientation value which result in the crash you described. I can reproduce it by setting the orientation to 0. The cash helped me to find the problem IIOGetExifOrientation + 48 "{TIFF}" = { ..... Orientation = 0; } Only 1-8 are valid values for the orientation: https://www.awaresystems.be/imaging/tiff/tifftags/orientation.html
Jan ’22