gimpshrimp wrote:
....snip.... Yes, .png is excellent for lossless compression, but I'm looking for a "pseudo-lossy" compression if that makes sense. I'm surprised that no one else has asked this before.
Your problem will be a 'universal' format so first sticking with png.
This is from the tinypng web page
Quote:
..24-bit PNG files can be converted to much smaller 8-bit indexed color images.
and you can do that with Gimp manually or use the old Gimp save-for-web plugin
http://registry.gimp.org/node/33save-for-web looks like this with some file sizes for comparison.
the original Lenna.png,
256 colour indexed png,
the number of colours reduced a little to 180.
Attachment:
comparison.jpg [ 111.11 KiB | Viewed 6665 times ]
Then of course there are much better new (and unpopular) formats such as
better portable graphics (bpg) which beats indexed hands down for size and quality.
http://bellard.org/bpg/ and a gimp plugin that opens them.
http://www.mikropunto.org/?p=71And there is jpeg2000, gimp will open but not create. You could use something like XnView to make them.