HaruFont::measureText
HaruImage::getBitsPerComponent
haru
PHP Manual
HaruImage クラス
導入
Haru PDF 画像クラスです。
クラス概要
HaruImage
{
/* メソッド */
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
)
}
目次
HaruImage::getBitsPerComponent
? 画像の各色コンポーネントで使用するビット数を取得する
HaruImage::getColorSpace
? 色空間の名前を取得する
HaruImage::getHeight
? 画像の高さを取得する
HaruImage::getSize
? 画像の大きさを取得する
HaruImage::getWidth
? 画像の幅を取得する
HaruImage::setColorMask
? 画像の色マスクを設定する
HaruImage::setMaskImage
? 画像マスクを設定する
HaruFont::measureText
HaruImage::getBitsPerComponent
haru
PHP Manual