GoLang Imagick::getResource

request it (208)
GoLang replacement for PHP's Imagick::getResource [edit | history]



Do you know a GoLang replacement for PHP's Imagick::getResource? Write it!

PHP Imagick::getResource

PHP original manual for Imagick::getResource [ show | php.net ]

Imagick::getResource

(PECL imagick 2.0.0)

Imagick::getResourceReturns the specified resource's memory usage

Description

int Imagick::getResource ( int $type )

Returns the specified resource's memory usage in megabytes.

Parameters

type

Refer to the list of resourcetype constants.

Return Values

Returns the specified resource's memory usage in megabytes.

Errors/Exceptions

Throws ImagickException on error.