Click or drag to resize

RawDecoder Methods

The RawDecoder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBestScale
Gets the most efficient scale factor, based on the codec's internal data handling.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImageInfo
Returns information about the RAW image passed as the input stream.
(Overrides ImageDecoderGetImageInfo(Stream).)
Public methodGetPreviewImage
Returns an RGB preview image if one exists in the RAW stream.
Public methodGetThumbnail
Returns an AtalaImage containing the thumbnail image stored in the RAW stream.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidFormat
Returns true if the input stream is a valid RAW format.
(Overrides ImageDecoderIsValidFormat(Stream).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Returns an AtalaImage containing the decoded RAW image.
(Overrides ImageDecoderRead(Stream, ProgressEventHandler).)
Public methodReadScaled
Similar to Read(Stream, ProgressEventHandler) but also scales the output in the most efficient way possible.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also