Search found 2 matches

by Kira
2011-06-07T15:34:38-07:00
Forum: Users
Topic: Problem with compsiting images
Replies: 4
Views: 7861

Re: Problem with compsiting images

Hi,

thanks a lot it's working very nice - only two problems left:

1) I'd like the white border-line to be a bit transparent, is this possible?

2) The Blur takes a veerryy looong time at large images.. and since I only need to blur the outer 40pixels, is there any way to improve the speed by not ...
by Kira
2011-06-07T08:09:51-07:00
Forum: Users
Topic: Problem with compsiting images
Replies: 4
Views: 7861

Problem with compsiting images

Hi,

I'd like to add a blurred border arround an image and add a watermark in the lower right corner.

My approach was:

convert \( \
input.jpg \
\( +clone -blur 10x4 -fill black -colorize 25% \) \
\( +clone -gamma 0 -shave 40x40 -bordercolor white -border 40x40 \) -composite \
\( +clone -gamma ...