My desired result is a 1-bit tif which shows the grays, not just black and white.
Is the -depth 1 switch the only way to create a 1-bit tif?
Search found 2 matches
- 2014-06-23T08:03:18-07:00
- Forum: Users
- Topic: Creating a 1 bit tiff with good grayscale
- Replies: 4
- Views: 8256
- 2014-06-23T06:41:32-07:00
- Forum: Users
- Topic: Creating a 1 bit tiff with good grayscale
- Replies: 4
- Views: 8256
Creating a 1 bit tiff with good grayscale
I am resizing color or grayscale bmps and then saving them as 1-bit tifs. My final output is black and white and no grays, which is not what I want. How do I get 1-bit tifs with true grayscaling? Here's what I am using. Don't laugh. I am completely new to IM. convert myfile.bmp -resize 1200x800 ...