1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00
pdf2htmlEX/logo/update_png.sh
2013-09-27 19:54:29 +08:00

7 lines
345 B
Bash
Executable File

#!/bin/sh
convert -background none -resize 64x64^ pdf2htmlEX.svg pdf2htmlEX-64x64.png
convert -background none -resize 256x256^ pdf2htmlEX.svg pdf2htmlEX-256x256.png
convert -background none -resize 62x62^ pdf2htmlEX-plain.svg pdf2htmlEX-plain-62x62.png
convert -background none -resize 64x64^ pdf2htmlEX-shadow.svg pdf2htmlEX-shadow-64x64.png