yihui / animation

A gallery of animations in statistics and utilities to create animations
https://yihui.org/animation/
206 stars 60 forks source link

Using magick as default gif converter #98

Closed yulijia closed 7 years ago

yulijia commented 7 years ago

A simple way to detect imagemagick converter, avoid to use magick package(issue #85)

  1. Using magick by default. We can use magick in any OS with imagemagick version > 7.0
  2. When the program cannot find magick, then it will try to find convert (imagemagick version < 7.0) 2.1 if program find convert, then it will use convert in lieu of magick 2.2 if program cannot find convert, the program will stop runnig and report the error message.