Click or drag to resize

RawDecoderGetImageInfo Method

Returns information about the RAW image passed as the input 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 override ImageInfo GetImageInfo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Input stream

Return Value

Type: ImageInfo
Information about the RAW image passed as the input stream.
Remarks
Cast the returned ImageInfo object to a RawImageInfo object in order to obtain detailed RAW information.
See Also