Skip to content

Instantly share code, notes, and snippets.

@okor
Last active September 19, 2015 16:47
Show Gist options
  • Save okor/ed0bf4615109a2aedae8 to your computer and use it in GitHub Desktop.
Save okor/ed0bf4615109a2aedae8 to your computer and use it in GitHub Desktop.
Install imagemagick with webp and jpeg2000 support on OSx Yosemite
wget https://github.com/uclouvain/openjpeg/archive/version.2.0.1.tar.gz
** couldn't find working untar command, double click ftw **
cd openjpeg-version.2.0.1
cmake .
make
sudo make install
sudo make clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment