\Intervention\ImageResponse

Summary

Methods
Properties
Constants
__construct()
make()
$image
$format
$quality
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$image

$image : \Intervention\Image\Image

Image that should be displayed by response

Type

Image

$format

$format : string

Format of displayed image

Type

string

$quality

$quality : int

Quality of displayed image

Type

int

Methods

__construct()

__construct(\Intervention\Image\Image  $image, string  $format = null, int  $quality = null) : mixed

Creates a new instance of response

Parameters

\Intervention\Image\Image $image
string $format
int $quality

Returns

mixed —

make()

make() : mixed

Builds response according to settings

Returns

mixed —