kimageformats/autotests/read
Mirco Miranda d57ff91f8b pcx: multiple fixes (2)
- 1-bit writer: checks where is black and use NOT operator only if needed
- Fix images with witdh == 65536(*)
- Checks result of disk writes and reads on all formats

(*) PCX formats support images with with of 65536 but only if the header field bytesPerLine is valid (no overflow). This means that the width 65536 is supported on 1bpp images only.
The previous version of the plugins wrote an image with width of 65536px in the wrong way and it was unable to read it (wrong image returned). I verified that Photoshop and Gimp weren't able to read the image either.
2023-05-12 08:53:50 +00:00
..
avif Add AVIF test files with rotation and mirror operations 2022-10-12 15:39:27 +02:00
eps Add simple autotests 2014-02-03 15:03:29 +00:00
exr Added EXR test image 2022-10-02 06:01:23 +00:00
hdr Fix Non-square Radiance/RGBE/.hdr images failing to load 2021-03-04 22:57:23 +01:00
heif Add plugin for High Efficiency Image File Format (HEIF) 2021-02-25 11:52:00 +01:00
jxl Add JXL test files corresponding to 8 EXIF orientation values 2022-10-13 15:47:04 +02:00
kra Add kra and ora imageio plugins (read-only) 2016-01-31 15:01:32 +01:00
ora Add kra and ora imageio plugins (read-only) 2016-01-31 15:01:32 +01:00
pcx pcx: multiple fixes (2) 2023-05-12 08:53:50 +00:00
psd PSD: fix test failure on some systems and fix wrong check on alpha conversion 2023-04-18 22:14:41 +00:00
ras Add simple autotests 2014-02-03 15:03:29 +00:00
raw Camera RAW images plugin 2022-09-19 23:52:43 +00:00
rgb Add simple autotests 2014-02-03 15:03:29 +00:00
tga Add simple autotests 2014-02-03 15:03:29 +00:00
xcf Fix XCF parasites metadata in QImage and support to ICC profile 2022-03-23 23:34:33 +00:00