Click or drag to resize

JpegDecoderGetImageInfo Method

Retreive information from a Jpeg image stored in a Stream without decoding the image data.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.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
A stream containing the encoded image data.

Return Value

Type: ImageInfo
Remarks
Many JPEG images do not contain valid resolution information. In these cases, the image info will contain a resolution of 96 pixels per inch.
See Also