Click or drag to resize

JpegXrDecoderGetColorProfile Method

Returns the color profile for this image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ColorProfile GetColorProfile(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the image.

Return Value

Type: ColorProfile
A ColorProfile for this image or null (Nothing in VB) if there is no profile.
See Also