how to get a silhouette(edges)??
how to get a silhouette(edges)??
friends, please help me how could i get a silhouette i.e edges of an image using imagemagick.????
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: how to get a silhouette(edges)??
It depends upon the image. perhaps you could post a link to your image.sin wrote:friends, please help me how could i get a silhouette i.e edges of an image using imagemagick.????
see -edge http://www.imagemagick.org/script/comma ... s.php#edge and http://www.imagemagick.org/Usage/convolve/#edgedet
convert image -edge 1 result
Alternately, you would need to mask the image and get the edges of the mask. see http://www.imagemagick.org/Usage/masking/