Last active
June 14, 2018 06:50
-
-
Save gengen1988/d7c558ca31486c3c65e53fa953112841 to your computer and use it in GitHub Desktop.
批量转换 line 表情到 wechat 表情
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /r %%i in (*_ani) do apng2gif %%i -b "#EBEBEB" | |
for /r %%i in (*.gif) do aseprite -b %%i --save-as %%i.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment