Accusoft.ImagXpress12.Net
MaxValue Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > SaveOptionsJls Class : MaxValue Property




Glossary Item Box

Gets and sets the maximum value of the MaxValue argument.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

An integer value which represents the maximum value of any channel in the image.

Remarks

Note: This property affects the maximum value of the Near argument.

The default value is 0 which sets the compression to (2 ^Bits-Per-Channel) -1.

Valid values are 0 to (2 ^ Bits-Per-Channel) - 1.

Note: This value should be left to the default of 0 or set to the maximum of (2 ^ Bits-Per-Channel) - 1, unless the Red, Green, and Blue channels of all the pixels of the image have been analyzed. Any value less than the maximum channel value over all of the pixels will result in an error. A typical 24-bit photographic image with a standard brightness or higher will probably have a Red, Green or Blue value of 255 in at least one pixel in the image. Thus this property could not be anything other than 0 or 255.

A 24-bit RGB image is 8 bits for each channel (Red, Green, and Blue each being separate channels). Images with less than 24-bit per pixel are converted to 24-bit if they are color, 4 or 8 bit grayscale otherwise.

Note: Available in Professional edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.