> I am looking to use ImageMagick with Gallery software. Download the ImageMagick source and type
tar xvfz ImageMagick-6.5.5-6.tar.gz cd ImageMagick-6.5.5-6 ./configure --prefix=/somepath --disable-installed make make install Where /somepath is typically a location in your user directory where the ImageMagick binaries and configuration files will reside. Now set the MAGICK_HOME environment variable to /somepath and include /somepath/bin in your PATH variable. You may also need to set the LD_LIBRARY_PATH variable as well or build ImageMagick static. See http://www.imagemagick.org/script/advanced-unix-installation.php. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
