Search found 11 matches

by acpaps
2016-08-22T10:30:03-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

I am able to get this work in C# too using IM library. Thanks again for the help.
by acpaps
2016-08-19T17:53:02-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Sorry..I am new here I said I am using IM7 (Version: ImageMagick 7.0.2-7 Q16 x64 2016-08-06 http://www.imagemagick.org) I tried to save as .jpg and dind't get what i wanted magick 781c0085d6.jpg -bordercolor white -border 1 -fuzz 20% -fill none -draw "alpha 0,0 floodfill" -shave 1x1 result...
by acpaps
2016-08-19T17:07:51-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Is it possible to get rid of the black color part that is outside of the image
here is the result i got (I am using IM7 for this result)
Image
by acpaps
2016-08-19T16:55:20-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Thanks for the reply I will try the code...
About IM version, I am not using any IM version for now. I wanted to know if it possible with IM.
I would like to use C# version if possible.
by acpaps
2016-08-19T15:06:17-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Please check the images
I have this
Image

and I need this
Image

cropped image is in image shape not regular rectangle or square
by acpaps
2016-08-18T12:15:15-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Thank you so much for the reply.
I need to remove edge exactly to shape 'A' leaving inside triangle as it is. need to have border around 'A' shape.
Thank you, will do more research on how to use.
by acpaps
2016-08-16T16:31:54-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Thank you for the reply, yes background color is constant color.
For example, take your profile pic as input. I need to draw outline only around hat and magic wand, and remove extra white space around that.
by acpaps
2016-08-15T17:16:31-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

Re: how to draw an outline for a given image

Thanks for the reply, for now i am not using any IM version, would like to know if by using IM is it possible to draw border by removing extra white spaces around image. I am trying to detect actual image and draw border/outline around that image (shape can be varied based on input). For example, fo...
by acpaps
2016-08-15T15:10:55-07:00
Forum: Magick.NET
Topic: How to set Resolution to an image using MagickNet
Replies: 2
Views: 17659

Re: How to set Resolution to an image using MagickNet

Yes, thanks.
Sorry for late reply. I was actually checking your codeplex forum and got the answer.
Thanks again for the response. Couldn't find how to mark a reply as an answer..:)
by acpaps
2016-08-15T15:07:37-07:00
Forum: Users
Topic: how to draw an outline for a given image
Replies: 16
Views: 14403

how to draw an outline for a given image

Can anyone suggest me how to draw outline for an image in C#, image is of any shape.
Thanks.
by acpaps
2016-01-05T16:46:32-07:00
Forum: Magick.NET
Topic: How to set Resolution to an image using MagickNet
Replies: 2
Views: 17659

How to set Resolution to an image using MagickNet

Trying to see how to set ResolutionUnits for an image.
I am using MagickNet.