Split .png into multi-page pdf with imagemagick based on whitespace

0

Currently I have a hand written image darkened with

convert -level 50x100%

It contains chunks of text separated by whitespace. Simply printing the image would split handwriting in half.

Is there a way to split a png file into a multi-page pdf properly?

Dummyc0m

Posted 2017-09-04T20:46:37.410

Reputation: 1

Answers

0

Fred's "multicrop" imagemagick-based script might work for you or at least put you in the right direction.

http://www.fmwconcepts.com/imagemagick/multicrop/index.php

Glenn Randers-Pehrson

Posted 2017-09-04T20:46:37.410

Reputation: 477