mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
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:
@ -12,4 +12,5 @@ endmacro()
|
||||
|
||||
kimageformats_executable_tests(
|
||||
imageconverter
|
||||
imagedump
|
||||
)
|
||||
|
Reference in New Issue
Block a user