Click or drag to resize

RawDecoderGetPreviewImage Method

Returns an RGB preview image if one exists in the RAW stream.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage GetPreviewImage(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The RAW image stream

Return Value

Type: AtalaImage
Returns null when there is no preview image, or an AtalaImage containing the image if one exists.
Remarks
Usually, this image is larger than a thumbnail, and stored within the RAW image to viewers can quickly view the image data without processing the RAW image.
See Also