kimageformats/autotests
Mirco Miranda 5c0c7e4fd7 Try writers with different image sizes
Improve the write test by using images with different sizes. By doing this we protect ourselves from line alignment problems (e.g. with 1-bpp images), image size divisors (e.g. power-of-2 divisors), etc...

Pros:
- The test does not add new images but reuses the ones for the format test.

Cons:
- No test are done for read only plugins.

Closes #15
2025-01-03 23:32:06 +00: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 HEIF plug-in extended to read AVCI format 2024-12-29 23:44:18 +01:00
write JXR: Fix loss of HDR data on write for format RGBA16FPx16_Premultiplied 2024-12-23 06:36:39 +00:00
anitest.cpp Add plugin for animated Windows cursors (ANI) 2021-01-03 08:49:10 +00:00
CMakeLists.txt HEIF plug-in extended to read AVCI format 2024-12-29 23:44:18 +01:00
fuzzyeq.cpp Add write tests for heif/avif/jxl 2022-02-18 00:05:01 +01:00
long-runs.pic Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
pictest.cpp Run clang-format on all cpp/h files 2021-03-08 20:15:33 +02:00
readtest.cpp Read / Write test: added NULL device test 2024-12-16 13:52:06 +00:00
templateimage.cpp DDS: fix buffer overflow in readCubeMap 2024-12-12 09:42:24 +00:00
templateimage.h DDS: fix buffer overflow in readCubeMap 2024-12-12 09:42:24 +00:00
writetest.cpp Try writers with different image sizes 2025-01-03 23:32:06 +00:00