From 1424380e5b1490d5df6975359dd24ef2da29134c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 13 Feb 2009 13:04:14 -0600 Subject: [PATCH] x/y resolution should be a scalar --- basis/images/tiff/tiff.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/images/tiff/tiff.factor b/basis/images/tiff/tiff.factor index db5141521d..674188992a 100755 --- a/basis/images/tiff/tiff.factor +++ b/basis/images/tiff/tiff.factor @@ -245,8 +245,8 @@ ERROR: bad-small-ifd-type n ; { 277 [ samples-per-pixel ] } { 278 [ rows-per-strip ] } { 279 [ strip-byte-counts ] } - { 282 [ x-resolution ] } - { 283 [ y-resolution ] } + { 282 [ first x-resolution ] } + { 283 [ first y-resolution ] } { 284 [ planar-configuration ] } { 296 [ lookup-resolution-unit resolution-unit ] } { 305 [ >string software ] }