I'm having this same issue, and had my web host troubleshoot for me. He confirmed that permissions are correct on Imagemagick. It has worked fine for two years, but it broke (with the same error message as the first post in this thread) when he upgraded to the newest version of imagemagick (6.2.9-8). It appears that Photopost Pro has an issue with the new version. Here is what my web host suggested, I don't know if it is on the right track or not:
Quote:
I think the problem is the on the commandline used. Try removing -profile '*' and replace it with '-strip'. I assume you're using -profile '*' to remove comments, exif data, etc. from the image to make it smaller (ie. good for thumbnails, etc), and -strip does exactly that.
I think people used -profile '*' incorrectly for a long time and the ImageMagick team just fixed (broke) that with their latest revision.
|
Obviously, I switched to GD2 in the interim. Chuck - any ideas?