qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] cocoa.m


From: Mike Kronenberg
Subject: Re: [Qemu-devel] [PATCH] cocoa.m
Date: Fri, 27 May 2005 16:24:12 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

Natalia Portillo wrote:


El 27/05/2005, a las 12:42, Mike Kronenberg escribió:


-cocoalivethumbnail => qemu produces a 100x75 PNG thumbnail every 10 sec

GREAT!!!

But, better if can be specified how many time and/or a shortcut (like in virtualpc)



_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel

I'll put that on my todo list.

btw:
The patch provides two thumbnailer: quality and fast
- quality: just grabs the whole screen and makes a downsample => slow but nice - fast: just grabs the needed bits from current_ds => like pixel resample in PS :)
   => BUT if you use fast, half of the pic is ok, and half is garbage
   so if someone could look over it and find the bug, that would be great.
one could even use a 32bit pointer to further reduce the cpu time needed for the thumb.

Mike




reply via email to

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