1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-16 13:58:51 +00:00
pdf2htmlEX/logo/update_png.sh

7 lines
345 B
Bash
Raw Normal View History

2013-09-27 11:54:29 +00:00
#!/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