Hello, I have some png images with transparent areas like this with one or more holes : http://i59.tinypic.com/dwrl3t.png http://i60.tinypic.com/24bpxeg.jpg the edges are semi transparent. Please help me in finding the coordinates of the top left corner and bottom right corner of the bounding box of ...
Hello, I have this image : Image1.png : http://i60.tinypic.com/oswiet.png I cut a hole in this image using the mask of same width and height : mask1.png : (black and white image with no transparency) http://i59.tinypic.com/2ugoqk7.png convert image1 mask1 -alpha Off -compose CopyOpacity -composite ...
Hi, I have a grayscale passport size photo of a person. How to convert all the white shades in that transparent, and keep the black color not transparent. I have tried the command convert 1.png -background black -alpha copy -type truecolormatte PNG32:1_alpha.png from this page http://www.imagemagick ...
thanks for the reply. But the result I got is almost the same as input. Also, you have not used the fill color #FCB587 in your code. I have to do this with many more photos with some hex fill color tint for each photo. So, please suggest me how to darken the hair after tinting with the hex color ...
Hi, I have this input : http://i61.tinypic.com/s2goki.jpg I have applied : convert input -fill '#FCB587' -colorize 50% output and the output : http://i62.tinypic.com/eb4gzm.jpg How to increase the black color of the output so that the hair, eyebrows, beard etc become darker without changing the skin ...
Hi, thanks for your reply. I tried to implement your code. http://i59.tinypic.com/25i0rx2.jpg In this image, first one is original circle. second circle is what I got using your code. Third is like what I want, but this got a bigger radius [ using the code -blur 0x20 ] Using your code, the circle ...