Gets or sets the frequency ordering, which determines if frequency or spatial ordering is used.
Read-write property
Visual Basic |
---|
Public Property SaveJPEGXRFrequencyOrdering As Boolean |
A Boolean value that is True if frequency ordering is used; False otherwise.
JPEG-XR makes it possible to organize the compressed image data sequentially in either spatial or frequency order. Frequency order groups the data in three different frequencies and places it sequentially in the file starting with the low frequency information, followed by the middle frequency, and finally by the high frequency. The Frequency order makes it more efficient to decode a low resolution or thumbnail version of the image.