Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.24 KB

gd.md

File metadata and controls

72 lines (42 loc) · 1.24 KB

The gd extension

Configure the gd extension.

This extension provides image processing and graphics draw (GD) support.

PHP_EXT_GD

  • Default: OFF
  • Values: ON|OFF

Enable the extension.

PHP_EXT_GD_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.

PHP_EXT_GD_EXTERNAL

  • Default: OFF
  • Values: ON|OFF

Use external (system) GD library instead of the bundled libgd from PHP sources.

PHP_EXT_GD_AVIF

  • Default: OFF
  • Values: ON|OFF

Enable AVIF support (only for bundled libgd).

PHP_EXT_GD_WEBP

  • Default: OFF
  • Values: ON|OFF

Enable WebP support (only for bundled libgd).

PHP_EXT_GD_JPEG

  • Default: OFF
  • Values: ON|OFF

Enable JPEG support (only for bundled libgd).

PHP_EXT_GD_XPM

  • Default: OFF
  • Values: ON|OFF

Enable XPM support (only for bundled libgd).

PHP_EXT_GD_FREETYPE

  • Default: OFF
  • Values: ON|OFF

Enable FreeType 2 support (only for bundled libgd).

PHP_EXT_GD_JIS

  • Default: OFF
  • Values: ON|OFF

Enable JIS-mapped (Japanese Industrial Standards) Japanese font support (only for bundled libgd).