Skip to content

libspngv0.7.4

Updated

Simple, modern libpng alternative

#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

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • FantasqueX's avatarFantasqueX
  • Billy O'Neal's avatarBilly O'Neal

#Changelog

  • 7ed6d1a[libspng] Install pkg-config on Windows (#53510)
  • 7bb78b3[libspng]: New port (#35412)