summaryrefslogtreecommitdiffstats
path: root/office/minidjvu/README
diff options
context:
space:
mode:
author Alexander Verbovetsky2015-12-04 18:53:35 +0100
committer Willy Sudiarto Raharjo2015-12-04 18:53:35 +0100
commitdbe6844efd906213b7a35abd16a59be85a1bb2bf (patch)
treed0829a401c50f5c97254ed2e2225a7fd364ac4d5 /office/minidjvu/README
parent3750b06f9897ebf30d1ae3b81978d5d5ee301f97 (diff)
downloadslackbuilds-dbe6844efd906213b7a35abd16a59be85a1bb2bf.tar.gz
office/minidjvu: Added (bitonal DjVu encoder/decoder).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/minidjvu/README')
-rw-r--r--office/minidjvu/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/office/minidjvu/README b/office/minidjvu/README
new file mode 100644
index 0000000000..c61205d059
--- /dev/null
+++ b/office/minidjvu/README
@@ -0,0 +1,9 @@
+Minidjvu is a command line utility which encodes and decodes single page
+black-and-white DjVu files, and can compress multiple pages, taking advantage
+from similarities between pages.
+
+Supported bitmap formats are PBM, Windows BMP, and TIFF (through libtiff).
+
+Minidjvu is based on DjVuLibre, which is the primary DjVu support library.
+Minidjvu is not going to support all DjVu functionality; the idea is rather to
+take the black-and-white part (also called JB2) and experiment with it.