ImageReader.st
changeset 6508 589f02f1a068
parent 6377 7546e57a7035
child 6585 6fc5ec1f3398
--- a/ImageReader.st	Sat Jun 14 11:11:24 2014 +0200
+++ b/ImageReader.st	Sat Jun 14 11:12:20 2014 +0200
@@ -921,8 +921,8 @@
         Image fromFile:<someFileName>
     The Image class will guess the images format and forward the task to
     some concrete ImageReaderClass.
-    If that class finds, that the files format is incorrect, other readers
-    are tried until some finds the files format acceptable.
+    If that class thinks, that the file's format is incorrect, 
+    other readers are tried until some reader class finds the file's format acceptable.
 
     Image readers read the stream and collect all relevant information internally.
     Once done with reading, the actual image object is created and
@@ -2033,10 +2033,10 @@
 !ImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.110 2014-04-03 21:22:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.111 2014-06-14 09:12:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.110 2014-04-03 21:22:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.111 2014-06-14 09:12:20 cg Exp $'
 ! !