Page 1 of 1

Polaroid effect in photos

Posted: 2013-01-13T15:16:54-07:00
by lovelf
I have gotten the following line of code to give a polaroid effect like to photos:

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);
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.

Re: Polaroid effect in photos

Posted: 2013-01-13T16:50:17-07:00
by fmw42
can you post a link to and example so we understand where it is and where you want to move it

what version of IM and platform are you using

Re: Polaroid effect in photos

Posted: 2013-01-13T17:32:52-07:00
by lovelf
I opted to leave it all in white without two border colors for this reason, thanks.