Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I think my code is OK ridera; I only needed the { } around the array variables but not the normal variables.
I will check again later; if I get time !
I am not sure exactly about this noodleboy but the \ tells the code that the comand carries onto the next line as you say.
A couple of things I would try is build up the code bit by bit and see where if fails + change this line \( +clone -shadow 60x4+4+4 \) to ( +clone -shadow 60x4+4+4 )
Out of interest I have just tried out a creating a thumbnail using ImageMagick and GD. There does not look a lot of difference to me !
The IM version looks to contain a bit more colour.
I used to think you had to use the full path from server root but am not sure now. All the examples I have done so far I have saved to the same folder.