From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43535 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKWov-0003at-0h for qemu-devel@nongnu.org; Fri, 04 Jun 2010 09:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKWop-0008IE-0n for qemu-devel@nongnu.org; Fri, 04 Jun 2010 09:20:19 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:34125) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKWoo-0008I7-Ql for qemu-devel@nongnu.org; Fri, 04 Jun 2010 09:20:14 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e32.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o54DCoNR005554 for ; Fri, 4 Jun 2010 07:12:50 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id o54DKBOG259858 for ; Fri, 4 Jun 2010 07:20:12 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o54DKAX2004156 for ; Fri, 4 Jun 2010 07:20:10 -0600 Message-ID: <4C08FD88.20600@linux.vnet.ibm.com> Date: Fri, 04 Jun 2010 08:20:08 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1275657527-26032-1-git-send-email-corentincj@iksaif.net> <1275657527-26032-4-git-send-email-corentincj@iksaif.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 3/5] vnc: add lossless option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Corentin Chary , Qemu-development List On 06/04/2010 08:17 AM, Alexander Graf wrote: > On 04.06.2010, at 15:18, Corentin Chary wrote: > > >> The lossless option can be used to force lossless compression >> by disabling all lossy encodings like gradient or jpeg. >> > I think this should be reverse. Be lossless by default, but have a lossy option. > I agree. I think we need to disable gradient by default. Maybe we can trigger gradient too whenever jpeg is enabled by the client. Regards, Anthony Liguori > Alex > >