Last active
June 16, 2016 06:54
-
-
Save stefanschmidt/235061c8af36125530fa to your computer and use it in GitHub Desktop.
Convert a DJVU document to numbered PNG images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# depends on djvulibre and graphicsmagick compiled with libtiff support (available via Homebrew) | |
ddjvu -format=tiff doc.djvu img.tiff | |
gm convert img.tiff +adjoin img%03d.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Ubuntu: