BSD-3-Clause licensed by Henning Thielemann
Maintained by [email protected]
This version can be pinned in stack with:ghostscript-parallel-0.0@sha256:7ff104776977514d83cfa76f67c0e915322f3668a3a72253ab3d1d0c14164e44,1783

Module documentation for 0.0

There are no documented modules for this package.

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 frames-%04d.png \
    -- -sDEVICE=png16m -dNOPAUSE -dBATCH