Jpg2djvu
Introducción
Converts a bunch of JPG files into DJVU files.
Download
- jpg2djvu.zip: last update 16/10/2009
Usage
Windows
c:\python26\python jpg2djvu.py -i ./photos -o output.djvu -t ./tmp
Linux
python jpg2djvu.py -i ./photos -o output.djvu -t /tmp
Features
- Configuration:
- In windows, automatically downloads: djvulibre, nconvert (from xnview) and jhead.
- Creates the configuration file: ~/.djvu_py
- Locates all .jpg files in the directory stated by "-i INPUT_DIR".
- Re-orientates those photos. The software uses nconvert's lossless capability.
- Converts them into a single DjVu file. You can visualize it with DjView.
Requirements
ToDo
- Avoiding losing the info associated to EXIF.
page revision: 8, last edited: 16 Oct 2009 23:03