Home php教程 php手册 解析php常用image图像函数集

解析php常用image图像函数集

Jun 13, 2016 am 11:45 AM
image info php information function image install Commonly used Library of Obtain Pretending parse

gd_info函数:获取当前安装的GD库的信息 
getimagesize函数:获取图像的大小 
image_type_to_extension函数:获取图像类型的文件后缀 
image_type_to_mime_type函数:判断一个IMAGETYPE常量的MIME类型 
image2wbmp函数:以WBMP格式将图像输出到浏览器或文件 
imagealphablending函数:设定图像的混色模式 
imageantialias函数:是否使用antialias(抗锯齿)功能 
imagearc函数:画椭圆弧 
imagechar函数:水平地画一个字符 
imagecharup函数:垂直地画一个字符 
imagecolorallocate函数:为一幅图像分配颜色 
imagecolorallocatealpha 函数:为一幅图像分配颜色+alpha 
imagecolorat函数:获取某像素的颜色索引值 
imagecolorclosest函数:获取与指定颜色最接近的颜色的索引值 
imagecolorclosestalpha函数:获取与指定颜色加透明度最接近的颜色的索引值
imagecolorclosesthwb函数:获取与指定颜色最接近的色度的黑白色的索引 
imagecolordeallocate函数:取消图像颜色的分配 
imagecolorexact函数:获取指定颜色的索引值 
imagecolorexactalpha函数:获取指定颜色加透明度的索引值 
imagecolormatch函数:使一个图像中调色板版本的颜色与真彩色版本更能匹配
imagecolorresolve函数:获取指定颜色的索引值或有可能得到的最接近的替代值
imagecolorresolvealpha函数:获取指定颜色透明度的索引值或有可能得到的最接近的替代值 
imagecolorset函数:给指定调色板索引设定颜色 
imagecolorsforindex函数:获取某索引的颜色 
imagecolorstotal函数:获取一幅图像的调色板中颜色的数目 
imagecolortransparent函数:将某个颜色定义为透明色 
imageconvolution函数:申请一个3*3的卷积矩阵 
imagecopy函数:复制图像的一部分 
imagecopymerge函数:复制并合并图像的一部分 
imagecopymergegray函数:用灰度复制并合并图像的一部分
imagecopyresampled函数:重采样复制部分图像并调整大小
imagecopyresized函数:复制部分图像并调整大小
imagecreate函数:新建一个基于调色板的图像

imagecreatefromgd2函数:从GD 2文件或URL中新建一个图像 
imagecreatefromgd2part函数:从给定的GD 2文件或URL中的一部分新建一个图像
imagecreatefromgd函数:从GD文件或URL中新建一个图像
imagecreatefromgif函数:从GIF文件或URL中新建一个图像
imagecreatefromjpeg函数:从JPEG文件或URL中新建一个图像
imagecreatefrompng函数:从PNG文件或URL中新建一个图像
imagecreatefromstring函数:从字符串中的图像流新建一个图像
imagecreatefromwbmp函数:从WBMP文件或URL中新建一个图像
imagecreatefromxbm函数:从XBM文件或URL中新建一个图像
imagecreatefromxpm函数:从XPM文件或URL中新建一个图像
imagecreatetruecolor函数:新建一个真彩色图像
imagedashedline函数:画一条虚线
imagedestroy函数:销毁一个图像
imageellipse函数:画一个椭圆
imagefill函数:用指定颜色填充一个区域
imagefilledarc函数:画一个椭圆弧并填充
imagefilledellipse函数:画一个椭圆并填充
imagefilledpolygon函数:画一个多边形并填充
imagefilledrectangle函数:画一个矩形并填充
imagefilltoborder函数:区域填充到指定颜色的边界为止
imagefilter函数:对图像使用过滤器
imagefontheight函数:获取字体高度
imagefontwidth函数:获取字体宽度
imageftbbox函数:给出一个使用FreeType2字体的文本框
imagefttext函数:使用FreeType2字体将文本写入图像
imagegammacorrect函数:对GD图像应用gamma修正
imagegd2函数:将GD 2图像输出到浏览器或文件
imagegd函数:将GD图像输出到浏览器或文件
imagegif函数:以GIF格式将图像输出到浏览器或文件
imageinterlace函数:激活或禁止隔行扫描
imageistruecolor函数:检查图像是否为真彩色图像
imagejpeg函数:以JPEG格式将图像输出到浏览器或文件
imagelayereffect函数:设定alpha混色标志以使用绑定的libgd分层效果
imageline函数:画一条线段
imageloadfont函数:载入一个新字体
imagepalettecopy函数:将调色板从一幅图像复制到另一幅
imagepng函数:以PNG格式将图像输出到浏览器或文件
imagepolygon函数:画一个多边形
imagepsbbox函数:给出一个使用PostScript Type1字体的文本框
imagepsencodefont函数:改变字体中的字符编码矢量
imagepsextendfont函数:扩充或精简字体
imagepsfreefont函数:释放一个PostScript Type1字体所占用的内存
imagepsloadfont函数:从文件中加载一个PostScript Type1字体
imagepsslantfont函数:倾斜某字体
imagepstext函数:用PostScript Type1字体把文本字符串画在图像上
imagerectangle函数:画一个矩形
imagerotate函数:用给定角度旋转图像
imagesavealpha函数:设置标记以在保存PNG图像时保存完整的alpha通道信息
imagesetbrush 函数:设定画线用的画笔图像 
imagesetpixel函数:画一个单一的像素
imagesetstyle函数:设定画线的风格
imagesetthickness函数:设定画线的宽度
imagesettile函数:设定用于填充的贴图
imagestring函数:水平地画一行字符串 
imagestringup函数:垂直地画一行字符串
imagesx函数:获取图像宽度 
imagesy函数:获取图像高度 
imagetruecolortopalette函数:将真彩色图像转换为调色板图像 
imagettfbbox函数:取得使用TrueType字体的文本的范围
imagettftext函数:用TrueType字体向图像写入文本 
imagetypes函数:返回当前PHP版本所支持的图像类型
imagewbmp函数:以WBMP格式将图像输出到浏览器或文件
imagexbm函数:将XBM图像输出到浏览器或文件 
iptcembed函数:将二进制IPTC数据嵌入一幅JPEG图像中 
iptcparse函数:将二进制IPTC块解析为单个标记
jpeg2wbmp函数:将JPEG图像文件转换为WBMP图像文件
png2wbmp函数:将PNG图像文件转换为WBMP图像文件

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

See all articles