소스 검색

Update README.md

ERROR404 2 년 전
부모
커밋
cdd5a554fd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -1,5 +1,6 @@
 # ANI2Cape
 A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Cape format
+
 一个可以将ANI格式文件转化为GIF格式、抽帧转为Pillow Images格式,转为Linux/MacOS可用的指针格式的工具~
 
 - [x] ANI2Pillow Image
@@ -8,7 +9,10 @@ A tool that can convert Windows Animated Cursors (*.ani) to GIF/Pillow Images/Ca
 
 # Usage
 `Usage:python ani2gif.py <inputFile> <outputFile,Option>`
+
 inputFile:需要转化的ANI文件路径。
+
 outputFile:输出的GIF文件路径。默认为<ANI文件名>.gif
 
 # Document
+[从Windows动态指针到MacOS动态指针——ANI2GIF](https://www.bilibili.com/read/cv20591812)