You are here: Start » FIL.NET » FIS.ConvertPixelType Method
FIS.ConvertPixelType Method
Changes the type of pixel components.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ConvertPixelType ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.PlainType inNewType, int inDepthDelta, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inNewType | FilNet.PlainType | UInt8 | Type of the output image. Default value: UInt8. | |
![]() | inDepthDelta | int | <-30, 30> | 0 | Pixel values will be multiplied by 2^inDepthDelta. For example, use -4 to convert 12-bit to 8-bit images. Default value: 0. |
![]() | outImage | FilNet.Image | Output image. |