#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 18:38:02 +0100
changeset 3922 a82b5a12bf52
parent 3921 58dbf336ced2
child 3923 35437a72496b
#DOCUMENTATION by cg class: BlitImageReader comment/format in: #documentation
BlitImageReader.st
--- a/BlitImageReader.st	Wed Feb 22 18:35:53 2017 +0100
+++ b/BlitImageReader.st	Wed Feb 22 18:38:02 2017 +0100
@@ -9,8 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libview2' }"
 
-"{ Package: 'stx:libview2' }"
+"{ NameSpace: Smalltalk }"
 
 ImageReader subclass:#BlitImageReader
 	instanceVariableNames:''
@@ -43,6 +44,9 @@
     To support those, images can also be read from a string which is
     encoded in that format (see: #fromCompressedString:).
 
+    These images were quite common in the early 90's to annotate emails and news articles.
+    The format is now completely forgotten and of no real use (except, maybe for historicans).
+    
     [See also:]
         Image Form Icon
         GIFReader FaceReader JPEGReader PBMReader PCXReader 
@@ -207,7 +211,8 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.16 2003-11-19 15:28:36 cg Exp $'
+    ^ '$Header$'
 ! !
 
+
 BlitImageReader initialize!