HaruFont::measureText
HaruImage::getBitsPerComponent
haru
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
The HaruImage class
简介
Haru PDF Image Class.
Class synopsis
HaruImage
HaruImage
{
/* Methods */
int
getBitsPerComponent
(
void
)
string
getColorSpace
(
void
)
int
getHeight
(
void
)
array
getSize
(
void
)
int
getWidth
(
void
)
bool
setColorMask
(
int
$rmin
,
int
$rmax
,
int
$gmin
,
int
$gmax
,
int
$bmin
,
int
$bmax
)
bool
setMaskImage
(
object
$mask_image
)
}
Table of Contents
HaruImage::getBitsPerComponent
— Get the number of bits used to describe each color component of the image
HaruImage::getColorSpace
— Get the name of the color space
HaruImage::getHeight
— Get the height of the image
HaruImage::getSize
— Get size of the image
HaruImage::getWidth
— Get the width of the image
HaruImage::setColorMask
— Set the color mask of the image
HaruImage::setMaskImage
— Set the image mask
HaruFont::measureText
HaruImage::getBitsPerComponent
haru
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程