| HaruImage::getSizeGet size of the image Description
   array HaruImage::getSize
    ( void
   ) Get the size of the image. ParametersThis function has no parameters. Return ValuesReturns an array with two elements: width and height, which contain appropriate dimensions of the image. Errors/ExceptionsThrows a HaruException on error. |