documentation
authorClaus Gittinger <cg@exept.de>
Mon, 21 Apr 1997 21:05:36 +0200
changeset 556 a2d03470af59
parent 555 f51ec2cc4482
child 557 4eb806135e3f
documentation
TargaReader.st
--- a/TargaReader.st	Mon Apr 21 21:04:21 1997 +0200
+++ b/TargaReader.st	Mon Apr 21 21:05:36 1997 +0200
@@ -36,14 +36,14 @@
 documentation
 "
     this class provides methods for loading targa-file (tga) images.
+
     Limitations: 
-        not fully tested (I only had a few targe files to check things)
-        only supports 24 bits/pixel uncompressed format
+        not fully tested (I only had a few targa files to check things)
+        only supports 8,24 and 32 bits/pixel formats; alpha channel is ignored
         Image saving not supported
 
     I had two tga files to test this code with - it may not work with
-    other targa files (it certainly does not work with RLE-encoded or
-    1/8 bit images).
+    other targa files (it certainly does not work with 1/16 bit images).
 
     Suggestions: adapt & use the pbmplus library here.
 
@@ -495,6 +495,6 @@
 !TargaReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.12 1997-04-21 19:04:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.13 1997-04-21 19:05:36 cg Exp $'
 ! !
 TargaReader initialize!