-
-
Notifications
You must be signed in to change notification settings - Fork 711
Open
Labels
Description
Bug report
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".
To Reproduce
- Take both example images provided.
- Run
vips dcrawload normal.SRW normal.jpg
andvips 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.
Environment
- OS: Debian 12
- Vips: Current
master
built from source (5c1848e)
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.