Forum und email
imagick_composite

imagick_composite

(PECL)

imagick_composite -- Composite the second image onto the first at the specified offsets

Opis

bool imagick_composite ( resource image, int type, resource image2, int x_offset, int y_offset )

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

image

Image handle

type

One of IMAGICK_COMPOSITE_* constants

image2

Image 2 handle

x_offset

Column offset of the composited image

y_offset

Row offset of the composited image

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.