libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files
Run the following Vcpkg command to install the port.
vcpkg install libpng
The package libpng is compatible with built-in CMake targets:
find_package(PNG REQUIRED) target_link_libraries(main PRIVATE PNG::PNG)
This is backward compatible with the regular libpng, both in library usage and format
v1.6.43#3
Aug 8, 2024
All
glennrp/libpng1.3K
github.com/glennrp/libpng
f5398d978f
libpng-2.0
Manifest