Image magick image manipulation issue
Posted: 2009-06-25T02:38:15-07:00
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.
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.