Kshitij Suri <[email protected]> writes: > Currently screendump only supports PPM format, which is un-compressed. Added > a "format" parameter to QMP and HMP screendump command to support PNG image > capture using libpng. > > QMP example usage: > { "execute": "screendump", "arguments": { "filename": "/tmp/image", > "format":"png" } } > > HMP example usage: > screendump /tmp/image -f png > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/718 > > Signed-off-by: Kshitij Suri <[email protected]> > > Reviewed-by: Daniel P. Berrangé <[email protected]>
QAPI schema Acked-by: Markus Armbruster <[email protected]>
