Click or drag to resize

AtalaImageGetChangedPixelFormat Method (PixelFormat, ColorProfile)

Returns a new AtalaImage object with a different PixelFormat from this AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage GetChangedPixelFormat(
	PixelFormat newPixelFormat,
	ColorProfile destProfile
)

Parameters

newPixelFormat
Type: Atalasoft.ImagingPixelFormat
destProfile
Type: Atalasoft.Imaging.ColorManagementColorProfile

Return Value

Type: AtalaImage
A new AtalaImage object with a different %PixelFormat% from this AtalaImage.
Remarks
The ChangePixelFormatCommand can also be used to change the pixelformat, using a Command.
See Also