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

2022-02-24 Thread Kshitij Suri
On 23/02/22 4:30 pm, Dr. David Alan Gilbert wrote: * Kshitij Suri (kshitij.s...@nutanix.com) wrote: Currently screendump only supports PPM format, which is un-compressed and not standard. Added an "format" parameter to qemu monitor screendump capabilites to support PNG image capture using

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

2022-02-24 Thread Kshitij Suri
On 22/02/22 10:04 pm, Daniel P. Berrangé wrote: On Tue, Feb 22, 2022 at 03:27:58PM +, Kshitij Suri wrote: Currently screendump only supports PPM format, which is un-compressed and not standard. Added an "format" parameter to qemu monitor screendump capabilites to support PNG image capture

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

2022-02-23 Thread Daniel P . Berrangé
On Tue, Feb 22, 2022 at 03:27:58PM +, Kshitij Suri wrote: > Currently screendump only supports PPM format, which is un-compressed and not > standard. Added an "format" parameter to qemu monitor screendump capabilites > to support PNG image capture using libpng. The param was added in QAPI

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

2022-02-23 Thread Dr. David Alan Gilbert
* Kshitij Suri (kshitij.s...@nutanix.com) wrote: > Currently screendump only supports PPM format, which is un-compressed and not > standard. Added an "format" parameter to qemu monitor screendump capabilites > to support PNG image capture using libpng. The param was added in QAPI schema > of

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

2022-02-22 Thread Daniel P . Berrangé
On Tue, Feb 22, 2022 at 03:27:58PM +, Kshitij Suri wrote: > Currently screendump only supports PPM format, which is un-compressed and not > standard. Added an "format" parameter to qemu monitor screendump capabilites > to support PNG image capture using libpng. The param was added in QAPI

[PATCH] Added parameter to take screenshot with screendump as PNG

2022-02-22 Thread Kshitij Suri
Currently screendump only supports PPM format, which is un-compressed and not standard. Added an "format" parameter to qemu monitor screendump capabilites to support PNG image capture using libpng. The param was added in QAPI schema of screendump present in ui.json along with png_save() function