PHP 8.1.28 Released!

Gmagick::implodeimage

(PECL gmagick >= Unknown)

Gmagick::implodeimageCreates a new image as a copy

Açıklama

public Gmagick::implodeimage(float $radius): mixed

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

Bağımsız Değişkenler

radius

The radius of the implode.

Dönen Değerler

Returns imploded Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top