libspngv0.7.4
- Updated
Simple, modern libpng alternative
- Project website: https://github.com/randy408/libspng
#Usage
libspng provides CMake targets:
find_package(SPNG CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:spng::spng>,spng::spng,spng::spng_static>)libspng provides pkg-config modules:
# PNG decoding and encoding library
spng#License
BSD-2-Clause AND libpng-2.0
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
FantasqueX
Billy O'Neal