Have shell access to your server but you have 'user' privileges and not 'root?'
NO PROBLEM. YOU CAN INSTALL IMAGE MAGICK!!!
Let's say you got unix going on your server... this install works:
------
Put the tar file where you want it to make the Image Magick folder, then...
> tar -xvzf ImageMagick-6.1.7-7.tar.tar
> ./configure --prefix=/my/home --with-perl-options='PREFIX=/my/home'
** CHANGE /my/home (both times) to YOUR directory where you'd like the Image Magick bin file to go. ***
> make
> make install
THAT'S IT!

Then in album.cfg update the path to the Image Magick bin file to the path you indicated above (/my/home).
------
I just did this and thought it might help someone.
IT WORKS!
