|
Program img2djvu version 0.1.4
Program img2djvu version 0.1.4
Initial revision 2004-10-08; Last revision 2004-10-08
1 Download
2 File readme
3 Usage and options summary
4 Project revision history
5 License
1 Download
Sources: src/img2djvu-0.1.4.tgz [14 Kb ]
2 File readme
img2djvu.pl --- convert image(s) to DJVU
SUPPORTED ENVIRONMENTS
http://www.gnu.org GNU/Linux
see also http://www.gnu.org/gnu/linux-and-gnu.html
SETUP
Setup the following programs:
* DjVuLibre http://djvulibre.djvuzone.org/
* ImageMagick, http://www.imagemagick.org/
To deal with Postscript files you may also need to install
* GhostScript http://www.cs.wisc.edu/~ghost/
Most GNU systems have the last two packages installed.
Copy img2djvu.pl to some directory included in path list to executables
$PATH.
BRIEF INSTRUCTION
Type in
img2djvu.pl file1.gif file2.gif file3.gif result.djvu
to get your graphic files better compressed and nicely
bundled in result.djvu
TROUBLESHOOTING
If something goes wrong, make sure that the following commands are
installed: gs, cjb2, djvm, convert.
For example, typing in
$ which convert
must show the path to 'convert' command.
Make sure that your 'convert' command is a part of ImageMagick
package, not self-made substitution.
For conditions of use see LICENSE.txt file
3 Usage and options summary
user@computer$ ./img2djvu.pl --help
Usage: img2djvu.pl [OPTIONS] file1 [file2 ...] resutlt.djvu
Mandatory arguments to long options are mandatory for short options too
-c, --cjbarg=ARG comma separated arguments of converter cjb:
clean loose verbose
-t, --tmpdir=TMP temporary files directory [/tmp]
--version display version and license information
--help display help and exit
4 Project revision history
Files of the project were modified on the following dates:
2004-10-08
5 License
img2djvu.pl
Available at
http://www.math.utexas.edu/users/dima/PROGS/misc/img2djvu-eng.html
Author:
Dmitry V. Khmelev
dimaqqq((at))math.utexas.edu
[change ((at)) to @ and delete 'qqq' in order to get proper
address - antispam]
University of Texas at Austin,
Department of Mathematics,
1 University Station C1200
Austin, TX 78712-0257, U.S.A.
LICENSING TERMS
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. You should obtain GNU GPL with
file COPYING in this distribution.
By using this program you agree to the licensing terms.
NO WARRANTY
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
PARTIES PROVIDE THE PROGRAM ÄS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
OF THE POSSIBILITY OF SUCH DAMAGES.
1 Download
2 File readme
3 Usage and options summary
4 Project revision history
5 License
|