Click or drag to resize

ImageCommandGetContinuousFormatImage Method

A utility method for determining the best matching continuous tone pixel format and converting the given image to that format.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected static AtalaImage GetContinuousFormatImage(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
A non-continuous (ie, color-mapped) image

Return Value

Type: AtalaImage
If the image is already a continuous image format, this method will return null. Otherwise it will return a new image.
See Also