Re: Actually . . . . .
And what program would that be specifically?
Originally posted by Exile
All you have to do is fiddle with them a bit. Re-size the rectangle and let my graphix prog take care of the details. I seem to recall that saving the image as a BMP solves the problem neatly.
All you have to do is fiddle with them a bit. Re-size the rectangle and let my graphix prog take care of the details. I seem to recall that saving the image as a BMP solves the problem neatly.

It's command line stuff here, not drag-and-drop (just in case
). By default PNGout uses the /k0 option which removes all unnecessary chunks – including the gAMA chunk responsible for gamma levels. You should have something like this:
If you're allergic to command line programs you could try
) so I'm guessing you did
Comment