Skip to content
Changes since v0.4.5:

Improved performance by 60-200% on x86
Added spng_set_chunk_limits/spng_get_chunk_limits()
Added support for MSVC builds
Added SPNG_STATIC for controlling symbol exports
Removed SPNG_OPTIMIZE_FILTER compiler option
Added SPNG_DISABLE_OPT for disabling optimizations,
 they are enabled by default
Added SPNG_SSE option to control x86 optimizations
Changed default instruction set target from SSSE3 to SSE2
Added Meson wraps for libpng, zlib
Fixed testsuite on Windows
Improved fuzz target