[magick-users] Re: Wrapping an actual picture frame with only a
corner piece
Michael Slate
slatem at posters2prints.com
Mon Mar 10 20:08:18 PDT 2008
Thanks so much for yours guys' help! I've got it working, but there is a one
slight thing I'd like to improve on if possible, hopefully someone can clear
it up.
http://beta.posters2prints.com/scripts/fancy_frame3.gif
Basically there is very little detail (dark) on the top and the bottom of
the frame. The commands I'm using to generate this are as follows:
convert fancy_add.jpg[60x88+2+2] -fuzz 20% -transparent "rgb(255,255,255)"
+repage fancy_add2.gif
convert -size 200x236 xc:"#ffffffff" -channel RGBA fancy_add4.gif -fx "v"
fancy_add5.gif
montage \( fancy_add5.gif \) \( fancy_add5.gif -flop \) \( fancy_add5.gif
-flip \) \( fancy_add5.gif -flip -flop \) -geometry +0+0 -tile x2
-background none fancy_frame2.gif
convert fancy_frame2.gif thumbnail.jpg -gravity center -compose DstOver
-composite fancy_frame3.gif
The images:
http://beta.posters2prints.com/scripts/fancy_add.jpg
http://beta.posters2prints.com/scripts/thumbnail.jpg
Again I want to thank everyone for their help.
Michael
More information about the Magick-users
mailing list