2024年PHP日本大会

预定义常量

以下常量由此扩展定义,只有在将扩展编译到PHP中或在运行时动态加载时才可用。

GD_VERSION (字符串)
PHP 编译时使用的 GD 版本。
GD_MAJOR_VERSION (整数)
PHP 编译时使用的 GD 主版本。
GD_MINOR_VERSION (整数)
PHP 编译时使用的 GD 次版本。
GD_RELEASE_VERSION (整数)
PHP 编译时使用的 GD 发行版本。
GD_EXTRA_VERSION (字符串)
PHP 编译时使用的 GD “额外” 版本(beta/rc…)。
GD_BUNDLED (整数)
使用捆绑版本的 GD 时,此值为 1,否则设置为 0。
IMG_AVIF (整数)
用作 imagetypes() 的返回值 (PHP 8.1.0 起可用)
IMG_BMP (整数)
用作 imagetypes() 的返回值
IMG_GIF (整数)
用作 imagetypes() 的返回值
IMG_JPG (整数)
用作 imagetypes() 的返回值
IMG_JPEG (整数)
用作 imagetypes() 的返回值

注意:

此常量与 IMG_JPG 的值相同

IMG_PNG (整数)
用作 imagetypes() 的返回值
IMG_TGA (整数)
用作 imagetypes() 的返回值 (PHP 7.4.0 起可用)
IMG_WBMP (整数)
用作 imagetypes() 的返回值
IMG_XPM (整数)
用作 imagetypes() 的返回值
IMG_WEBP (整数)
用作 imagetypes() 的返回值 (PHP 7.0.10 起可用)
IMG_WEBP_LOSSLESS (整数)
(PHP 8.1.0 起可用)
IMG_COLOR_TILED (整数)
特殊的颜色选项,可以用来代替用 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。
IMG_COLOR_STYLED (整数)
特殊的颜色选项,可以用来代替用 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。
IMG_COLOR_BRUSHED (整数)
特殊的颜色选项,可以用来代替用 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。
IMG_COLOR_STYLEDBRUSHED (整数)
特殊的颜色选项,可以用来代替用 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。
IMG_COLOR_TRANSPARENT (整数)
特殊的颜色选项,可以用来代替用 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。
IMG_AFFINE_TRANSLATE (整数)
imageaffinematrixget() 函数使用的仿射变换类型常量。
IMG_AFFINE_SCALE (整数)
imageaffinematrixget() 函数使用的仿射变换类型常量。
IMG_AFFINE_ROTATE (整数)
imageaffinematrixget() 函数使用的仿射变换类型常量。
IMG_AFFINE_SHEAR_HORIZONTAL (整数)
imageaffinematrixget() 函数使用的仿射变换类型常量。
IMG_AFFINE_SHEAR_VERTICAL (整数)
imageaffinematrixget() 函数使用的仿射变换类型常量。
IMG_ARC_ROUNDED (整数)
imagefilledarc() 函数使用的样式常量。

注意:

此常量与 IMG_ARC_PIE 的值相同

IMG_ARC_PIE (整数)
imagefilledarc() 函数使用的样式常量。
IMG_ARC_CHORD (整数)
imagefilledarc() 函数使用的样式常量。
IMG_ARC_NOFILL (整数)
imagefilledarc() 函数使用的样式常量。
IMG_ARC_EDGED (整数)
imagefilledarc() 函数使用的样式常量。
IMG_GD2_RAW (整数)
imagegd2() 函数使用的类型常量。
IMG_GD2_COMPRESSED (整数)
imagegd2() 函数使用的类型常量。
IMG_EFFECT_REPLACE (整数)
imagelayereffect() 函数使用的 Alpha 混合效果。
IMG_EFFECT_ALPHABLEND (整数)
imagelayereffect() 函数使用的 Alpha 混合效果。
IMG_EFFECT_NORMAL (整数)
imagelayereffect() 函数使用的 Alpha 混合效果。
IMG_EFFECT_OVERLAY (整数)
imagelayereffect() 函数使用的 Alpha 混合效果。
IMG_EFFECT_MULTIPLY (整数)
imagelayereffect() 函数使用的 Alpha 混合效果。
IMG_FILTER_NEGATE (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_GRAYSCALE (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_BRIGHTNESS (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_CONTRAST (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_COLORIZE (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_EDGEDETECT (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_GAUSSIAN_BLUR (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_SELECTIVE_BLUR (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_EMBOSS (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_MEAN_REMOVAL (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_SMOOTH (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_PIXELATE (整数)
imagefilter() 函数使用的特殊 GD 滤镜。
IMG_FILTER_SCATTER (整数)
imagefilter() 函数使用的特殊 GD 滤镜。 (PHP 7.4.0 起可用)
IMAGETYPE_GIF (整数)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_JPEG (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_JPEG2000 (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_PNG (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_SWF (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_PSD (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_BMP (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_WBMP (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_XBM (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_TIFF_II (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_TIFF_MM (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_IFF (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_JB2 (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_JPC (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_JP2 (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_JPX (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_SWC (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_ICO (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_WEBP (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。 (PHP 7.1.0 起可用)
IMAGETYPE_AVIF (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。 (PHP 8.1.0 起可用)
IMAGETYPE_UNKNOWN (int)
image_type_to_mime_type()image_type_to_extension() 函数使用的图像类型常量。
IMAGETYPE_COUNT (int)
image_type_to_mime_type()image_type_to_extension() 函数支持的图像类型常量数量(包括“未知”类型)。
PNG_NO_FILTER (int)
imagepng() 函数使用的特殊 PNG 过滤器。
PNG_FILTER_NONE (int)
imagepng() 函数使用的特殊 PNG 过滤器。
PNG_FILTER_SUB (int)
imagepng() 函数使用的特殊 PNG 过滤器。
PNG_FILTER_UP (int)
imagepng() 函数使用的特殊 PNG 过滤器。
PNG_FILTER_AVG (int)
imagepng() 函数使用的特殊 PNG 过滤器。
PNG_FILTER_PAETH (int)
imagepng() 函数使用的特殊 PNG 过滤器。
PNG_ALL_FILTERS (int)
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_FIXED (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 起可用。
IMG_CROP_BLACK (int)
裁剪黑色背景。
IMG_CROP_DEFAULT (int)
IMG_CROP_TRANSPARENT 相同。在 PHP 7.4.0 之前,如果图像没有透明色,捆绑的 libgd 会回退到 IMG_CROP_SIDES
IMG_CROP_SIDES (int)
使用图像的四个角尝试检测要裁剪的背景。
IMG_CROP_THRESHOLD (int)
使用给定的 thresholdcolor 裁剪图像。
IMG_CROP_TRANSPARENT (int)
裁剪透明背景。
IMG_CROP_WHITE (int)
裁剪白色背景。
添加注释

用户贡献的注释 1 条注释

webmaster at alexventure dot com
13 年前
如果有人想知道这些过滤器的用途,请查看 W3C 的规范

http://www.w3.org/TR/PNG-Filters.html
To Top