ImageGear Professional for Windows ActiveX
TransformWithLUTs Method

Description:

Transforms the pixel values of the IGPage, using an array of look up tables. The pixels from IGPage are used as indices into the LUTs. The entry in the LUT at this position is placed into the corresponding channel of the new image.

Number of LUTs must correspond to the number of channels in the image. Input depths of all LUTs must be equal to corresponding channel depths of the image. Channel depths of result image will be equal to output depths of the corresponding LUTs.

This method takes into account the ROI settings of pPage object, that are accessible via the IGPage.ROI property. By default ROI is set to the entire image.

Syntax:

      TransformWithLUTs(
   ByVal pPage As IGPage,
   LUTs as IGDataArray
);

Parameters:

Name Description
pPage Reference to IGPage object.
LUTs IGDataArray containing elements of type IGLUT.

See Also:

IGPage Object

IGDataArray Object

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback