commit | cd0f088c7d5b2654d01c2cc12a1994a41b43c824 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Feb 09 13:59:14 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Feb 09 13:59:14 2012 +0000 |
tree | 27f9f890e09cfae556d2cea7219dc96d5e5497e1 | |
parent | c4debe6bf0038c66812657aba3594602ef7a4d8a [diff] |
diff --git a/coders/tiff.c b/coders/tiff.c index f7de127..4f8402a 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -3060,7 +3060,7 @@ 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))