Re: Differential intra-interchannel filters for RGB images lossless compression



> if there is a better alternative to png, that manages to gain some
> popularity (eg: gimp support), I will be interested.
AFAIK there are projects to use better compression algorithms on PNG, I
read something about using the 7-Zip's optimized implementation of
deflate that gives slightly better compression.
PNG differential filters seem (referring to Waterloo Colorset) to be
significantly less efficient than JPEG-LS/JPEG2000 (lossless) filters
on the photographic images, but seem dramathically more efficient on
computer graphic images (according to literature results in PNG
documentation and with some tests I just made with the ISA compressor
linked by Nils, with .jp2, .hck and .isa formats), so, depending on the
test set, PNG may seem more or less efficient than lossless JPEG
related...
Shifting from filter stage to compression stage, as you may note in my
work, the compression algorithm chosen is very important in determining
output size, with PAQ giving awesome results at the cost of very high
computational complexity and with LZMA seeming a reasonable tradeoff
between compression and speed; however, even with a compressor powerful
like PAQ a proper filtering of the input data is very important to
achieve better results than compression on plain, unfiltered data.
This is consistent with the projects about giving PNG a better
compressor limited by a tradeoff in speed that on today's machine would
be acceptable.

.



Relevant Pages

  • Re: Differential intra-interchannel filters for RGB images lossless compression
    ... > AFAIK there are projects to use better compression algorithms on PNG, ... > significantly less efficient than JPEG-LS/JPEG2000 filters ... > computer graphic images (according to literature results in PNG ...
    (comp.compression)
  • Re: struggling to save a tiff as a PNG and keep filesize down
    ... compression options, mainly because how well a particular algorithm will ... Fancier PNG ... because the source TIFF resolution is 204 * 98 ... you mentioned that Photoshop doesn't resize ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: The Challenge! was: optimisation of images - help?
    ... The sample screenshot you posted is RGB and has more than 256 colours. ... The compression here has caused pretty serious degradation of the image. ... I don't see a link to the optimised png you mention above. ... You can reduce the number of colours further and retain some "smoothness" by different dithering methods, but that means that less compression is possible. ...
    (rec.photo.digital.slr-systems)
  • Re: Gimp hangs when saving as png
    ... > Amedee Van Gasse wrote: ... Level 0 is no compression at all, ... png) rarely gets the file to less than 50% of the uncompressed size. ... While there isn't much point converting a jpeg to a png if you're just ...
    (comp.graphics.apps.gimp)
  • Re: The Challenge! was: optimisation of images - help?
    ... The sample screenshot you posted is RGB and has more than 256 colours. ... compression. ... I don't see a link to the optimised png you mention above. ... You can reduce the number of colours further and retain some "smoothness" by different dithering methods, but that means that less compression is possible. ...
    (rec.photo.digital.slr-systems)

Loading