Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilk/didjvu
DjVu encoder with foreground/background separation
https://github.com/jwilk/didjvu
djvu
Last synced: about 1 month ago
JSON representation
DjVu encoder with foreground/background separation
- Host: GitHub
- URL: https://github.com/jwilk/didjvu
- Owner: jwilk
- License: gpl-2.0
- Created: 2015-05-29T12:48:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T21:56:57.000Z (9 months ago)
- Last Synced: 2024-08-09T00:22:34.424Z (5 months ago)
- Topics: djvu
- Language: Python
- Homepage: https://jwilk.net/software/didjvu
- Size: 1.47 MB
- Stars: 9
- Watchers: 5
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
Overview
========**didjvu** uses the Gamera_ framework to separate foreground/background
layers, which can be then encoded into a DjVu_ file... _Gamera:
https://gamera.informatik.hsnr.de/
.. _DjVu:
http://djvu.org/Prerequisites
=============The following software is required:
* Python_ 2.7
* Gamera_ (≥ 3.4)
* Pillow_ (≥ 2.5)
* DjVuLibre_ (≥ 3.5.22)
* minidjvu_ (≥ 0.8) for the ``--pages-per-dict``/``-p`` optionAdditionally, one of the following libraries is needed for the ``--xmp``
option:* GExiv2_ (≥ 0.10.3) + PyGI_ or
* python-xmp-toolkit_ or
* pyexiv2_ (≥ 0.3).. _Python:
https://www.python.org/
.. _Pillow:
https://pypi.org/project/Pillow/
.. _DjVuLibre:
https://djvu.sourceforge.net/
.. _minidjvu:
https://minidjvu.sourceforge.net/
.. _GExiv2:
https://wiki.gnome.org/Projects/gexiv2
.. _PyGI:
https://wiki.gnome.org/Projects/PyGObject
.. _python-xmp-toolkit:
https://github.com/python-xmp-toolkit/python-xmp-toolkit
.. _pyexiv2:
https://launchpad.net/pyexiv2.. vim:ft=rst ts=3 sts=3 sw=3 et tw=72