> Hi.
>
[quoted text clipped - 13 lines]
>
> Iain Hallam.
> The higher resolution mode is obviously putting more ink on the paper,
> perhaps way to much.
> Blue is a color that often prints darker than desired. Is the correct paper
> selected?
> The printer drivers generally have manual color adjustment available. You
> may need to decrease the color intensity.
It's not that the print is all too dark (although it may be, I haven't really
checked). The problem here is that an image containing 175,232,255 is coming out
a different colour than the rectangle next to it, also coloured 175,232,255. I
wouldn't mind too much if they were both off by the same amount. This happens
with all DTP programs I've tried - Word, PagePlus, OpenOffice Writer, Publisher.
- Iain.
Glenn Randers-Pehrson - 25 Jul 2003 12:56 GMT
> > The higher resolution mode is obviously putting more ink on the paper,
> > perhaps way to much.
[quoted text clipped - 10 lines]
>
> - Iain.
Does your PNG file contain a gAMA chunk? MSIE and perhaps other Microsoft
products don't handle gAMA correctly. See if it helps to remove the
gAMA chunk and put in an sRGB chunk instead. You can use pngcrush to
do that:
pngcrush -n -v in.png (to see what chunks are in the file)
pngcrush -srgb 1 in.png temp.png (to add the sRGB chunk, also inserts
gAMA and cHRM chunks)
pngcrush -rem gama -rem chrm temp.png out.png (to remove gAMA and cHRM)
Get pngcrush (freeware) from pmt.sf.net
Glenn
Iain Hallam - 28 Jul 2003 00:58 GMT
> Does your PNG file contain a gAMA chunk? MSIE and perhaps other Microsoft
> products don't handle gAMA correctly. See if it helps to remove the
> gAMA chunk and put in an sRGB chunk instead. You can use pngcrush to
> do that:
>
> Glenn
Thanks for the suggestion - I bypassed PNG and used a BMP with the same values,
no alpha. Same problem. The rectangle from Word was many shades darker than the
background of the image, despite both being set to 175,232,255.
I'm really at a loss to explain this other than being a printer driver fault -
it's a Canon BJC3000.
- Iain.