Polaroid effect in photos
Posted: 2013-01-13T15:16:54-07:00
I have gotten the following line of code to give a polaroid effect like to photos:
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.
Thanks.
Code: Select all
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);
Thanks.