使用
ImageMagick
可以方便第提取 gif 图片的第 N 帧图像。
安装 ImageMagick
brew install imagemagick
提取第一帧
convert 'animation.gif[0]' animation-first-frame.gif
- 说明
- 通过 [0] 就可以提取出 gif 的第一帧图像。
转载请注明:在路上 » 【已解决】Mac中获取 GIF 的第一帧图片
brew install imagemagick
convert 'animation.gif[0]' animation-first-frame.gif
转载请注明:在路上 » 【已解决】Mac中获取 GIF 的第一帧图片