igogo22 Конфигурационный файл - это просто строка параметров, которые подадутся на вход утилиты кодера.
Вот сейчас
bolega опять будет ругаться, что это не про СК и другая ветка.
Ну вот для кого тексты и статьи пишутся ?????? Идем в профильную ветку
http://forum.ru-board.com/topic.cgi?forum=93&topic=3514&start=1440 и читаем в шапке мануал (статью) про настройки джву-кодирования в DocumentExpress.
(Хотя в общем всё, включая и примеры влияния параметров сегемнтирования, из справки к официальной программе взято было.)
bg-subsample - во сколько раз уменьшается задний план от исходного
Refine - включает сглаживание маски или фона
inversion - пороговое значение для разграничения между черно-белым и бело-черным текстом (порог для определения инвертированного текста)
pix-filter- штрафное значение для переходов фон-маска при сегментировании
shape-filter - куда идут сомнительные пиксели, в фон или в маску
threshold-level - третий параметр джву-сегментирования - баланс между пространством колебания (стандартного отклонения) яркости маски и яркости фона вокруг своих локально средних уровней.
Вейвлетами маска не кодируется, их там и не надо подключать.
Если уж вы решили из командной строки с джву-утилитами работать, то можно в ней к каждой справку вызывать и возможные значения посмотреть
[more]
Where options are:
--config=<filename> Use a non-standard configuration file.
--profile=<name> Use the options under 'name' profile.
--verbose Print verbose messages.
--filelist=<filename> Specify a text file containing a list of
input files.
--page-range=<range> Specify the ranges of pages to convert.
Ranges are specified like "1-5,10,11".
--help Print the usage instructions.
--version Display the build version number.
TRANSFORM:
--dpi=<25-1200> Dots (pixels) Per Inch.
--tobitonal[=<1-255>] Reduces to bitonal, optional threshold.
--togray If input is color, reduce to gray scale.
--hflip Horizontally flips the output.
--vflip Vertically flips the output.
--rotate=<angle> Rotate the output either 90, 180, or 270 clockwise.
--invert If bitonal, swap black and white.
--upsample=<factor> Upsample the image by the specified factor.
--subsample=<factor> Subsample the image by the specified factor.
SEGMENTER:
--background-floss Use background color in the small intervals
between characters.
--pix-filter-level=<0-100> Foreground pixel filter.
(0 is maximum foreground.)
--shape-filter-level=<0-100> Foreground shape filter.
(0 is maximum foreground.)
--threshold-level=<0-100> Foreground/background threshold.
(0 is maximum foreground.)
--inversion-level=<0-100> Foreground inversion (0 means no inversion).
--subsample-refine Add interpolation heuristics to subsample.
--fg-subsample=<1-12> Foreground image subsample ratio.
--bg-subsample=<1-6> Background image subsample ratio.
--mask-upsample=<1-3> Mask and target DjVu image upsample ratio.
--resolution-multiplier=<1,2> Use 1 unless input resolution is above 450dpi.
BACKGROUND:
--quality=<1-100> Photo/Background Quality (1 lowest, default is 75).
--crcbnormal Normal chrominance quality compression.
--crcbfull Full chrominance quality compression.
--crcbhalf Half resolution chrominance compression.
--crcbnone No chrominance will be used in the compression.
--crcbdelay=<1-32> The chrominance delay effects color blurring and size.
--gamma=<0.3-5.0> Gamma factor (default 2.2).
--sizes=#,#,... A list of the minimum size (in bytes) per chunk.
--decibels=#.#,#.#,... A list float decibel minimums per chunk.
--slices=#,#,... A list of the minimum # of slices per chunk.
TEXT:
--jb2-format=<B,C,N> Encode the JB2Layer as B="Bitonal JB2"
or C="Color JB2;" Use "N" for no JB2 layer.
--fg-quality=<1-100> Foreground quality (1 is lowest quality, 75 is default).
--conservative Use conservative compression.
--lossless Use lossless compression.
--quasilossless Use quasilossless compression.
--lossy Use lossy compression.
--aggressive Use aggressive compression.
--disable-halftone Disable halftone detection.
--matching-level=<0-100> Shape matching level (default 100).
--pages-per-dict=<value> Number of pages per shared dictionary (default 10).
ПАРАМЕТРЫ ДЛЯ ФОТО-ДЖВУ
--quality=<1-100> Photo/Background Quality (1 lowest, default is 75).
--crcbnormal Normal chrominance quality compression.
--crcbfull Full chrominance quality compression.
--crcbhalf Half resolution chrominance compression.
--crcbnone No chrominance will be used in the compression.
--crcbdelay=<1-32> The chrominance delay effects color blurring and size.
--gamma=<0.3-5.0> Gamma factor (default 2.2).
--jpeg Output pseudo DjVu. Input files must be JPEG.
--sizes=#,#,... A list of the minimum size (in bytes) per chunk.
--decibels=#.#,#.#,... A list float decibel minimums per chunk.
--slices=#,#,... A list of the minimum # of slices per chunk.
--dpi=<25-1200> Dots (pixels) Per Inch.
--hflip Horizontally flips the output.
--vflip Vertically flips the output.
--rotate=<angle> Rotate the output either 90, 180, or 270 clockwise.
--config=<filename> Use a non-standard configuration file.
--profile=<name> Use the options under 'name' profile.
--verbose Print verbose messages.
--filelist=<filename> Specify a text file containing a list of
input files.
--page-range=<range> Specify the ranges of pages to convert.
Ranges are specified like "1-5,10,11".
--help Print the usage instructions.
--version Display the build version number.
[/more]