Home > PHP > Function > > Imagick::implodeImage()

Imagick::implodeImage()

Imagick::implodeImage - Creates a new image as a copy

Syntax

bool Imagick::implodeImage (float $radius)

Arguments

  • radius - The radius of the implode

Description

Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.