Click or drag to resize

ColorProfileFromEmbedded Method (String)

Returns a ColorProfile embedded within an image given the image file name.
Returns a ColorProfile embedded within an image.

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static ColorProfile FromEmbedded(
	string fileName
)

Parameters

fileName
Type: SystemString
The filename of the image.

Return Value

Type: ColorProfile
A ColorProfile embedded within an image.

Return Value

Type: ColorProfile
A ColorProfile embedded within an image.
Remarks
Can be a PNG, TIFF, or JPEG image.
See Also