(PECL gmagick >= Unknown)
Creates a new image as a copy
public mixed Gmagick::implodeimage ( float $radius )
Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.
Parameters:
radius
The radius of the implode
Returns:
Returns imploded Gmagick object.
Exception:
Throws an GmagickException on error.
Please login to continue.