lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.08k stars 425 forks source link

Minor LodePNG optimizations #173

Open woot000 opened 2 years ago

woot000 commented 2 years ago

LodePNG code size is decreased by about 1.5kB when compiled with MSYS2 CLANG64 Clang 15.0.0

Decoding (RGB and non-alpha grey colortypes) and encoding (any colortype) should be about 1-2% faster

A warning is fixed in lodepng_benchmark.cpp so it can successfully be compiled with the recommended build command