Hi,
I was trying to use ImageMagick with a PHP application (Menalto's Photo Gallery). Because of openbasedir restrictions, PHP cannot access /usr/bin, where the binaries usually live. I copied the binaries to a directory in httpdocs. Convert and Identify function correctly, but composite evidently needs other files that reside in /usr/local/lib. copying those files to the same directory as the ImageMagic binaries has no effect. Any way to get around this issue?