Colour to Black and white
Posted: 2010-01-07T21:32:52-07:00
Hi,
i have a couple of color TIF images (Green, Pink, and Yellow). i need to convert to black and white through unix command line.
i tried the following:
convert +compress -monochrome ImageName Imageout
convert +compress -type Bilevel ImageName Imageout
commands and they get only converted to grayscale.
My Question is there a command i can run to convert all the images to Black and white without setting a threshold as they differ between images
Thanks
i have a couple of color TIF images (Green, Pink, and Yellow). i need to convert to black and white through unix command line.
i tried the following:
convert +compress -monochrome ImageName Imageout
convert +compress -type Bilevel ImageName Imageout
commands and they get only converted to grayscale.
My Question is there a command i can run to convert all the images to Black and white without setting a threshold as they differ between images
Thanks