From: cristy Date: Thu, 9 Feb 2012 13:59:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd0f088c7d5b2654d01c2cc12a1994a41b43c824;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index f7de127a1..4f8402aa5 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -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))