mirror of
https://mikeslab.dix.asia/gogs/My-Mods/ANI2Cape.git
synced 2025-10-01 23:14:57 +00:00
A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format. Forked from: https://github.com/hebtuerror404/ANI2Cape
ani2gif.py | ||
ani2spritesheet.py | ||
README.md |
ANI2Cape
A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format
一个可以将ANI格式文件转化为GIF格式、抽帧转为Pillow Images格式,转为Linux/MacOS可用的指针格式的工具~
- ANI2Pillow Image
- ANI2GIF(ANI2Pillow Image + Pillow Image2GIF)
- ANI2Cape(TODO)
Usage
Usage:python ani2gif.py <inputFile> <outputFile,Option>
inputFile:需要转化的ANI文件路径。
outputFile:输出的GIF文件路径。默认为<ANI文件名>.gif