A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format

ERROR404 8ded24d9f2 Add files via upload 1 سال پیش
README.md 724f95f4d5 Update README.md 1 سال پیش
ani2cape.py bc21e68677 Create ani2cape.py 1 سال پیش
ani2gif.py 20c3db2f5f Create ani2gif.py 1 سال پیش
ani2spritesheet.py fce7967b57 Create ani2spritesheet.py 1 سال پیش
com.alexzielenski.mousecape.dump.cape 8ded24d9f2 Add files via upload 1 سال پیش
config.py 9f27a3c134 Create config.py 1 سال پیش
gif2spritesheet.py ee1d5ee1ae Create gif2spritesheet.py 1 سال پیش

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)
  • ANI2SpriteSheet(ANI2Pillow Image + Pillow Image2SpriteSheet)
  • GIF2SpriteSheet(GIF2Pillow Image + Pillow Image2SpriteSheet)
  • ANI2Cape

Usage

Usage:python XXX.py <inputFile> <outputFile,Option>

inputFile:需要转化的文件路径。

outputFile:输出的文件路径。默认为<输入文件名>.xxx

Document

从Windows动态指针到MacOS动态指针——ANI2GIF

从Windows动态指针到MacOS动态指针—— 在MacOS上制作指针

[从Windows动态指针到MacOS动态指针—— 在Windows上制作指针]()