TexturePacker_C

所属分类:图形图像处理
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-08-29 06:21:49
上 传 者sh-1993
说明:  纹理打包器_C,,
(TexturePacker_C,,)

文件列表:
CHANGELOG.md (551, 2018-03-10)
LICENSE (18027, 2018-03-10)
texturePacker/ (0, 2018-03-10)
texturePacker/app/ (0, 2018-03-10)
texturePacker/app/app.pro (1276, 2018-03-10)
texturePacker/app/include/ (0, 2018-03-10)
texturePacker/app/include/aboutme.h (222, 2018-03-10)
texturePacker/app/include/mainwindow.h (1717, 2018-03-10)
texturePacker/app/include/publishthread.h (440, 2018-03-10)
texturePacker/app/include/tpapplication.h (486, 2018-03-10)
texturePacker/app/include/tpconsoleapplication.h (939, 2018-03-10)
texturePacker/app/include/utils.h (213, 2018-03-10)
texturePacker/app/include/viewwindow.h (1072, 2018-03-10)
texturePacker/app/src/ (0, 2018-03-10)
texturePacker/app/src/aboutme.cpp (1688, 2018-03-10)
texturePacker/app/src/main.cpp (1186, 2018-03-10)
texturePacker/app/src/mainwindow.cpp (8895, 2018-03-10)
texturePacker/app/src/publishthread.cpp (877, 2018-03-10)
texturePacker/app/src/tpapplication.cpp (649, 2018-03-10)
texturePacker/app/src/tpconsoleapplication.cpp (4530, 2018-03-10)
texturePacker/app/src/utils.cpp (275, 2018-03-10)
texturePacker/app/src/viewwindow.cpp (5656, 2018-03-10)
texturePacker/common/ (0, 2018-03-10)
texturePacker/common/bin/ (0, 2018-03-10)
texturePacker/common/bin/convert (6692432, 2018-03-10)
texturePacker/common/bin/etcpack (493620, 2018-03-10)
texturePacker/common/common.pri (2193, 2018-03-10)
texturePacker/common/include/ (0, 2018-03-10)
texturePacker/common/include/bipabstract.h (590, 2018-03-10)
texturePacker/common/include/bipimage.h (733, 2018-03-10)
texturePacker/common/include/bipreader.h (448, 2018-03-10)
texturePacker/common/include/bipwriter.h (484, 2018-03-10)
texturePacker/common/include/config.h (350, 2018-03-10)
texturePacker/common/include/etc.h (856, 2018-03-10)
texturePacker/common/include/etcencode.h (2868, 2018-03-10)
texturePacker/common/include/etcheader.h (679, 2018-03-10)
texturePacker/common/include/fileutils.h (2522, 2018-03-10)
texturePacker/common/include/framevo.h (1216, 2018-03-10)
... ...

# TexturePacker ============= 打包ios和安卓图片资源的工具 ## 分为GUI和命令行两种模式 GUI模式操作起来很简单,一目了然不再说明 **命令行模式** usage: ```bash texturePacker -no-gui -i /usr/local/input -o /usr/local/tmp/output -f ios [-init /usr/local/cache] [-exclude /usr/local/input/aaa,/usr/local/input/bbb] [-min size] ``` arguments: ``` -no-gui run application in console mode -i input directory path -o output directory path -f ios or android -min min size which will be convert -init setting init cache dir -exclude exclude path, split by "," ``` ## Examples: - 打包资源 ```bash ./BipPacker.app/Contents/MacOS/BipPacker -no-gui -i ../CGame/CGame/Resources/UI/resources-iphonehd -o ../CGame/CGame/Resources/UI/resources-iphonehd -f ios -exclude ../CGame/CGame/Resources/UI/resources-iphonehd/particle_system_quad -min 102400 ``` - 初始化cache ```bash UI_PATH=../CGame/CGame/Resources/UI/resources-iphonehd ./BipPacker.app/Contents/MacOS/BipPacker -no-gui -i ../CGame/CGame/Resources/UI/resources-iphonehd -o ../CGame/CGame/Resources/UI/resources-iphonehd -f ios -init ../cache/ios/UI ```

近期下载者

相关文件


收藏者