TPCXFileFormat Class
ImagingPcx | Legend | Members | Methods | Properties | Hierarchy

Class for loading ZSoft Paintbrush images known as PCX.

Pascal
public TPCXFileFormat = class(TImageFileFormat);
File

ImagingPcx (at line 45)

Description

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).

Hierarchy
TObject
TImageFileFormat
TPCXFileFormat
Related Information
You are here: Symbol Reference > Classes > TPCXFileFormat Class