Quote:
Originally Posted by SBT
The png versions show up all fuzzy on my PRS-T1, the gif ones are all right.
|
Hmm... I just compared one of the illustrations. The png is indexed color, not grayscale, maybe that's the problem (or the fact that the palette has only 16 colors, which is 4 bits...).
I've converted it to grayscale with:
Code:
pngcrush -c 0 -bit_depth 8 -force 019_indexed.png 019_grayscale.png
The size increases, but this may solve the problem. The file is slightly smaller if I save as grayscale from gimp, before pngcrush.
019_indexed.png -> original image (65792)
019_grayscale.png -> pngcrushed (67688)
019_grayscale_2.png -> gimped and pngcrushed (67510)
(the actual pixel data of all three images should be exactly the same)