Search found 2 matches

by vbogoev
2011-01-22T14:32:02-07:00
Forum: IMagick
Topic: Padding the image from border
Replies: 3
Views: 11592

Re: Padding the image from border

see borderImage at http://us3.php.net/manual/en/book.imagick.php just do it twice -- one time for the first color border and thickness and the second time for the outer border and its thickness :) :) :) Very very thank you!!! I didn't know that I can put two borders!!! One more question! I want to ...
by vbogoev
2011-01-22T14:03:42-07:00
Forum: IMagick
Topic: Padding the image from border
Replies: 3
Views: 11592

Padding the image from border

Hello,

I want to set the border of the image, but the border must not be glued to the image, but to have a little distance (transperent or colored) between image and border.

Is there any way to do that?

Thanks in advance!