Accusoft ImagXpress 13
ColorDepth Method

The new number of bits per pixel to change the image.

Valid range is 1, 4, 8, and 24.

The enumPalette enumeration specifies which color palette to apply to the image, if the bit depth is reduced to 8-bits or less.
The enumDithered enumeration specifies the dither type to utilize, if the bit depth is reduced to 8-bits or less.
Description
Changes the bits per pixel of the current image.
Syntax
Visual Basic
Public Sub ColorDepth( _
   ByVal IPBitsPixel As Integer, _
   ByVal IPPalette As enumPalette, _
   ByVal IPDither As enumDithered _
) 
Parameters
IPBitsPixel

The new number of bits per pixel to change the image.

Valid range is 1, 4, 8, and 24.

IPPalette
ValueDescription
IPAL_FixedFixed - The image will be displayed using an internal fixed palette.
IPAL_GrayGray Scale - The image will be displayed using a gray scale palette.
IPAL_OptimizedOptimized - The image will be displayed using the best possible palette for each image.
IPAL_PalFilePalette File - The image will be displayed using a palette file.
IPAL_UserDefinedUser defined - The image will be displayed using a palette defined by the user using the PRGBSetColors method.
The enumPalette enumeration specifies which color palette to apply to the image, if the bit depth is reduced to 8-bits or less.
IPDither
ValueDescription
DI_BinarizePhotoHalftoneBinarize photo halftone.
DI_BinarizeQuickTextBinarize quick text.
DI_FloydFloyd-Steinberg.
DI_NoneNone.
DI_OrderedOrdered.
DI_PegasusPegasus.
The enumDithered enumeration specifies the dither type to utilize, if the bit depth is reduced to 8-bits or less.
Remarks

When the IPPalette parameter is set to IPAL_PalFile, the palette file is specified in the PFileName property.

When the IPPalette parameter is set to IPAL_UserDefined, the palette is defined by the PRGBSetColors method.

Note: enumDithered.DI_BinarizeQuickText and enumDithered.DI_BinarizePhotoHalftone can only be used if IPBitsPixel is 1, otherwise an error is returned because the image isn't being binarized.

See Also

ImagXpress Object  | ImagXpress Members  | Color Image Processing  | Image Processing

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback