The Imagick class
PHP Manual

Imagick::optimizeImageLayers

(No version information available, might be only in CVS)

Imagick::optimizeImageLayersRemoves repeated portions of images to optimize

Descrição

bool Imagick::optimizeImageLayers ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Compares each image the GIF disposed forms of the previous image in the sequence. From this it attempts to select the smallest cropped image to replace each frame, while preserving the results of the animation.

Valor Retornado

Retorna TRUE em sucesso.

Erros

Dispara ImagickException em erro.


The Imagick class
PHP Manual