GoLang HaruImage::getSize

request it (280)
GoLang replacement for PHP's HaruImage::getSize [edit | history]



Do you know a GoLang replacement for PHP's HaruImage::getSize? Write it!

PHP HaruImage::getSize

PHP original manual for HaruImage::getSize [ show | php.net ]

HaruImage::getSize

(PECL haru >= 0.0.1)

HaruImage::getSizeGet size of the image

Description

array HaruImage::getSize ( void )

Get the size of the image.

Parameters

This function has no parameters.

Return Values

Returns an array with two elements: width and height, which contain appropriate dimensions of the image.

Errors/Exceptions

Throws a HaruException on error.