Update README.md

This commit is contained in:
ERROR404 2022-12-20 18:41:43 +08:00 committed by GitHub
parent bc21e68677
commit a984eebab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Ca
- [x] ANI2GIF(ANI2Pillow Image + Pillow Image2GIF)
- [x] ANI2SpriteSheet(ANI2Pillow Image + Pillow Image2SpriteSheet)
- [x] GIF2SpriteSheet(GIF2Pillow Image + Pillow Image2SpriteSheet)
- [ ] ANI2Cape(TODO)
- [x] ANI2Cape
# Usage
`Usage:python XXX.py <inputFile> <outputFile,Option>`
@ -18,3 +18,5 @@ outputFile输出的文件路径。默认为<输入文件名>.xxx
# Document
[从Windows动态指针到MacOS动态指针——ANI2GIF](https://www.bilibili.com/read/cv20591812)
[从Windows动态指针到MacOS动态指针—— 在MacOS上制作指针](https://www.bilibili.com/read/cv20591812)
[从Windows动态指针到MacOS动态指针—— 在Windows上制作指针]()