How to save a greyscale RGB picture with alpha channel?
Posted: 2009-07-27T06:57:30-07:00
Hi,
i had a strange problem. I had a picture (16bit tiff) which contains several grey colors. I simply want to compress the picture.
I typed the following:
convert grey.tif -compress zip grey_new.tif
The problem is that the new tif is stored as greyscale with alpha but i want it to be RGB or simply the same as the input.
When I convert a colorful picture it uses RGBA as I want.
I tried to use "-type TrueColorMatte" but it stays greyscale without alpha. When I use "-type TrueColor" I get it in the RGB mode but without the alpha channel.
Does anyone have an idea?
i had a strange problem. I had a picture (16bit tiff) which contains several grey colors. I simply want to compress the picture.
I typed the following:
convert grey.tif -compress zip grey_new.tif
The problem is that the new tif is stored as greyscale with alpha but i want it to be RGB or simply the same as the input.
When I convert a colorful picture it uses RGBA as I want.
I tried to use "-type TrueColorMatte" but it stays greyscale without alpha. When I use "-type TrueColor" I get it in the RGB mode but without the alpha channel.
Does anyone have an idea?