Quote:
|
Originally Posted by Brian What did you set the path to for IM? |
I compiled it to install into: /home/imagemagick
The binaries are located in: /home/imagemagick/bin
Thusly, I've set the path to IM as: /home/imagemagick/bin/
I had the path set before without the trailing slash, and I would just get errors. After reading a few more posts, I found out that I needed to add the slash which caused the errors to go away.
It does the resizing properly, so I know 'convert' is working fine, and after poking through the gallery code, I see gallery is using 'composite' (for watermarking) which is in the same directory as 'convert' yet it's not doing what it's supposed to.
Strangeness..