Public Attributes | List of all members
Celartem::DjVu::IW44Encoder::ChunkConfig Struct Reference

#include <djv_iw44encoder.h>

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.

Member Data Documentation

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

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.


The documentation for this struct was generated from the following file:

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:07.
Cuminas Logo