Re: [PATCH v5 2/2] Added parameter to take screenshot with screendump as PNG

2022-04-21 Thread Markus Armbruster
Kshitij Suri 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", >

Re: [PATCH v5 2/2] Added parameter to take screenshot with screendump as PNG

2022-04-20 Thread Dr. David Alan Gilbert
* Kshitij Suri (kshitij.s...@nutanix.com) wrote: > 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": { "