IrisRGBReader.st
changeset 1745 4fa0fad2a463
parent 919 d0e28bc28b25
child 1753 aa246112438a
--- a/IrisRGBReader.st	Thu Apr 10 13:21:46 2003 +0200
+++ b/IrisRGBReader.st	Thu Apr 10 16:26:11 2003 +0200
@@ -10,11 +10,13 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libview2' }"
+
 ImageReader subclass:#IrisRGBReader
 	instanceVariableNames:'bytesPerPixel'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images-Support'
+	category:'Graphics-Images-Readers'
 !
 
 !IrisRGBReader class methodsFor:'documentation'!
@@ -227,6 +229,7 @@
 !IrisRGBReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IrisRGBReader.st,v 1.7 1998-05-11 20:56:57 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IrisRGBReader.st,v 1.8 2003-04-10 14:25:31 cg Exp $'
 ! !
+
 IrisRGBReader initialize!