libgdv2.3.3
- Created
- Updated
Open source code library for the dynamic creation of images by programmers.
#Usage
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)#License
#Supported Platforms
All platforms are supported
#Features
Default features: fontconfig, freetype, jpeg, png, tiff, webp
#fontconfigdefault
Support for Fontconfig
Dependencies:
and 7 transitive dependencies:
- dirent(by fontconfig)
- expat(by fontconfig)
freetype(by fontconfig)
Features: (none)
- libiconv(by fontconfig)
libuuid(by fontconfig)
Platforms:
!osx & !windowspthread(by fontconfig)
Platforms:
!emscripten & !windows- pthreads(by pthread)
Host Dependencies:
6 transitive dependencies:
#freetypedefault
Support for FreeType
Dependencies:
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake(by freetype)
- vcpkg-cmake-config(by freetype)
vcpkg-cmake-get-vars(by libpng)
Platforms:
arm & android
#jpegdefault
Support for JPEG
Host Dependencies:
2 transitive dependencies:
#pngdefault
Support for PNG
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake(by libpng)
- vcpkg-cmake-config(by libpng)
vcpkg-cmake-get-vars(by libpng)
Platforms:
arm & android
#tiffdefault
Support for TIFF
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake(by tiff)
- vcpkg-cmake-config(by tiff)
#tools
Build tools
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#webpdefault
Support for WebP
Host Dependencies:
2 transitive dependencies:
#Dependencies
No dependencies.
#Host Dependencies
No transitive dependencies.
#Dependents
#Host Dependents
No dependents.
#Contributors
Mikhail Paulyshka
Alexander Täschner
Alexander Karatarakis
LRFLEW
Phil Christensen
adrido
Victor Romero
Jackie Ng
wangli28
pravic
Alexander Neumann
Billy O'Neal
Phoebe
autoantwort
LilyWangLL
Kai Pastor
Thomas1664
#Changelog
c7ad054fix libgd arm64 regression ......