Imagemagick prerequisites


Before installing Imagemagick in your system. Make sure you have these dependencies installed

1) PNG library - development
libpng12-dev

2) Independent JPEG Group's JPEG runtime library (dependency package)
libjpeg8

You can install these dependencies using Ubuntu Software Center.

Comments

Popular posts from this blog

Inserting and Moving elements inside Ruby Array

Difference between Validations, Callbacks and Observers