diff -r 695b4c2f1b83 -r bf71946129f1 WindowsIconReader.st --- a/WindowsIconReader.st Mon Mar 07 11:12:02 2016 +0100 +++ b/WindowsIconReader.st Mon Mar 07 11:14:16 2016 +0100 @@ -41,8 +41,11 @@ " this class provides methods for loading Windows and OS2 icon and bmp files. The name is misleading, but due to historic reasons. + Reader tries to support allmost all formats: Win2, Win3, Win4, Win5, WINCE and OS2. + (incl. PNG and JPG compression, and WINCE depth2 images) + Image writing is only supported for BMP format with depth 1,4,8 and 24 bit images. - + 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 ...