ImageReader.st
changeset 1053 a389e89da898
parent 929 f792d9689def
child 1055 ea202da7dc44
--- a/ImageReader.st	Fri Sep 13 18:54:23 1996 +0200
+++ b/ImageReader.st	Sat Sep 14 10:44:32 1996 +0200
@@ -12,7 +12,7 @@
 
 Object subclass:#ImageReader
 	instanceVariableNames:'width height data byteOrder inStream outStream photometric
-		samplesPerPixel bitsPerSample colorMap mask'
+		samplesPerPixel bitsPerSample colorMap mask dimensionCallBack'
 	classVariableNames:'ReverseBits'
 	poolDictionaries:''
 	category:'Graphics-Images-Support'
@@ -1579,5 +1579,5 @@
 !ImageReader  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.32 1996-07-05 21:00:17 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.33 1996-09-14 08:44:32 cg Exp $'
 ! !