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