« HaruFont::measureText
HaruImage::getBitsPerComponent »
PHP Manual
haru
HaruImage クラス
HaruImage クラス
(PECL haru >= 0.0.1)
はじめに
Haru PDF 画像クラスです。
クラス概要
HaruImage
{
/* メソッド */
getBitsPerComponent
(
void
) :
int
getColorSpace
(
void
) :
string
getHeight
(
void
) :
int
getSize
(
void
) :
array
getWidth
(
void
) :
int
setColorMask
(
int
$rmin
,
int
$rmax
,
int
$gmin
,
int
$gmax
,
int
$bmin
,
int
$bmax
) :
bool
setMaskImage
(
object
$mask_image
) :
bool
}
目次
HaruImage::getBitsPerComponent
— 画像の各色コンポーネントで使用するビット数を取得する
HaruImage::getColorSpace
— 色空間の名前を取得する
HaruImage::getHeight
— 画像の高さを取得する
HaruImage::getSize
— 画像の大きさを取得する
HaruImage::getWidth
— 画像の幅を取得する
HaruImage::setColorMask
— 画像の色マスクを設定する
HaruImage::setMaskImage
— 画像マスクを設定する