ImageGear Professional v18.2 > User Guide > Using ImageGear > Using ImageGear MD Component > Image Processing of 16-Bit Images |
Most of the baseline Image Access and Image Processing methods support 9..16 bit images. See Processing Component API Reference to find supported bit depths for particular methods.
Medical Component presents a set of methods that were designed specifically for 9..16 bit and Medical images. IGMedProcessing Object member of the IGMedCtl Control provides access to these functions.
The various ways in which an image can be modified or investigated with IGMedCtl.Processing are described in the following table. Please refer to the MD Component API Reference for complete descriptions of the IGMedProcessing Object methods.
Feature | API Reference |
---|---|
Reduce image color from 9..16g 8g | ReduceWithDisplayLUT Method ReduceWithDownshift Method |
Promote image color from 8g to 9..16g | PromoteTo16Gray Method |
Transform bits of a 9..16 bit image | Normalize Method TransformHighBit Method |
Calculate Minimum and Maximum pixel intensities | GetMinMax Method |
Tabulate histogram for a 9..16g image | TabulateHistogram16Gray Method |
This section provides information about the following: