gtk+ r21115 - trunk/gdk-pixbuf



Author: matthiasc
Date: Thu Aug 14 05:32:58 2008
New Revision: 21115
URL: http://svn.gnome.org/viewvc/gtk+?rev=21115&view=rev

Log:
Exclude CR2 files in the tiff loader.


Modified:
   trunk/gdk-pixbuf/ChangeLog
   trunk/gdk-pixbuf/io-tiff.c

Modified: trunk/gdk-pixbuf/io-tiff.c
==============================================================================
--- trunk/gdk-pixbuf/io-tiff.c	(original)
+++ trunk/gdk-pixbuf/io-tiff.c	Thu Aug 14 05:32:58 2008
@@ -797,6 +797,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]