Class for loading ZSoft Paintbrush images known as PCX.
public TPCXFileFormat = class(TImageFileFormat);
ImagingPcx (at line 45)
It is old format which can store 1bit, 2bit, 4bit, 8bit, and 24bit (and 32bit but is probably non-standard) images. Only loading is supported (you can still come accross some PCX files) but saving is not (I don't wont this venerable format to spread).
TObject TImageFileFormat TPCXFileFormat