Open source code library for the dynamic creation of images by programmers.
Run the following Vcpkg command to install the port.
vcpkg install libgd
libgd can be imported via CMake FindPkgConfig module:
find_package(PkgConfig) pkg_check_modules(LIBGD REQUIRED IMPORTED_TARGET gdlib) target_link_libraries(main PRIVATE PkgConfig::LIBGD)
Support for Fontconfig
Support for FreeType
Support for JPEG
Support for PNG
Support for TIFF
Build tools
Support for WebP
v2.3.3#3
May 2, 2024
All
libgd/libgd890
github.com/libgd/libgd
3a882b3efc
GD
Manifest