Screen\Image\Types\Type::getFormat PHP Method

getFormat() public method

Gets the image format
public getFormat ( ) : string
return string
    public function getFormat()
    {
        return static::FORMAT;
    }