qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH/RFC 0/7] Screendump to UNIX socket & in PNG form


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH/RFC 0/7] Screendump to UNIX socket & in PNG format
Date: Mon, 12 Mar 2012 18:06:19 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Mar 12, 2012 at 02:11:26PM +0100, Marc-André Lureau wrote:
> Next, I would like to add support for a scaling factor too (a typical use 
> case is to show a small thumbnail of the desktop). Specifying only the 
> requested "width" or "height" should be supported. Should we rely on pixman 
> to do this work?

This is taking it a bit far.  There are many different use cases for
screenshots and coding the thumbnail use case specifically into QEMU
doesn't seem like the way to go.

I think ppm for lossless and png for small file size are good options to
have.  Beyond that it's up to the caller to deal with the screenshot,
which might be scaling, detecting diffs, encoding in a fancier format,
etc.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]