/** * @return bool True, if the image object holds a valid GD image, false otherwise */ function isValid() { return GDImage::isValidImageHandle($this->handle); }