This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
I needed to do batch operations with images and get a merged PDF output. Desiring to minimize a number of tools, at the end I’ve done all processing with ImageMagick and Ghostscript. Zsh and GNU parallel were also my friends. Convert and Chop 4 sides convert input.png -crop +300+300 -crop -300-300 output.pdf Convert and Rotate convert input.png -rotate -90 -page A4 output.pdf Convert many…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.