Imagick::getImageSize
PHP Manual
PHP Manual»Imagick»Imagick::getImageSize

Imagick::getImageSize

(PECL imagick 2, PECL imagick 3)

Imagick::getImageSizeReturns the image length in bytes

Avviso

This function has been DEPRECATED as of Imagick 3.4.4. Relying on this function is highly discouraged.

Descrizione

public function Imagick::getImageSize(): int

Returns the image length in bytes. Deprecated in favour of Imagick::getImageLength()

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an int containing the current image size.

To Top