#include <djv_iw44encoder.h>
Public Attributes | |
size_t | slices |
size_t | bytes |
IW44 encoding parameters. This structure gathers the quality specification parameters. IW44 data is generated until meeting either the slice target or the size target.
IW44Encoder uses this parameters internally. You can also specify explictily this parameters by passing to create in the form of SimpleArray.
size_t Celartem::DjVu::IW44Encoder::ChunkConfig::bytes |
size_t Celartem::DjVu::IW44Encoder::ChunkConfig::slices |
Slice target. Data generation for the current encoding stops if the number of slices in this encoding reaches value slices. The default value 0 has a special meaning: data will be generated regardless of the number of slices in the file.