<?php
header('Content-type: image/jpeg');
$image = new Imagick("opossum.jpg");
$image->implodeimage(.3);
echo $image;
?>
Imagick::implodeImage
(PECL imagick 2.0.0)
Imagick::implodeImage — Creates a new image as a copy
Descrição
bool Imagick::implodeImage
( float $radius
)
Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.
Parâmetros
- radius
-
The radius of the implode
Valor Retornado
Retorna TRUE em sucesso.
Erros
Dispara ImagickException em erro.
User Contributed Notes
Imagick::implodeImage
Imagick::implodeImage
DJ Mike
12-Apr-2011 03:35
12-Apr-2011 03:35

Imagick::identifyImage