DjVu Encoder Profiles

Introduction

Cuminas DjVu SDK, which is the main component of Document Express 7 series, uses encoder profiles when encoding DjVu files. An encoder profile is a set of parameters to configure DjVuEncoder instance. The encoder profiles are shared between DjVu encoder programs.

Profile Repository

The encoder profiles are stored in a repository XML file. And the location of the XML file is defined by the system. On Windows, the profile repository is installed on the following location:

C:\Documents and Settings\All Users\Application Data\Caminova\defaults.dprepo

On Windows Vista or later, this path is shortened to

C:\ProgramData\Caminova\defaults.dprepo

On UNIX platforms, this is normally on

~/.caminova/defaults.dprepo

Programmatically Access to Encoder Profiles

To access the encoder profiles from your code, use Profile class. The profile repository can be accessed via ProfileRepository class.


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