David Thompson <[EMAIL PROTECTED]> writes:
> I tested this on MacOS X and don't see any problem. What bit-depth do you
> have your X-server set to?
>
> David
Is this the depth which dx reports? Then it is 24 bit:
dx> data = Import("dxbug.dx");
image = AutoColor(data);
camera = AutoCamera(image, direction="front", background="black",
resolution=480, aspect=1.0);
image = Render(image, camera);
Display (image);
0: X window depth is 24 bits
dx>
I tried it now on a Mac, too. You're right, no problem there. Strange.
Yours, Nicolas.