A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format. Forked from: https://github.com/hebtuerror404/ANI2Cape
Find a file
2022-12-19 19:15:28 +08:00
ani2gif.py Create ani2gif.py 2022-12-18 22:02:28 +08:00
ani2spritesheet.py Create ani2spritesheet.py 2022-12-19 19:12:37 +08:00
gif2spritesheet.py Create gif2spritesheet.py 2022-12-19 19:13:19 +08:00
README.md Update README.md 2022-12-19 19:15:28 +08:00

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(TODO)

Usage

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

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

outputFile输出的GIF文件路径。默认为<ANI文件名>.gif

Document

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