首页
PHP
Tags
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
imagecopymerge
imagecopymerge
复制并合并图像的一部分
名称:
imagecopymerge
分类:
图像处理GD
所属语言:
php
一句话介绍:
复制并合并图像的一部分
相关内容
imagecopymerge 函数基础使用:如何合并两张图片?
1
同类函数
imagecreatefromstring
imagecreatefromstring
从字符串中的图像流创建新图像
imageantialias
imageantialias
是否应使用抗锯齿功能
imageconvolution
imageconvolution
使用系数和偏移量应用3x3卷积矩阵
imagecolorexact
imagecolorexact
获取指定颜色的索引
imagesetpixel
imagesetpixel
画一个单一像素
imagepng
imagepng
将PNG图像输出到浏览器或文件
imagedestroy
imagedestroy
销毁图像
imagewbmp
imagewbmp
将图像输出到浏览器或文件
热门文章
imagecopymerge 函数基础使用:如何合并两张图片?