Imagick::previousImage
PHP Manual
PHP Manual»Imagick»Imagick::previousImage

Imagick::previousImage

(PECL imagick 2, PECL imagick 3)

Imagick::previousImageMove to the previous image in the object

Descrizione

public function Imagick::previousImage(): bool

Associates the previous image in an image list with the Imagick object.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo.

To Top