gtk+ r21370 - branches/gtk-2-12/gdk-pixbuf
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21370 - branches/gtk-2-12/gdk-pixbuf
- Date: Fri, 12 Sep 2008 04:28:21 +0000 (UTC)
Author: matthiasc
Date: Fri Sep 12 04:28:21 2008
New Revision: 21370
URL: http://svn.gnome.org/viewvc/gtk+?rev=21370&view=rev
Log:
Bug 532644 - TIFF loader need to exclude CR2 files
* io-tiff.c: Add a pattern to exclude CR2 files.
Noticed by Hubert Figuire
Modified:
branches/gtk-2-12/gdk-pixbuf/ChangeLog
branches/gtk-2-12/gdk-pixbuf/io-tiff.c
Modified: branches/gtk-2-12/gdk-pixbuf/io-tiff.c
==============================================================================
--- branches/gtk-2-12/gdk-pixbuf/io-tiff.c (original)
+++ branches/gtk-2-12/gdk-pixbuf/io-tiff.c Fri Sep 12 04:28:21 2008
@@ -799,6 +799,7 @@
static GdkPixbufModulePattern signature[] = {
{ "MM \x2a", " z ", 100 },
{ "II\x2a ", " z", 100 },
+ { "II* \020 CR\002 ", " z zzz z", 0 },
{ NULL, NULL, 0 }
};
static gchar * mime_types[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]