0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gifアニメの合成速度比較メモ

Posted at

環境

  • PHP 5.6

条件

  • 22枚のpngまたはgif画像をgifアニメ化
  • GraphicsMagickとgifsicleはPHPのexecから実行

結果

方式 pngからの合成時間(秒) gifからの合成時間(秒)
Imagick 10.429203987122 0.30590009689331
GraphicsMagick 2.0810239315033 0.22868084907532
gifsicle 未対応 0.28129196166992

まとめ

  • Imagickはpngからgifアニメを作ると遅い。
  • gifからの合成はそんなに体感速度の差はない。
  • pngからでもそこそく速度のでるGraphicsMagickが最強?
0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?