A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format
Mike L b4e2de09b2 Add padding to solve visual glitch | há 1 mês atrás | |
---|---|---|
README.md | há 1 mês atrás | |
ani2cape.py | há 1 mês atrás | |
ani2gif.py | há 1 ano atrás | |
ani2spritesheet.py | há 1 ano atrás | |
com.alexzielenski.mousecape.dump.cape | há 1 ano atrás | |
config.py | há 1 mês atrás | |
gif2spritesheet.py | há 1 ano atrás | |
setup.py | há 1 mês atrás |
注:
ani2cape.py
不接受参数,直接运行即读取同目录下config.py
内容,其中Cursors
子项目Path
属性使用相对路径时基于当前切换到的目录(而不是程序目录)pip install -e .
安装,编辑config.py
内容后,再切换到包含指针的目录直接运行ani2cape
命令A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format
一个可以将ANI格式文件转化为GIF格式、抽帧转为Pillow Images格式,转为Linux/MacOS可用的指针格式的工具~
Usage:python XXX.py <inputFile> <outputFile,Option>
inputFile:需要转化的文件路径。
outputFile:输出的文件路径。默认为<输入文件名>.xxx
从Windows动态指针到MacOS动态指针——ANI2GIF
从Windows动态指针到MacOS动态指针—— 在MacOS上制作指针
[从Windows动态指针到MacOS动态指针—— 在Windows上制作指针]()