On Thu, 2008-03-27 at 16:48 -0400, Pavel Roskin wrote: > On Fri, 2008-03-28 at 04:25 +0800, Bean wrote: > > > This patch add support for 16-bit png. > > Thanks was quick! It's working for me.
By the way, we should recognize images by their internal data, not by the filenames. As it stands now, the jpeg reader only supports files with ".jpeg" extension, not with ".jpg", which is more popular. And the error message is unclear if the extension is unknown. PNG begins with 89:50:4E:47, JPEG begins with FF:D8:FF:E0 and Targa can start with 00:00:01:01, 00:00:02:00, 00:00:03:00, 00:00:09:01, 00:00:0A:00 and 00:00:0B:00. If we have a good PNG support, we could drop Targa, which is rare and obsolete. -- Regards, Pavel Roskin _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel