SunRasterReader.st
changeset 1846 d29322944b05
parent 1805 93f557cbe600
child 3588 b1560f509caa
--- a/SunRasterReader.st	Wed Nov 19 16:27:07 2003 +0100
+++ b/SunRasterReader.st	Wed Nov 19 16:28:36 2003 +0100
@@ -141,6 +141,7 @@
 
     width := aStream nextLong.
     height := aStream nextLong.
+    self reportDimension.
 
     depth := aStream nextLong.
     aStream nextLong.   "Ignore the image length since I can't rely on it anyway."
@@ -276,7 +277,7 @@
 !SunRasterReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.30 2003-09-01 14:47:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.31 2003-11-19 15:25:57 cg Exp $'
 ! !
 
 SunRasterReader initialize!