We start from the MIT-licensed images contributed by Jeff Thompson from:
as blogged here:
We split each page of the PDF:
as follows:
$ convert -density 300 visualapiJTK.pdf -quality 100 visualapiJTK.png
$ for file in *.png; do convert $file -resize 1000 med/$file; done