slackbuilds_ponce/libraries/libspng
Lockywolf 9552648199
libraries/libspng: Added (Portable Network PNG C library)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-03 10:38:20 +07:00
..
libspng.info
libspng.SlackBuild
README
slack-desc

lib**spng** (**s**imple **png**) is a C library for reading and
writing Portable Network Graphics (PNG) format files with a focus on
security and ease of use.

libspng is an alternative to libpng, the projects are separate and the
APIs are not compatible.

The goal is to provide a fast PNG library with a simpler API than
https://github.com/glennrp/libpng/blob/libpng16/png.h, it outperforms
the reference implementation in common use cases.

libspng can be used by xpra for better speed.