diff -r 05fb9b9d9e53 -r 589f02f1a068 ImageReader.st --- 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: 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 $' ! !