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

2022-04-07 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > Dave, please have a look at the HMP compatibility issue in > hmp-command.hx below. > > Kshitij Suri writes: > > > Currently screendump only supports PPM format, which is un-compressed and > > not > > standard. > > If "standard" means "have to pa

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

2022-04-05 Thread Markus Armbruster
Kshitij Suri writes: > On 01/04/22 4:50 pm, Markus Armbruster wrote: >> Dave, please have a look at the HMP compatibility issue in >> hmp-command.hx below. >> >> Kshitij Suri writes: >> >>> Currently screendump only supports PPM format, which is un-compressed and >>> not >>> standard. >> If "st

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

2022-04-04 Thread Kshitij Suri
On 01/04/22 4:50 pm, Markus Armbruster wrote: Dave, please have a look at the HMP compatibility issue in hmp-command.hx below. Kshitij Suri writes: Currently screendump only supports PPM format, which is un-compressed and not standard. If "standard" means "have to pay a standards organizat

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

2022-04-01 Thread Markus Armbruster
Dave, please have a look at the HMP compatibility issue in hmp-command.hx below. Kshitij Suri writes: > Currently screendump only supports PPM format, which is un-compressed and not > standard. If "standard" means "have to pay a standards organization $$$ to access the spec", PPM is not standar

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

2022-03-29 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