Kshitij Suri <kshitij.s...@nutanix.com> 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 <kshitij.s...@nutanix.com>
>
> Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>

QAPI schema
Acked-by: Markus Armbruster <arm...@redhat.com>


Reply via email to