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?
How to save a greyscale RGB picture with alpha channel?
Re: How to save a greyscale RGB picture with alpha channel?
We can reproduce the problem you posted and have a patch. The patch will be available in the next point release of ImageMagick. Thanks.
Re: How to save a greyscale RGB picture with alpha channel?
Wow, what a fast response time!
I used the current portable version.
Thank you.
I used the current portable version.
Thank you.
Re: How to save a greyscale RGB picture with alpha channel?
Great, it works now. Good work. Thank you very much.