LEADTOOLS for WPF reads and writes the following PCX formats:
PCX. This is a file format created by ZSoft. This format compresses its image data with the RLE type compression.
DCX. This is a multipage PCX format that enables a file to contain more than one image. It is handled the same as a regular PCX file, except for the multipage feature.
For PCX and DCX files, you can read and write the following bits per pixel: 1, 4, 8, 24.
LEADTOOLS for WPF supports loading and saving multi-page files in this format.
File constants associated with this file format are:
WIC Codec CLSID |
WIC Codec Subformat |
RasterImageViewer.Save File Constant |
Read Support | Write Support | Description |
CLSID_WICLeadPcxEncoder | WICLeadSubFormatPcx | Pcx | 1, 4, 8, 24 BPP | 1, 4, 8, 24 BPP | ZSoft PCX. |
Required DLL: Leadtools.Codecs.Pcx.Dll. For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application.