Sha256: ab63055217f7d790b03ce06ec079e3f1d2f5a480e1cc18e58cd6c5fa039f4e10
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
#!/bin/sh # Export the SVG icons to PNG and GIF formats echo "Exporting the SVG icons..." outputdir=./ mogrify -format png -background transparent -path $outputdir *.svg # mogrify -format gif -background transparent -path $outputdir dots_gray.svg echo "PNG's exported to $outputdir" # mogrify -format gif -background transparent -path gif *.svg # echo "GIF's exported to /gif" # mogrify -format png -background transparent -path png *.svg # echo "PNG's exported to /png" echo "Done"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bee_api-0.0.5 | vendor/jsoneditor/css/img/export.sh |