Accusoft.ImagXpress12.Net
Luminance Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > SaveOptionsJpeg Class : Luminance Property




Glossary Item Box

Gets and sets the luminance quality.

Syntax

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

Property Value

An integer value that represents the luminance quality.

Remarks

Valid values range from 0 to 255.

JPEG and ePIC images are stored in a compresed format. Compression is lossy which means when saving JPEG or ePIC files, there will be data loss. Data loss is the results of JPEG and ePICs ability to achieve high compression ratios. Higher quality settings result in less compression, while lower quality settings result in higher compression. Quality versus compression is a tradeoff. The image compression ratio can be adjused by setting the Luminance and Chrominance properties.

The Luminance property adjusts the luminance or gray scale quality and the Chrominance property adjusts the chrominance or color quality. Lower settings for these properties result in higher quality images with less compression. Higher settins for these properties result in lower quality images with more compression.

For general use photographic type images, the settings of Luminance = 24 and Chrominance = 30 provides about a 12:1 image copression ratio with minimal data loss. Compression ratios and perceived image quality varies depending on the image.

Note: As a rule, Chrominance should always have a value equal or higher than Luminance.

See Also

©2013. Accusoft Corporation. All Rights Reserved.