lodepngv2021-12-04
- Updated
PNG encoder and decoder in C++
- Project website: https://github.com/lvandeve/lodepng
#Usage
The package lodepng provides CMake targets:
# C API
find_package(lodepng-c CONFIG REQUIRED)
target_link_libraries(main PRIVATE lodepng-c)
# C++ API
find_package(lodepng CONFIG REQUIRED)
target_link_libraries(main PRIVATE lodepng)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Tool For
No ports use this.
#Contributors
atkawa7
Alexander Karatarakis
Robert Schumacher
kiwixz
Victor Romero
pravic
Henrik Gaßmann
Kyle Benesch
Kai Pastor
LilyWangLL
#Changelog
64a7483Upgrades 2018.09.182c4db1a[lodepng] fix build on windowsc3d34e7Upgrades 2018.06.31feb0e9aUpgrades 2018.07.012a0bf9cUpgrades for 2018.06.126ad96b72018.05.17 updatesc7616b9[many ports] Upgrades26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)0d309cd[lodepng] init port