kimageformats/autotests/read/pcx
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
..
bw.pcx Add simple autotests 2014-02-03 15:03:29 +00:00
bw.png Add simple autotests 2014-02-03 15:03:29 +00:00
ccbug_463951.pcx PCX: Fix reading of the extended palette 2023-01-11 22:56:38 +00:00
ccbug_463951.png PCX: Fix reading of the extended palette 2023-01-11 22:56:38 +00:00
indexed8.pcx Fixes for sequential devices 2022-10-02 06:01:23 +00:00
indexed8.png Fixes for sequential devices 2022-10-02 06:01:23 +00:00
mono.pcx pcx: multiple fixes (2) 2023-05-12 08:53:50 +00:00
mono.png pcx: multiple fixes (2) 2023-05-12 08:53:50 +00:00
rgb-gimp-2.8.10.pcx Add simple autotests 2014-02-03 15:03:29 +00:00
rgb-gimp-2.8.10.png Add simple autotests 2014-02-03 15:03:29 +00:00
rgb.pcx Add simple autotests 2014-02-03 15:03:29 +00:00
rgb.png Add simple autotests 2014-02-03 15:03:29 +00:00