GD
PHP Manual

预定义常量

下列常量由此扩展定义,且仅在此扩展编译入 PHP 或在运行时动态载入时可用。

GD_VERSION (string)
PHP 编译所依据的 GD 版本。 (PHP 5.2.4 可用)
GD_MAJOR_VERSION (integer)
PHP 编译所依据的 GD 大版本。 (PHP 5.2.4 可用)
GD_MINOR_VERSION (integer)
PHP 编译所依据的 GD 小版本。 (PHP 5.2.4 可用)
GD_RELEASE_VERSION (integer)
PHP 编译所依据的 GD 发布版本。 (PHP 5.2.4 可用)
GD_EXTRA_VERSION (string)
PHP 编译所依据的 GD 扩展版本(beta/rc..)。 (PHP 5.2.4 可用)
GD_BUNDLED (integer)
当使用绑定版本的 GD 时,此值为 1, 反之为 0。
IMG_GIF (integer)
imagetypes() 函数作为返回值使用。
IMG_JPG (integer)
imagetypes() 函数作为返回值使用。
IMG_JPEG (integer)
imagetypes() 函数作为返回值使用。

Note:

本常量值同 IMG_JPG

IMG_PNG (integer)
imagetypes() 函数作为返回值使用。
IMG_WBMP (integer)
imagetypes() 函数作为返回值使用。
IMG_XPM (integer)
imagetypes() 函数作为返回值使用。
IMG_COLOR_TILED (integer)
特殊的颜色选项,可以用来替代 imagecolorallocate()imagecolorallocatealpha() 函数所分配的颜色
IMG_COLOR_STYLED (integer)
特殊的颜色选项,可以用来替代 imagecolorallocate()imagecolorallocatealpha() 函数所分配的颜色
IMG_COLOR_BRUSHED (integer)
特殊的颜色选项,可以用来替代 imagecolorallocate()imagecolorallocatealpha() 函数所分配的颜色
IMG_COLOR_STYLEDBRUSHED (integer)
特殊的颜色选项,可以用来替代 imagecolorallocate()imagecolorallocatealpha() 函数所分配的颜色
IMG_COLOR_TRANSPARENT (integer)
特殊的颜色选项,可以用来替代 imagecolorallocate()imagecolorallocatealpha() 函数所分配的颜色
IMG_ARC_ROUNDED (integer)
imagefilledarc() 函数所用的样式常量。

Note:

此常量值同 IMG_ARC_PIE

IMG_ARC_PIE (integer)
imagefilledarc() 函数所用的样式常量。
IMG_ARC_CHORD (integer)
imagefilledarc() 函数所用的样式常量。
IMG_ARC_NOFILL (integer)
imagefilledarc() 函数所用的样式常量。
IMG_ARC_EDGED (integer)
imagefilledarc() 函数所用的样式常量。
IMG_GD2_RAW (integer)
imagegd2() 函数所用的类型常量。
IMG_GD2_COMPRESSED (integer)
imagegd2() 函数所用的类型常量。
IMG_EFFECT_REPLACE (integer)
imagelayereffect() 函数所用的透明混合效果常量。
IMG_EFFECT_ALPHABLEND (integer)
imagelayereffect() 函数所用的透明混合效果常量。
IMG_EFFECT_NORMAL (integer)
imagelayereffect() 函数所用的透明混合效果常量。
IMG_EFFECT_OVERLAY (integer)
imagelayereffect() 函数所用的透明混合效果常量。
IMG_FILTER_NEGATE (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_GRAYSCALE (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_BRIGHTNESS (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_CONTRAST (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_COLORIZE (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_EDGEDETECT (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_GAUSSIAN_BLUR (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_SELECTIVE_BLUR (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_EMBOSS (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_MEAN_REMOVAL (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_SMOOTH (integer)
imagefilter() 函数所用的 GD 滤镜。
IMG_FILTER_PIXELATE (integer)
imagefilter() 函数所用的 GD 滤镜。 (PHP 5.3.0 可用)
IMAGETYPE_GIF (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_JPEG (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_JPEG2000 (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_PNG (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_SWF (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_PSD (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_BMP (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_WBMP (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_XBM (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_TIFF_II (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_TIFF_MM (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_IFF (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_JB2 (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_JPC (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_JP2 (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_JPX (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_SWC (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。
IMAGETYPE_ICO (integer)
image_type_to_mime_type()image_type_to_extension() 函数所用的图像类型常量。 (PHP 5.3.0 可用)
PNG_NO_FILTER (integer)
imagepng() 函数所用的 PNG 滤镜。
PNG_FILTER_NONE (integer)
imagepng() 函数所用的 PNG 滤镜。
PNG_FILTER_SUB (integer)
imagepng() 函数所用的 PNG 滤镜。
PNG_FILTER_UP (integer)
imagepng() 函数所用的 PNG 滤镜。
PNG_FILTER_AVG (integer)
imagepng() 函数所用的 PNG 滤镜。
PNG_FILTER_PAETH (integer)
imagepng() 函数所用的 PNG 滤镜。
PNG_ALL_FILTERS (integer)
imagepng() 函数所用的 PNG 滤镜。
IMG_FLIP_VERTICAL (int)
imageflip() 函数联合使用,自 PHP 5.5.0 可用。
IMG_FLIP_HORIZONTAL (int)
imageflip() 函数联合使用,自 PHP 5.5.0 可用。
IMG_FLIP_BOTH (int)
imageflip() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BELL (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BESSEL (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BILINEAR_FIXED (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BICUBIC (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BICUBIC (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BLACKMAN (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BOX (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_BSPLINE (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_CATMULLROM (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_GAUSSIAN (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_GENERALIZED_CUBIC (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_HERMITE (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_HAMMING (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_HANNING (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_MITCHELL (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_POWER (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_QUADRATIC (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_SINC (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_NEAREST_NEIGHBOUR (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_WEIGHTED4 (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。
IMG_TRIANGLE (int)
imagesetinterpolation() 函数联合使用,自 PHP 5.5.0 可用。

GD
PHP Manual