|
From: James S. <jsi...@in...> - 2003-01-10 19:28:36
|
> I think we still have several corner cases, such as TRUECOLOR with bpp
> <= 8, I'm not sure if that works.
The matorx millenium has such a mode. So such things do exist.
> - if (image->depth == 1) {
> + if (image->depth == 0) {
P.S
I'm just not to crazy about the depth equal zero thing. I just pitcure
developers having a hard time with it.
|