Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill..::.SyncHandler
L
Aurigma.GraphicsMill.Codecs..::.FormatReader
L
Aurigma.GraphicsMill.Codecs..::.PcxReader
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.




