UprootLabs / poly-flif

:camera: A poly-fill for the FLIF image format.
https://uprootlabs.github.io/poly-flif/
Other
244 stars 11 forks source link

Comparison with Adam7 PNG #5

Closed FLIF-hub closed 8 years ago

FLIF-hub commented 8 years ago

A side-by-side comparison of FLIF and Adam7 interlaced PNG would be nice. It would be interesting to compare those two interactively, both in absolute performance (same file size of truncated files) and relative performance (same percentage of truncation). For fairness, the PNG file should be progressively decoded with bilinear interpolation.

hrj commented 8 years ago

both in absolute performance (same file size of truncated files) and relative performance (same percentage of truncation)

Implemented the absolute performance part.

The relative performance can be implemented. I am trying to plan the UI for this and other options. But I am not sure if relative performance has any practical significance.

FLIF-hub commented 8 years ago

Not really, except to compare the interlacing itself, in isolation. Though even for that it would be better to make a FLIF which uses the entropy encoding of PNG. So maybe just drop that relative performance comparison, it would be hard to draw any conclusions from it anyway.

hrj commented 8 years ago

Dropping relative perf comparison.