I created a 2 pixel file in RGB, 8bit, TIFF format, sRGB ICC profile embedded, with one pixel being RGB 0,0,0 and the other one RGB 255,255,255. If I use following command the resulting output TIF file is converted to Grayscale:
Code: Select all
convert RGB-black-and-white-pixel.tif RGB-black-and-white-pixel_out.tif
PS: If using png as the output format the output is 1bit bitmap.
Thanks,
Joe