PHP图像处理和 GD 函数完整参考
图像处理和 GD 函数用于创建和处理不同图像格式的图像文件,包括 GIF、PNG、JPEG、WBMP 和 XPM。 PHP函数可以将输出图像直接传递给浏览器。图像处理和 GD 函数用于编译此工作的图像函数。它还可能需要其他库,具体取决于图像格式。
图像处理和 GD 函数列表如下:
- PHP | gd_info()函数
- PHP | getimagesize()函数
- PHP | getimagesizefromstring()函数
- PHP | imagealphablending()函数
- PHP | imagearc()函数
- PHP | imagechar()函数
- PHP | imagecharup()函数
- PHP | imagecolorallocate()函数
- PHP | imagecolorallocatealpha()函数
- PHP | imagecolorat()函数
- PHP | imagecolorclosest()函数
- PHP | imagecolorclosestalpha()函数
- PHP | imagecolorclosesthwb()函数
- PHP | imagecolorexact()函数
- PHP | imagecolormatch()函数
- PHP | imagecolorresolve()函数
- PHP | imagecolorresolvealpha()函数
- PHP | imagecolorset()函数
- PHP | imagecolorsforindex()函数
- PHP | imagecolor()函数
- PHP | imagecolortransparent()函数
- PHP | imageconvolution()函数
- PHP | imagecopy()函数
- PHP | imagecopymerge()函数
- PHP | imagecopymergegray()函数
- PHP | imagecreate()函数
- PHP | imagecreatetruecolor()函数
- PHP | imagecrop()函数
- PHP | imagedashedline()函数
- PHP | imagefill()函数
- PHP | imagefillarc()函数
- PHP | imagefillellipse()函数
- PHP | imagefilledrectangle()函数
- PHP | imageflip()函数
- PHP | imagegif()函数
- PHP | imagelayereffect()函数
- PHP | imagepolygon()函数
- PHP | imagerectangle()函数
- PHP | imagetruecolortopalette()函数
- PHP | imagesetthickness()函数
- PHP | imagesettile()函数
- PHP | imagestringup()函数
- PHP | imagesx()函数
- PHP | imagey()函数