|
免费的png打包plist工具,一款把若干资源图片拼接为一张大图的免费工具
输出单张图片:
- CppTextu -i 456 -n test -o 789 -f png -w 4096 -h 4096
复制代码 输出多张图片:
- CppTextu -i 456 -n test%d -o 789 -f png -w 4096 -h 4096
复制代码 注:
w,h取值范围:1~65535
操作命令语法如下
- usage: CppTextu --input_dir=string [options] ...
- options:
- -i, --input_dir input dir (string)
- -n, --ouput_name output atlas name (string [=out])
- -o, --ouput_dir output dir (string [=./])
- -p, --base_image_path base image path (string [=])
- -f, --image_format output image format (string [=png])
- -w, --max_width max atlas width (unsigned int [=4096])
- -h, --max_height max atlas height (unsigned int [=4096])
- -r, --enable_rotate enable rotate (bool [=0])
- -s, --force_square force square (bool [=0])
- --border_padding border padding (unsigned char [= ])
- --shape_padding shape padding (unsigned char [= ])
- --inner_padding inner padding (unsigned char [= ])
- -b, --reduce_border_artifacts reduce border artifacts (bool [=0])
- -t, --trim_mode trim pixel alpha less than input value (unsigned char [= ])
- -e, --extrude extrude (unsigned char [= ])
- -?, --help print this message
复制代码
有想定制相关功能的,可以与站长联系。
附件下载:
|
|