Re: Border with an offset

Claus Cyrny <[email protected]>
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
Hi Fred,

thanks, #1 worked.

Claus

Fred Weinhaus wrote:
>> I'm having a hard time drawing a border around an image.
>> The image actually /does/ have a white border (width: 100 px)
>> already, but I would like IM to draw an additional small, grey line
>> inside this white area. How do I go about there? I'm actually a bit
>> unsure about the proper syntax.
>>     
>
>
> There are two ways.
>
> 1) Find the coordinates in the upper left corner and lower right 
> corner within the white area from the dimensions of the image and the 
> width of the white border where you want to draw the gray border, 
> then just draw a rectangle with some strokewidth and stroke gray and 
> -fill none
>
> convert image -fill none -stroke gray -strokewidth 10 -draw 
> "rectangle $x1,$y1 $x2,$y2" result


-- 
Djangology <http://home.arcor.de/ccyrny/djangology/> | django|log 
<http://djangolog.twoday.net/>| Flickr 
<http://www.flickr.com/photos/claus_01/> | artificial 1.0: visual arts 
blog <http://artificial10.wordpress.com/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.