
Atlas图片拆解工具脚本解析
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
Atlas图片拆解工具脚本解析旨在深入剖析用于处理和分析图像数据的Atlas工具集中的关键脚本。通过详细解释每个步骤和技术细节,帮助用户掌握复杂图像处理任务的执行方法与技巧。
# Atlas 图片解包器
## 要求
- Python(附带pip)
- Pillow
## 安装
```sh
$ sudo easy_install pip
$ pip install Pillow
```
## 使用方法
`test.atlas` 和 `test.png` 会生成一个名为 test 的目录:
```sh
$ atlascutter.py test
```
或
```sh
$ atlascutter.py test.atlas
```
全部评论 (0)
还没有任何评论哟~


