Gem
Gem copied to clipboard
JPEG backend ignores metadata orientation
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