I would like to install Image Magic, but its seems a bit complicated. Is this the best-never have this problem again, solution? IF so, can you suggest any directions or tips other than this?
PhotoPost PHP Photo Gallery Features
I am struggling with this part:
$ wget
http://www.photopost.com/jpegsrc.v6b.tar.gz
Once the file is in your imagemagick directory, uncompress it:
$ gunzip *.gz
Then unpack everything:
$ tar -xvf jpegsrc.v6b.tar
Create some directories within your imagemagick directory to hold library files:
$ mkdir bin
$ mkdir lib
$ mkdir man
$ mkdir man/man1
$ mkdir include
Now install the jpeg library:
$ cd jpeg-6b
$ ./configure --enable-shared --prefix=/home/techimo/public_html/imagemagick
$ make
$ make install
$ cd ..
$ cd ImageMagick-5.3.8
$ ./configure CFLAGS=-O2 --prefix=/home/techimo/public_html/imagemagick --without-perl --disable-static --enable-shared --with-modules --without-magick_plus_plus --without-bzlib --without-dps --without-fpx --without-hdf --without-lcms --without-jbig --without-png --without-tiff
$ make
$ make install
That's it! Be sure to set up config-inc.php to point to the location of "mogrify", which should be in the "bin" directory of your local ImageMagick install. If you have difficulty, you may wish to purchase our Advanced Installation Service.