Celartem::DjVu::IW44::IW44Encoder::ChunkConfig Struct Reference

#include <djv_iw44encoder.h>

List of all members.

Public Attributes

size_t slices
size_t bytes


Detailed Description

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.

Definition at line 93 of file djv_iw44encoder.h.


Member Data Documentation

size_t Celartem::DjVu::IW44::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.

Definition at line 102 of file djv_iw44encoder.h.

size_t Celartem::DjVu::IW44::IW44Encoder::ChunkConfig::bytes

Size target. Data generation for the current encoding stops if the data size in this encoding reaches value bytes. Please note that the size of the data will be equal to bytes or larger than that. The default value 0 has a special meaning: data will be generated regardless of the file size.

Definition at line 112 of file djv_iw44encoder.h.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:31 2008.