chafa icon indicating copy to clipboard operation
chafa copied to clipboard

Switch to a different PNG loader?

Open hpjansson opened this issue 2 years ago • 1 comments

The STB PNG decoder is very fast, quite a bit faster than LodePNG (approx 2x according to benchmarks I've seen). It's also widely used, so should receive plenty of testing. And the license is very permissive/PD.

Does it support everything LodePNG does, though? We'd have to investigate.

hpjansson avatar Jul 20 '22 00:07 hpjansson

libspng looks like another interesting candidate. According to its own documentation it's both faster, more secure (fuzzing regime and test cases) and more versatile (progressive loading etc) than the alternatives.

hpjansson avatar Aug 04 '22 11:08 hpjansson