updated warning message for imageMagick to include the case that imagemagick is not installed on the machine

This commit is contained in:
Huckleberry Febbo 2017-04-27 19:34:22 -04:00
parent 1ee6affcb3
commit 02518bd3c6

View File

@ -80,7 +80,9 @@ function buildanimation(animdir::AbstractString, fn::AbstractString;
catch err catch err
warn("""Tried to create gif using convert (ImageMagick), but got error: $err warn("""Tried to create gif using convert (ImageMagick), but got error: $err
ImageMagick can be installed by executing `Pkg.add("ImageMagick")` ImageMagick needs to be installed in julia and on your machine:
1) in julia>> `Pkg.add("ImageMagick")`
2) on your machine (for Ubuntu): $$ sudo apt install imagemagick
Will try ffmpeg, but it's lower quality...)""") Will try ffmpeg, but it's lower quality...)""")
# low quality # low quality