Available in the LEADTOOLS Imaging toolkit. |
HistogramTableSize property (Main Control)
Visual
Basic example
Visual C++ 4.0 example
Syntax long HistogramTableSize;
Overview: Refer to Using Histograms.
Remarks
Specifies the number of entries in the HistogramTable property.
This value that must be set for this property depends on the color resolution (bits per pixel) of the image, as follows:
Table Size BPP
65536 64 or 48
256 Any other color (non-grayscale) value, or grayscale 8
For 12 and 16 bit grayscale images, use the HistogramGrayTableSize property
See Also
Elements: HistogramTable property, GetHistogram method, HistogramGrayTableSize property
Topics: Raster
Images: Using Histograms
Changing Brightness and Contrast