kimageformats/autotests
Alex Merry 51eca9b6a8 Rewrite the PIC image format handler
It now uses QDataStream to deal with endianness. It also supports
several QImageIOHandler options.

This comes with a more comprehensive test suite than the old code. Note
that the old test suite was incorrect as the old code wrote the floats
in the header out incorrectly (although no-one noticed because no
software seems to care about those values).

All the test PIC files in the test suite appear correct according to the
specification (by inspection with Okteta). Unfortunately, there is a
lack of other freely-available software that reads and writes PIC files
(the main application that uses them is proprietary), and so this is the
best I can do.

REVIEW: 117944
2014-05-04 13:42:30 +01:00
..
pic Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
read Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
write Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
CMakeLists.txt Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
long-runs.pic Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
pictest.cpp Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
readtest.cpp Implement fuzzy image matching in readtest 2014-03-05 12:10:45 +00:00
writetest.cpp Add simple autotests 2014-02-03 15:03:29 +00:00