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?".
convert -caption "%c %f\\n%wx%h" filename.jpg -pointsize 18 -gravity south -splice 0x90 ( -bordercolor white -background white -border 59x59 -gravity center ) -border 1x1 -bordercolor "rgb(221,221,221)" -background "rgb(221,221,221)" -gravity center -polaroid 20 filename.jpg
$exec($command);
My problem is the caption positions itself inside the grey border, I'd need for it to be insider the white border, and the grey border to be outside of the caption.