PHP:imagecopymergegray()的用法 Python
imagecopymergegray
(PHP 4 >= 4.0.6, PHP 5)
imagecopymergegray — 用灰度拷贝并合并图像的一部分
说明
bool imagecopymergegray
( resource $dst_im
, resource $src
标签: python
PHP:imageconvolution()的用法 PHP
imageconvolution
(PHP 5 >= 5.1.0)
imageconvolution — 用系数 div 和 offset 申请一个 3x3 的卷积矩阵
说明
bool imageconvolution
( resource $image
, array $matrix
PHP:imagecolorstotal()的用法 PHP
imagecolorstotal (PHP 4, PHP 5)
imagecolorstotal — 取得一幅图像的调色板中颜色的数目 说明 int imagecolorstotal ( resource $image ) 本函...
PHP:imagecolorsforindex()的用法 PHP
imagecolorsforindex
(PHP 4, PHP 5)
imagecolorsforindex — 取得某索引的颜色
说明
array imagecolorsforindex
( resource $image
, int $index
)
本函数返回
PHP:imagecolorset()的用法 PHP
imagecolorset
(PHP 4, PHP 5)
imagecolorset — 给指定调色板索引设定颜色
说明
void imagecolorset
( resource $image
, int $index
, int $red
, int $green
, int $b
PHP:imagecolorresolvealpha()的用法 PHP
imagecolorresolvealpha
(PHP 4 >= 4.0.6, PHP 5)
imagecolorresolvealpha —
取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值
说明
int imagecol
PHP:imagecolorresolve()的用法 PHP
imagecolorresolve
(PHP 4, PHP 5)
imagecolorresolve — 取得指定颜色的索引值或有可能得到的最接近的替代值
说明
int imagecolorresolve
( resource $image
, int $
PHP:imagecolormatch()的用法 PHP
imagecolormatch
(PHP 4 >= 4.3.0, PHP 5)
imagecolormatch — 使一个图像中调色板版本的颜色与真彩色版本更能匹配
说明
bool imagecolormatch
( resource $image1
PHP:imagecolorexactalpha()的用法 PHP
imagecolorexactalpha
(PHP 4 >= 4.0.6, PHP 5)
imagecolorexactalpha — 取得指定的颜色加透明度的索引值
说明
int imagecolorexactalpha
( resource $image
, int $red
PHP:imagecolorexact()的用法 PHP
imagecolorexact (PHP 4, PHP 5)
imagecolorexact — 取得指定颜色的索引值 说明 int imagecolorexact ( resource $image , int $red , ...