optimize image files #52
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The latest PNG image files that I have added e.g. images/Thermostat@2x.png (
d8a1f50f9b
) are a bit too large.Contrary to the ones created by @sovanna, they use 24bpp color and instead of an indexed palette, which helps explain the file size.
Converting to indexed using The GIMP results in unacceptable picture quality.
Apparently there are other tools that can give better results, but @sovanna does not remember which one he used.
Tried Gimp, ImageMagick, mtPaint and pngnq on
Thermostat@2x.png
.Here are the results:
Gimp:
ImageMagick:
mtPaint:
pngnq:
Seems pngnq is the way to go