Search found 5 matches

by gurupk
2012-05-25T04:19:30-07:00
Forum: IMagick
Topic: How to draw an arbitrary border line on image?
Replies: 9
Views: 24776

Re: How to draw an arbitrary border line on image?

Hi, Attach is the image, which I used to place a inside border, but it is not exactly rounded with the outer edge. This is done through series of image composition on each other. But if there is a direct way to draw the border like this inside the image, then that will be great. Please any thoughts ...
by gurupk
2012-05-24T04:26:51-07:00
Forum: IMagick
Topic: How to draw an arbitrary border line on image?
Replies: 9
Views: 24776

Re: How to draw an arbitrary border line on image?

Hi, How can I draw an inner border? I think this way i can achieve the solution. So if I have a PNG file and it has the curved from the bottom, so when i apply border inside, the library automatically draws the lines with the curve, not outer side, but inside the image with 3px inner. Is this ...
by gurupk
2012-05-23T04:16:20-07:00
Forum: IMagick
Topic: How to draw an arbitrary border line on image?
Replies: 9
Views: 24776

Re: How to draw an arbitrary border line on image?

How did you create this the first time? If you have the same image and just need to change the color of the line, see -fill somecolor -opaque black. That will work if the line is not anti-aliased. If you need to draw the line from scratch, then see -draw. There is no freehand part, but you can use ...
by gurupk
2012-05-23T04:04:10-07:00
Forum: IMagick
Topic: How to draw an arbitrary border line on image?
Replies: 9
Views: 24776

Re: How to draw an arbitrary border line on image?

yes I am using the php Imagick library.

Bonzo wrote:You have posted in the Imagick section - are you using Imagick with php?

Just checking as some people get confused between Imagick and Imagemagick.
by gurupk
2012-05-18T10:01:36-07:00
Forum: IMagick
Topic: How to draw an arbitrary border line on image?
Replies: 9
Views: 24776

How to draw an arbitrary border line on image?

Hi,

I want to draw a rectangular line with some angle on the bottom part. Please see attached image.

This line need to be in different colors that user will select. What is the best way of drawing this type of border on an image.

Thanks,
Irfan