libgd v2.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
# fontconfig default
Support for Fontconfig
Dependencies:
and 15 transitive dependencies:
- brotli (by freetype )
- bzip2 (by freetype )
- dirent (by fontconfig )
- expat (by fontconfig )
- freetype (by fontconfig )
- getopt (by fontconfig )
getopt-win32 (by getopt )
Platforms:
windows & !mingw
- gettext (by fontconfig )
- gettext-libintl (by gettext )
libiconv (by gettext-libintl )
Platforms:
!linux
- libpng (by freetype )
libuuid (by fontconfig )
Platforms:
!windows & !osx & !mingw
- pthread (by fontconfig )
- pthreads (by pthread )
- zlib (by libpng )
Host Dependencies:
5 transitive dependencies:
- gperf (by fontconfig )
- vcpkg-cmake (by expat )
- vcpkg-cmake-config (by expat )
vcpkg-cmake-get-vars (by libpng )
Platforms:
arm & android
- vcpkg-tool-meson (by fontconfig )
# freetype default
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
# jpeg default
Support for JPEG
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libjpeg-turbo )
- vcpkg-cmake-config (by libjpeg-turbo )
# png default
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
# tiff default
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.
# webp default
Support for WebP
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libwebp )
- vcpkg-cmake-config (by libwebp )
# 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
c7ad054
fix libgd arm64 regression ......