on 3/1/01 4:22 PM, Scott Raney at [EMAIL PROTECTED] wrote:

> The only case I know of that causes this is if you try to print a
> transparent image on a system set to 16 bit color depth.  In this
> case, it needs to take a snapshot of the screen (because most
> printers, including all PostScript printers, don't support
> transparency), and since you only have 5 significant bits to deal
> with, you can't get a true white: Instead of an RGB value of
> 255,255,255, you end up with 241,241,241 which looks like a light gray
> or a very sparse dither pattern, depending on the printer.  There are
> no workarounds for this other than not using 16 bit display depth or
> not using transparent images.
> Regards,
> Scott


In my situation, I am only printing fifty or so fields with a line or two of
text.  There are no graphics of any kind on the card that is being printed.
The computers that print this out are in millions of colors mode as well.
Putting a white graphic behind the fields sounds like a hack that might work
well.  Only time will tell as the problem is not consistent either.

-Mark


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to