代码拉取完成,页面将自动刷新
#!/bin/sh
## 16x16 version
files=`ls $@`
mkdir -p bitmaps
for file in $files
do
filename="${file%.*}"
inkscape $file --without-gui --export-png=bitmaps/16-${filename}.png --export-width=16 --export-height=16
## 16x16 version (hi-res)
inkscape $file --without-gui --export-png=bitmaps/16-${filename}@2x.png --export-width=32 --export-height=32
## 24x24 version
inkscape $file --without-gui --export-png=bitmaps/24-${filename}.png --export-width=24 --export-height=24
## 24x24 version (hi-res)
inkscape $file --without-gui --export-png=bitmaps/24-${filename}@2x.png --export-width=48 --export-height=48
done
cd bitmaps
##
## Create a zip file named codelite-bitmaps.zip
##
#rm -f ../Runtime/codelite-bitmaps.zip
#zip ../Runtime/codelite-bitmaps.zip *.png
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。