ANI2Cape/README.md
2022-12-20 18:41:43 +08:00

22 lines
942 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ANI2Cape
A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format
一个可以将ANI格式文件转化为GIF格式、抽帧转为Pillow Images格式转为Linux/MacOS可用的指针格式的工具~
- [x] ANI2Pillow Image
- [x] ANI2GIF(ANI2Pillow Image + Pillow Image2GIF)
- [x] ANI2SpriteSheet(ANI2Pillow Image + Pillow Image2SpriteSheet)
- [x] GIF2SpriteSheet(GIF2Pillow Image + Pillow Image2SpriteSheet)
- [x] ANI2Cape
# Usage
`Usage:python XXX.py <inputFile> <outputFile,Option>`
inputFile:需要转化的文件路径。
outputFile输出的文件路径。默认为<输入文件名>.xxx
# Document
[从Windows动态指针到MacOS动态指针——ANI2GIF](https://www.bilibili.com/read/cv20591812)
[从Windows动态指针到MacOS动态指针—— 在MacOS上制作指针](https://www.bilibili.com/read/cv20591812)
[从Windows动态指针到MacOS动态指针—— 在Windows上制作指针]()