zoukankan      html  css  js  c++  java
  • 推荐一个不错的plist拆解工具,untp

    需要安装python以及pip

    中文说明

    A command line tool to split TexturePacker published files.

    install

    pip install untp

    update

    pip install -U untp

    usage

    $ untp -h
    usage:
    untp ../btn.plist
    untp ../btn.plist -i ../btn.png
    untp ../data
    untp ../data -r
    
    positional arguments:
      path                  plist file name or directory
    
    optional arguments:
      -h, --help            show this help message and exit
    
    For file:
      -i image_file, --image_file image_file
                            specified image file for plist
    
    For directory:
      -r, --recursive
    

    If you have any question, just make a issue, thanks!

  • 相关阅读:
    2.7 矩阵的秩
    HDU
    HDU
    HDU
    HDU
    HDU
    hdu 5179 beautiful number(数位dp)
    ACdream
    CodeForces
    <a>标签中 href="/" 和 hideFocus="true"
  • 原文地址:https://www.cnblogs.com/yangxiao/p/7541705.html
Copyright © 2011-2022 走看看