lodepng v2021-12-04
- Created
- Updated
PNG encoder and decoder in C++
# 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)
# License
Unknown
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- atkawa7
- Alexander Karatarakis
- Robert Schumacher
- kiwixz
- Victor Romero
- pravic
- Henrik Gaßmann
- Kyle Benesch
- Kai Pastor
- LilyWangLL
# Changelog
64a7483
Upgrades 2018.09.182c4db1a
[lodepng] fix build on windowsc3d34e7
Upgrades 2018.06.31feb0e9a
Upgrades 2018.07.012a0bf9c
Upgrades for 2018.06.126ad96b7
2018.05.17 updatesc7616b9
[many ports] Upgrades26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)0d309cd
[lodepng] init port