/** * Method to determine whether or not the image has transparency. * * @return boolean * * @since 2.5.0 * @throws \LogicException */ public function isTransparent() { return imagecolortransparent($this->getHandle()) >= 0; }