You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to load a RAW image with e.g. vips dcrawload or vipsthumbnail, images that are rotated - have Orientation in EXIF set to something other than "normal" - fail to process with "VipsForeignLoad: images do not match between header and load".
Run vips dcrawload normal.SRW normal.jpg and vips dcrawload rotated.SRW rotated.jpg
Expected behavior
Both images are converted to JPEG without any output.
Actual behavior
The first image is converted as expected, the second fails with "VipsForeignLoad: images do not match between header and load" and no output file is created.
Additional context
I've uploaded two example images from a Samsung NX300 in SRW format. I've also reproduced this with RAW photos from another device with a different format.