From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYpLX-00058O-TX for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:48:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYpLV-00056M-Ei for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:48:03 -0400 Received: from [199.232.76.173] (port=59826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYpLV-00056E-4H for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:48:01 -0400 Received: from ag-out-0708.google.com ([72.14.246.242]:12464) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYpLU-0007DQ-BP for qemu-devel@nongnu.org; Thu, 28 Aug 2008 17:48:00 -0400 Received: by ag-out-0708.google.com with SMTP id 31so1530516agc.5 for ; Thu, 28 Aug 2008 14:47:58 -0700 (PDT) Message-ID: <48B71CDF.6030806@codemonkey.ws> Date: Thu, 28 Aug 2008 16:47:11 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5076] VNC: Support for ExtendedKeyEvent client message References: <74C8A544-F282-43CF-B33F-1E8972658190@suse.de> <48B70B43.7050302@codemonkey.ws> <28A4FF84-9A3A-4A60-A67B-3533530A728D@df.lth.se> In-Reply-To: <28A4FF84-9A3A-4A60-A67B-3533530A728D@df.lth.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexander Graf Christian Brunschen wrote: > >> >> I doubt you'll see a benefit from this. PNG compression is paletted >> and compressed (just like GIF). > > PNG does more than that. PNG supports full colour (up to 16 bits per > colour component) including a full alpha channel, and has various > filters that are applied to the image data to improve compression. Not > to mention PNG is much more than GIF. Tight also has various filters to improve the compression. The VNC protocol won't support 16-bit color components or an alpha channel so this isn't an advantage. > As an aside - is the Tight protocol documented somewhere? In actual > documentation rather than source code, I mean? Just the source code. Although there's a big comment block that describes it as well as the rest of the VNC protocol docs do. Regards, Anthony Liguori