PnmDecoder Class |
An ImageDecoder used to read PNM/PBM/PGM/PPM images from a Stream.
Namespace: Atalasoft.Imaging.Codec
The PnmDecoder type exposes the following members.
Name | Description | |
---|---|---|
PnmDecoder | Initializes an instance of the PnmDecoder. |
Name | Description | |
---|---|---|
SupportedImageType | Obsolete. Returns the ImageType that the implemented decoder class supports. (Inherited from ImageDecoder.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageInfo | Gets image information from a PNM image given an encoded image stream. (Overrides ImageDecoderGetImageInfo(Stream).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidFormat | Returns true of the given stream is a PNM image. (Overrides ImageDecoderIsValidFormat(Stream).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read | Decodes a PNG image stream into an AtalaImage. (Overrides ImageDecoderRead(Stream, ProgressEventHandler).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |