Click or drag to resize

PixelFormatChangerLowLevelChangePixelFormat Method

Lows level implementatin to change pixel format.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected abstract AtalaImage LowLevelChangePixelFormat(
	AtalaImage sourceImage,
	PixelFormat targetPixelFormat,
	ColorProfile destProfile
)

Parameters

sourceImage
Type: Atalasoft.ImagingAtalaImage
The source image.
targetPixelFormat
Type: Atalasoft.ImagingPixelFormat
The target pixel format.
destProfile
Type: Atalasoft.Imaging.ColorManagementColorProfile
The dest profile.

Return Value

Type: AtalaImage
See Also