/** * Method to get the height of the image in pixels. * * @return integer * * @since 2.5.0 * @throws \LogicException */ public function getHeight() { return imagesy($this->getHandle()); }