20160915
~~ Thanks to Anaconda, installing commands in $ HOME
has become easier. ~~
Anaconda
$ conda install -c menpo ffmpeg
$ conda install -c kalefranz imagemagick
** Added about 20160927 imagemagick **
Hmmm, when it's time to use it, I get an error ...
$ identify FOO.png
convert: UnableToOpenConfigureFile `delegates.xml'
Should I put it in another way ...
Windows Subsystem for Linux
~~ I think you can use the above method, but with ~~ ʻapt-get`.
$ sudo add-apt-repository ppa:mc3man/trusty-media
$ sudo apt update
$ sudo apt install ffmpeg
$ sudo apt install imagemagick imagemagick-doc
Recommended Posts