Gem icon indicating copy to clipboard operation
Gem copied to clipboard

JPEG backend ignores metadata orientation

Open umlaeute opened this issue 2 years ago • 0 comments
trafficstars

libjpeg simply does not support reading the EXIF metadata.

so

  • either use another library like libexif for parsing the metadata
  • or roll our own (simpler) exif-parser for the orientation field, as shown in gdk-pixbuf

This is a followup of #347

umlaeute avatar Apr 17 '23 10:04 umlaeute