Update README.md

This commit is contained in:
ERROR404 2022-12-18 22:09:16 +08:00 committed by GitHub
parent fc8ce4c036
commit 078f395dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,9 @@ A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Ca
- [x] ANI2GIF(ANI2Pillow Image + Pillow Image2GIF)
- [ ] ANI2Cape(TODO)
# Usage
`Usage:python ani2gif.py <inputFile> <outputFile,Option>`
inputFile:需要转化的ANI文件路径。
outputFile输出的GIF文件路径。默认为<ANI文件名>.gif
# Document