ImageEn, unit iewic

TIEWICWriter.FrequencyOrder

TIEWICWriter.FrequencyOrder


Declaration

property FrequencyOrder: boolean;


Description

This parameter specifies that the image must be encoded in frequency order, with the lowest frequency data appearing first in the file, and image content grouped by its frequency rather than its spatial orientation.
Organizing a file by frequency order provides the highest performance results for any frequency-based decoding, and is the preferred option.
Device implementations of HD Photo encoders may choose to organize a file in spatial order to reduce the memory footprint required during encoding.
The default value is true and it is recommended that applications and devices always use frequency order unless there are performance or application-specific reasons to use spatial order.

You must set this property before each PutFrame call.