Skip to content

Instantly share code, notes, and snippets.

@gengen1988
Last active June 14, 2018 06:50
Show Gist options
  • Save gengen1988/d7c558ca31486c3c65e53fa953112841 to your computer and use it in GitHub Desktop.
Save gengen1988/d7c558ca31486c3c65e53fa953112841 to your computer and use it in GitHub Desktop.
批量转换 line 表情到 wechat 表情
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