HI;
I have PhotoPost Pro installed now. When I was using the other gallery version I was able to use ImageMagick without any problems.
I've read past posts on this error and I have double checked the paths and the permissions.
Now with PhotoPost Pro, I can use GD, but when I switch to ImageMagick and upload a photo, I get this error when it tries to process the image:
Error creating thumbnail! Error code: 1
Command:
"/usr/local/bin/mogrify" -thumbnail 120x78^ -quality 80 -gravity center -extent 120x78 -unsharp 10 '/home/dolan113/public_html/pawdogs.com/photopost/data/1/thumbs/IMG_6615.jpg'
I checked over all the permissions and everything looks correct. I checked the paths and I can't see any problems. I ran that command from the command line and This was returned:
mogrify: unrecognized option - extent
I took -extent out of the command and re-ran it and it processed the image, without error.
mogrify -version returns:
ImageMagick 6.0.7
Any Ideas?
Thank You