XBMReader.st
changeset 6 4ac87e6bf82f
parent 5 4d55b551dc57
child 12 6804b4ee340c
equal deleted inserted replaced
5:4d55b551dc57 6:4ac87e6bf82f
     1 "
     1 "
     2  COPYRIGHT (c) 1992-93 by Claus Gittinger
     2  COPYRIGHT (c) 1992 by Claus Gittinger
     3               All Rights Reserved
     3               All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    17          category:'Graphics-Support'
    17          category:'Graphics-Support'
    18 !
    18 !
    19 
    19 
    20 XBMReader comment:'
    20 XBMReader comment:'
    21 
    21 
    22 COPYRIGHT (c) 1992-93 by Claus Gittinger
    22 COPYRIGHT (c) 1992 by Claus Gittinger
    23               All Rights Reserved
    23               All Rights Reserved
    24 
    24 
    25 this class provides methods for loading and saving x-bitmap-file images.
    25 this class provides methods for loading and saving x-bitmap-file images.
    26 These images can (for example) be created using the bitmap editor supplied
    26 These images can (for example) be created using the bitmap editor supplied
    27 with X. Only monochrome images can be represented in thos format.
    27 with X. Only monochrome images can be represented in thos format.
    28 
    28 
    29 $Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.3 1993-10-13 00:46:47 claus Exp $
    29 $Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.4 1993-10-13 02:44:41 claus Exp $
    30 written Sep 92 by claus
    30 written Sep 92 by claus
    31 '!
    31 '!
    32 
    32 
    33 !XBMReader methodsFor:'writing to file'!
    33 !XBMReader methodsFor:'writing to file'!
    34 
    34