1. Home
  2. Browse
  3. libspng

libspng

v0.7.4#1Latest

Simple, modern libpng alternative

Install

Run the following Vcpkg command to install the port.

vcpkg install 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

Dependencies

See source

Version

v0.7.4#1

Publication

Supports

All

GitHub

randy408/libspng840

Homepage

github.com/randy408/libspng

Subtree

7ed6d1a07e

License

BSD-2-Clauseandlibpng-2.0

Definition

Manifest