diff -r 58e71198a302 -r 0d38bd3b99ee WindowsIconReader.st --- a/WindowsIconReader.st Fri Feb 17 08:56:12 2017 +0100 +++ b/WindowsIconReader.st Fri Feb 17 08:56:49 2017 +0100 @@ -40,7 +40,10 @@ documentation " this class provides methods for loading Windows and OS2 icon and bmp files. - The name is misleading, but due to historic reasons. + + The class name *IconReader is a bad, historic choice - it ws originally + written to read icons only, but evolved over time and is now also + capable of reading/writing bmp and cursor files. The reader should support allmost all formats: Win2, Win3, Win4, Win5, WINCE and OS2. (incl. PNG and JPG compression, and WINCE depth2 images) @@ -50,10 +53,6 @@ The reader tries to figure out which version of BMP/ICO is used. It seems to be able to load most formats, but who knows ... - The class name *IconReader is a bad, historic choice - it ws originally - written to read icons only, but evolved over time and is now also - capable of reading/writing bmp and cursor files. - [See also:] Image Form Icon BlitImageReader FaceReader GIFReader JPEGReader PBMReader PCXReader