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

2022-02-25 Thread Kshitij Suri
On 25/02/22 2:40 pm, Daniel P. Berrangé wrote: On Fri, Feb 25, 2022 at 11:26:20AM +0530, Kshitij Suri wrote: On 24/02/22 9:48 pm, Daniel P. Berrangé wrote: On Thu, Feb 24, 2022 at 11:59:08AM +, Kshitij Suri wrote: Currently screendump only supports PPM format, which is un-compressed and

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

2022-02-25 Thread Daniel P . Berrangé
On Fri, Feb 25, 2022 at 11:26:20AM +0530, Kshitij Suri wrote: > > On 24/02/22 9:48 pm, Daniel P. Berrangé wrote: > > On Thu, Feb 24, 2022 at 11:59:08AM +, Kshitij Suri wrote: > > > Currently screendump only supports PPM format, which is un-compressed and > > > not > > > standard. Added a "for

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

2022-02-24 Thread Kshitij Suri
On 24/02/22 9:48 pm, Daniel P. Berrangé wrote: On Thu, Feb 24, 2022 at 11:59:08AM +, Kshitij Suri wrote: Currently screendump only supports PPM format, which is un-compressed and not standard. Added a "format" parameter to qemu monitor screendump capabilites to support PNG image capture usi

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

2022-02-24 Thread Kshitij Suri
On 24/02/22 9:32 pm, Eric Blake wrote: On Thu, Feb 24, 2022 at 11:59:08AM +, Kshitij Suri wrote: Currently screendump only supports PPM format, which is un-compressed and not standard. Added a "format" parameter to qemu monitor screendump capabilites to support PNG image capture using libp

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

2022-02-24 Thread Daniel P . Berrangé
On Thu, Feb 24, 2022 at 11:59:08AM +, Kshitij Suri wrote: > Currently screendump only supports PPM format, which is un-compressed and not > standard. Added a "format" parameter to qemu monitor screendump capabilites > to support PNG image capture using libpng. The param was added in QAPI schema

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

2022-02-24 Thread Eric Blake
On Thu, Feb 24, 2022 at 11:59:08AM +, Kshitij Suri wrote: > Currently screendump only supports PPM format, which is un-compressed and not > standard. Added a "format" parameter to qemu monitor screendump capabilites > to support PNG image capture using libpng. The param was added in QAPI schema

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

2022-02-24 Thread Kshitij Suri
Currently screendump only supports PPM format, which is un-compressed and not standard. Added a "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 whi