Add new comment

imgdata.sizes.flip is related

imgdata.sizes.flip is related to raw data only.

Assuming modern camera with embedded JPEG preview:
- unpack_thumb() does nothing with rotation, JPEG data are extracted AS is
- (for most cameras) extracted JPEG is either already rotated or contains correct EXIF.Orientation tag.

-- Alex Tutubalin @LibRaw LLC