]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 9 Feb 2012 13:59:14 +0000 (13:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 9 Feb 2012 13:59:14 +0000 (13:59 +0000)
coders/tiff.c

index f7de127a18340770247f4cb681b27cfad19532e3..4f8402aa521469ea6fce5f10352955ba87dbe75a 100644 (file)
@@ -3060,7 +3060,7 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info,
       default:
         break;
     }
-    option=GetImageOption(image_info,"tiff:tile-geometry");
+    option=GetImageArtifact(image,"tiff:rows-per-strip");
     if (option == (const char *) NULL)
       (void) TIFFSetField(tiff,TIFFTAG_ROWSPERSTRIP,rows_per_strip);
     if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))