| pngpacker_V1.1,plist打包工具,免费的png打包plist工具,输出大图默认使用pngquant压缩 pngPacker是一款免费的图片打包工具,软件小巧易用,主流游戏图片格式,如 bmp,jpg,png 可以打包为 png 大图,采用命令行格,前一版本的名称为CppTextu,从V1.1版本开始,统一命名为pngPacker,主要是处理png图片的,后续升级还会增加其它功能,感谢大家的支持与关注。
 
 使用命令:
 输出单张图片
 (默认压缩):
 pngPacker -i 456 -n test -o 789 -f png -w 4096 -h 4096
 (不压缩):
 pngPacker -i 456 -n test -o 789 -f png -w 4096 -h 4096 -c 0
 
 输出多张图片
 (默认压缩):
 pngPacker -i 456 -n test%d -o 789 -f png -w 4096 -h 4096
 (不压缩):
 pngPacker -i 456 -n test%d -o 789 -f png -w 4096 -h 4096 -c 0
 
 注:
 w,h取值范围:1~65535
 全部命令详细如下:
 
 复制代码[verson] ... v1.1.0.1
usage: pngpacker --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])
  -c, --enable_compress            enable use pngquant to compress generated images (bool [=1])
  -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
 注册会员送金币,免费下载
 游客,本帖隐藏的内容需要积分高于 2 才可浏览,您当前积分为 0 附件下载:
 
 
 
 
 
  上面的为命令行运行的软件,现在推出更为直观的GUI界面方式的png打包工具,
 下面为链接地址
 
 png图片打包plist工具,手把手教你使用pngPackerGUI_V2.0-软件工具-依星源码资源网-分享编程干货的网站 - Powered by Net188.com
 
 
 
 
 
 
 
 |