PCXReader.st
changeset 4149 1366a87d9e5f
parent 3996 9f8c87c19905
equal deleted inserted replaced
4148:d81244401c19 4149:1366a87d9e5f
    12 "{ Package: 'stx:libview2' }"
    12 "{ Package: 'stx:libview2' }"
    13 
    13 
    14 "{ NameSpace: Smalltalk }"
    14 "{ NameSpace: Smalltalk }"
    15 
    15 
    16 ImageReader subclass:#PCXReader
    16 ImageReader subclass:#PCXReader
    17 	instanceVariableNames:'header sourceBytesPerRow bitsPerPixelIn depth nPlanes compression
    17 	instanceVariableNames:'header sourceBytesPerRow bitsPerPixelIn nPlanes compression
    18 		nPlanesUsed'
    18 		nPlanesUsed'
    19 	classVariableNames:''
    19 	classVariableNames:''
    20 	poolDictionaries:''
    20 	poolDictionaries:''
    21 	category:'Graphics-Images-Readers'
    21 	category:'Graphics-Images-Readers'
    22 !
    22 !