Add imagedump: a utility to dump the raw data of a QImage

This is intended as an aid when writing and debugging imageformat
plugins.  It creates a file containing the bytes of QImage::bits(),
which can then be viewed in Okteta.

REVIEW: 116532
This commit is contained in:
Alex Merry
2014-03-01 18:18:22 +00:00
parent 6d24f585b1
commit e29a897cb9
2 changed files with 232 additions and 0 deletions

View File

@ -12,4 +12,5 @@ endmacro()
kimageformats_executable_tests(
imageconverter
imagedump
)