ps_open_image
後で配置するために画像を読み込む
説明
int ps_open_image(
resource $psdoc
,
string $type
,
string $source
,
string $data
,
int $lenght
,
int $width
,
int $height
,
int $components
,
int $bpc
,
string $params
)
パラメータ
-
psdoc
-
ps_new が返す、postscript
ファイルのリソース ID。
-
type
-
画像の形式。png
、
jpeg
あるいは eps
。
-
source
-
使用されません。
-
data
-
画像データ。
-
length
-
画像データの長さ。
-
width
-
画像の幅。
-
height
-
画像の高さ。
-
components
-
各ピクセルのコンポーネントの数。
1 (グレースケール画像)、
3 (rgb 画像)
あるいは 4 (cmyk, rgba 画像)。
-
bpc
-
コンポーネント単位のビット数 (ほとんどの場合は 8)
-
params
-
戻り値
成功した場合に画像の ID を、失敗した場合にゼロを返します。
ID は、0 より大きい正の数値です。
参考
- ps_open_image_file
- ps_place_image
- ps_close_image