ImageGear for Java
convertColorSpace(ImGearRasterPage,ImGearColorSpace,double[,]) Method
Image to change color space.
New color space.
Conversion matrix.
Converts an image's color space using the specified matrix.

Converts an image to a new color space using a conversion matrix. Destination pixels are calculated as Dst = M * Src, where M is conversion matrix. Number of channels after conversion will be equal to first of the conversionMatrix. Second dimension of conversionMatrix should be equal to number of channels in the source page.

com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.processing.ImGearWhiteBalance

Syntax
public static void convertColorSpace( 
   ImGearRasterPage page,
   ImGearColorSpace newColorSpace,
   double[][] conversionMatrix
)

Parameters

page
Image to change color space.
newColorSpace
New color space.
conversionMatrix
Conversion matrix.
See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback