ghostscript-parallel

Version 0.0.1 revision 0 uploaded by HenningThielemann.

Package meta

Synopsis
Let Ghostscript render pages in parallel
Description

This is intended for rendering PostScript or PDF documents using Ghostscript. Ghostscript has the option -dNumRenderingThreads but it does not speedup pretty much, because it renders each page using multiple threads.

This program runs Ghostscript multiple times on distinct page subsets, such that Ghostscript can render pages in parallel.

gs-parallel has its own options, interprets them and converts and passes them to gs, but it also allows to pass custom options to gs after --.

Run it like so:

gs-parallel input.pdf page%04d.png -j4 -- -sDEVICE=png16m -dNOPAUSE -dBATCH
Author
Henning Thielemann
Bug reports
n/a
Category
Graphics
Copyright
n/a
Homepage
https://hub.darcs.net/thielema/ghostscript-parallel
Maintainer
haskell@henning-thielemann.de
Package URL
n/a
Stability
n/a

Components