Download this file
9 lines (8 with data), 171 Bytes
#!/bin/bash
for d in examples/*; do
echo $d
pushd $d>/dev/null
convert plot.pdf plot.png
convert -resize 65x90 plot.pdf thumb.png
popd >/dev/null
done
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.