kimageformats/autotests
Fred Fonkle 503b3eee2b Fix Non-square Radiance/RGBE/.hdr images failing to load
The HDR QImageIOHandler plugin only supports the default image orientation (-Y +X) in .hdr files. It mixes up the width and height however, resulting in non-square images not loading.

This fix adds a check for the standard image orientation in the file and returns false (with error message) if that fails.
If it succeeds, it takes the height from the -Y component, and the width from the +X component, resulting in successful loading of the image.

Add autotest images for landscape and portrait HDR (Radiance RGBE) loader

BUGS: 433877
2021-03-04 22:57:23 +01:00
..
ani Add plugin for animated Windows cursors (ANI) 2021-01-03 08:49:10 +00:00
pic Make PSD image reader endianess-agnostic. 2015-02-20 23:03:10 +00:00
read Fix Non-square Radiance/RGBE/.hdr images failing to load 2021-03-04 22:57:23 +01:00
write Remove DDS and JPEG-2000 plugins 2015-08-06 00:57:14 +02:00
anitest.cpp Add plugin for animated Windows cursors (ANI) 2021-01-03 08:49:10 +00:00
CMakeLists.txt Add plugin for High Efficiency Image File Format (HEIF) 2021-02-25 11:52:00 +01:00
long-runs.pic Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
pictest.cpp Adapt license to LGPL-2.0-or-later 2020-07-21 09:26:47 +00:00
readtest.cpp test: don't convert image format if possible 2020-11-10 13:03:37 +08:00
writetest.cpp Adapt license to LGPL-2.0-or-later 2020-07-21 09:26:47 +00:00