ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Vladimir A. Svyatoshenko" <svyt22@gmail.com>
To: community@lists.altlinux.org
Subject: Re: [Comm] Дежавю
Date: Fri, 7 Nov 2008 09:10:55 +0200
Message-ID: <20081107091055.64b282ae@svyt.home.net> (raw)
In-Reply-To: <geoj37$13u$1@ger.gmane.org>

On Tue, 04 Nov 2008 10:29:23 +0600
Ivan Petrov wrote:

> Про самый поплярный дистрибутив.
> 
> Хорошо бы если не оболочку, то хотя бы скрипт написать для
> кодирования в djvu формат. Филологи, историки и др. работающие со
> сканами книжек будут охвачены тогда. Все таки большинству
> гуманитариев прочитать и понять тех документацию к консольным
> утилитам будет просто невозможно. Они мыслят по-другому.
> Я лично знаю историка/филолога который живет под Альтом (потому что
> мне не хочется  идти и ставить ему пиратскую "винду"). И ему надо
> делать djvu-шки.

Посмотрите здесь,
http://mydebianblog.blogspot.com/2008/05/djvu.html
Я пользуюсь часто вот этим

Если изображение черно-белое, то:

#!/bin/bash
for i in *.tiff; do
convert -format pbm $i "$i.pbm"
cjb2 -dpi 300 -clean "$i.pbm" "$i.djvu"
rm -f "$i.pbm"
done

Если изображения серые, то:

#!/bin/bash
for i in *.tif; do
convert $i -format pgm "$i.pgm"
c44 -dpi 300 "$i.pgm" "$i.djvu"
rm -f "$i.pgm"
done

после этого 
djvm -c $OUTFILE $MASK.djvu


      parent reply	other threads:[~2008-11-07  7:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-04  4:29 Ivan Petrov
2008-11-04 12:01 ` Michael Shigorin
2008-11-05 14:17 ` Andrei Lomov
2008-11-05 15:27   ` Ivan Petrov
2008-11-05 15:36     ` Turkov Oleg
2008-11-05 17:06       ` Ivan Petrov
2008-11-06 19:32     ` Andrei Lomov
2008-11-06 19:39       ` Andrei Lomov
2008-11-07  1:58         ` Ivan Petrov
2008-11-07  6:54           ` Yuri Bushmelev
2008-11-07 16:53           ` [Comm] Дежавю [JT] Andrei Lomov
2008-11-08  9:34             ` Ivan Petrov
2008-11-10  7:31               ` Dmitriy Kruglikov
2008-11-10 11:24                 ` Ivan Petrov
2008-11-07  1:54       ` [Comm] Дежавю Ivan Petrov
2008-11-07 17:01         ` Andrei Lomov
2008-11-05 15:29   ` Ivan Petrov
2008-11-07  7:10 ` Vladimir A. Svyatoshenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081107091055.64b282ae@svyt.home.net \
    --to=svyt22@gmail.com \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git