Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 4bbc951ffb522b33781b5ef4161ef4de > files > 7

ImageMagick-5.5.7.15-6.3.100mdk.src.rpm

--- ImageMagick-5.3.8/coders/tiff.c.tags	2005-03-15 15:43:52.941803000 -0500
+++ ImageMagick-5.3.8/coders/tiff.c	2005-03-15 15:45:05.659012000 -0500
@@ -495,10 +495,6 @@
       (void) SetImageAttribute(image,"model",text);
     if (TIFFGetField(tiff,33432,&text) == 1)
       (void) SetImageAttribute(image,"copyright",text);
-    if (TIFFGetField(tiff,33423,&text) == 1)
-      (void) SetImageAttribute(image,"kodak-33423",text);
-    if (TIFFGetField(tiff,36867,&text) == 1)
-      (void) SetImageAttribute(image,"kodak-36867",text);
     if (TIFFGetField(tiff,TIFFTAG_PAGENAME,&text) == 1)
       (void) SetImageAttribute(image,"label",text);
     if (TIFFGetField(tiff,TIFFTAG_IMAGEDESCRIPTION,&text) == 1)