]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 18 Mar 2015 18:59:25 +0000 (18:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 18 Mar 2015 18:59:25 +0000 (18:59 +0000)
coders/tiff.c

index a8e4865e897ebb2774bc44f97a9e20d07d549d3d..43ea0a87dac05795ef13d43460ac697c021a7859 100644 (file)
@@ -1130,18 +1130,18 @@ RestoreMSCWarning
       }
       case PHOTOMETRIC_LOGL:
       { 
-        (void) SetImageProperty(image,"tiff:photometric","CIE Log2(L)");
+        (void) SetImageProperty(image,"tiff:photometric","CIE Log2(L)",exception);
         break;
       } 
       case PHOTOMETRIC_LOGLUV:
       { 
-        (void) SetImageProperty(image,"tiff:photometric","LOGLUV");
+        (void) SetImageProperty(image,"tiff:photometric","LOGLUV",exception);
         break;
       } 
 #if defined(PHOTOMETRIC_MASK)
       case PHOTOMETRIC_MASK:
       {
-        (void) SetImageProperty(image,"tiff:photometric","MASK");
+        (void) SetImageProperty(image,"tiff:photometric","MASK",exception);
         break;
       }
 #endif