Click or drag to resize

AtalaPixelFormatChangerLowLevelChangePixelFormat Method

Lows level implementation 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 override AtalaImage LowLevelChangePixelFormat(
	AtalaImage sourceImage,
	PixelFormat newPixelFormat,
	ColorProfile destProfile
)

Parameters

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

Return Value

Type: AtalaImage
Exceptions
See Also