Page 1 of 1

Image magick image manipulation issue

Posted: 2009-06-25T02:38:15-07:00
by Senthilnathanns
Hi All,

I have used to create mask(mask.jpg) and grayscale(grayscale.jpg) image from attached original.png. But the text quality not good when compared to original.png image.

Code:
convert original.png -threshold 0 mask.jpg
convert original.png colorspace gray grayscale.jpg

Can any one please help me how to create mask and grayscale image with same quality.

Thanks
Senthil Kumar S.

Re: Image magick image manipulation issue

Posted: 2009-06-29T02:38:11-07:00
by Anan
Hi,

I am also having the same problem. I just want to create a mask image (jpg) out of a transparent png image. Any help is highly appreciated.

Thanks in advance,