| R: | Imagemagick is a popular utility for manipulation of image 
files within scripts and is often used by image galleries. 
The Imagemagick files are installed in /usr/lib/php/bin 
however, different scripts may require different ways of 
providing the path so it's recommended each of the following 
are tried if unsuccessful the first time: 
Default: /usr/lib/php/bin 
Default with closing slash: /usr/lib/php/bin/ 
Root installation dir: /usr/lib/php 
Root installation dir closing slash: /usr/lib/php/ 
Full path to 'mogrify': /usr/lib/php/bin/mogrify 
Full path to 'convert': /usr/lib/php/bin/convert
 × close
 
 |