From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1P1k4F-0001xo-Iz for mharc-grub-devel@gnu.org; Fri, 01 Oct 2010 14:10:47 -0400 Received: from [140.186.70.92] (port=44679 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1k47-0001sP-Aq for grub-devel@gnu.org; Fri, 01 Oct 2010 14:10:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1k3o-0000RF-UP for grub-devel@gnu.org; Fri, 01 Oct 2010 14:10:25 -0400 Received: from gateway03.websitewelcome.com ([74.52.223.144]:52494) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P1k3o-0000OS-OU for grub-devel@gnu.org; Fri, 01 Oct 2010 14:10:20 -0400 Received: (qmail 31881 invoked from network); 1 Oct 2010 18:10:06 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway03.websitewelcome.com with SMTP; 1 Oct 2010 18:10:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=CKpZtd0JzBsdlclBWtCwHP7yy6f8om1rHLo2TppEq19jdSJnJYmCQYLbR5qbUcwKLbfh2u9+YrM2Z5mYbBPFuFv6w1B/w4XjDhzMEtL8LOERPtt4TVJjPcR9eZ1uy7nz; Received: from [98.247.1.71] (port=42696 helo=svelte) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1P1k3S-0000F7-Ob for grub-devel@gnu.org; Fri, 01 Oct 2010 13:09:59 -0500 Date: Fri, 1 Oct 2010 11:10:04 -0700 From: Colin D Bennett To: grub-devel@gnu.org Message-ID: <20101001111004.4890fb5a@svelte> In-Reply-To: References: <920613.91908.qm@web24102.mail.ird.yahoo.com> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: jpeg image does not show in background X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 18:10:45 -0000 On Fri, 1 Oct 2010 16:40:38 +0100 Piscium wrote: > On 1 October 2010 15:15, Tom Davies wrote: > > jpg compression does some horrible things to pictures especially if > > you try to resize after cropping or doing anythign to them really. > > Why not stay with png? > > That is a good point. And I might add that it takes only one minute to > convert a file from jpeg to png (manually). Well, converting from JPEG to PNG is really pointless since it won't improve quality at all--the details already lost in JPEG compression can't be recovered. Regards, Colin