This documentation is for the old version. Go to the latest Graphics Mill docs

PcxReader Class

This class enables you to read PCX images.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public NotInheritable Class PcxReader _
	Inherits FormatReader
C#
public sealed class PcxReader : FormatReader

Remarks

This quite old image format is developed by ZSoft Corporation. Data of this format is compressed using the Run-Length-Encoding (RLE) compression algorithm. PCX format supports palette-based and 24-bit RGB images.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Object Model




See Also

Reference