Re: RGB to Greyscale?
Posted: 2007-11-30T17:13:17-07:00
Hello Philippe,
I downloaded the PNG linked from
What makes you say it is still 32bit?
(pause)
I went to your test page and my browser (Opera) thinks the Actual is 24-bit and the expected is 8-bit. So I downloaded the Actual and identify says it is 8-bit--same results as above. So then I downloaded the Expected and checked it
The differene is DirectClass and PseudoClass 256c 8-bit and now I'm lost...
Hope some of this helps,
Max
I downloaded the PNG linked from
and It was identified as 8-bit.The best I'm able to achieve is 32-bit RGB PNG that looks like a grayscale image.
Code: Select all
> identify greyscale.png
greyscale.png PNG 128x128 128x128+0+0 DirectClass 8-bit 16.8613kb
(pause)
I went to your test page and my browser (Opera) thinks the Actual is 24-bit and the expected is 8-bit. So I downloaded the Actual and identify says it is 8-bit--same results as above. So then I downloaded the Expected and checked it
Code: Select all
> identify greyscale_expected.png
greyscale_expected.png PNG 128x128 128x128+0+0 PseudoClass 256c 8-bit 10.9004kb
Hope some of this helps,
Max