WindowsIconReader.st
changeset 3595 bf71946129f1
parent 3594 695b4c2f1b83
child 3596 dee4584a243a
equal deleted inserted replaced
3594:695b4c2f1b83 3595:bf71946129f1
    39 
    39 
    40 documentation
    40 documentation
    41 "
    41 "
    42     this class provides methods for loading Windows and OS2 icon and bmp files.
    42     this class provides methods for loading Windows and OS2 icon and bmp files.
    43     The name is misleading, but due to historic reasons.
    43     The name is misleading, but due to historic reasons.
       
    44     Reader tries to support allmost all formats: Win2, Win3, Win4, Win5, WINCE and OS2.
       
    45     (incl. PNG and JPG compression, and WINCE depth2 images)
       
    46     
    44     Image writing is only supported for BMP format with depth 1,4,8 and 24 bit images.
    47     Image writing is only supported for BMP format with depth 1,4,8 and 24 bit images.
    45 
    48     
    46     The reader tries to figure out which version of BMP/ICO is used.
    49     The reader tries to figure out which version of BMP/ICO is used.
    47     It seems to be able to load most formats, but who knows ...
    50     It seems to be able to load most formats, but who knows ...
    48 
    51 
    49     The class name *IconReader is a bad, historic choice - it ws originally
    52     The class name *IconReader is a bad, historic choice - it ws originally
    50     written to read icons only, but evolved over time and is now also
    53     written to read icons only, but evolved over time and is now also