JPEG2000FileAdvancedOptions
Specifies advanced behaviors when writing a JPEG2000 file.
Elements
Name | Type | Description |
---|---|---|
waveletMode | WaveletTransformMode | Determines which wavelet transform to use when writing the file. |
useMultiComponentTransform | int | Set this parameter to TRUE to use an additional transform on RGB images. Set this parameter to FALSE to not use an additional transform. This parameter has no effect when encoding grayscale images. |
maxWaveletTransformLevel | unsigned int | Specifies the maximum allowed level of wavelet transform. Increasing this value will result in a more accurate image, but will increase the time to write the image. Valid values for this element range from 0 to 255. |
quantizationStepSize | float | Specifies the absolute base quantization step size for derived quantization mode. This element has no effect when waveletMode is IMAQ_WAVELET_TRANSFORM_INTEGER. |