Click or drag to resize

DocumentPixelFormatChangerLowLevelChangePixelFormat Method

Lows the level change pixel format.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
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 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
Exceptions
ExceptionCondition
ArgumentNullExceptioncommand;Internal error making getting threshold command.
FormatExceptionInternal error: threshold command did not return a 1bpp image.
See Also