Documentation

Img
in package

Table of Contents

$image  : mixed
__call()  : mixed
__construct()  : mixed
base64data()  : mixed
blur()  : mixed
grayscale()  : mixed
negative()  : mixed
show()  : mixed
thumbnail()  : mixed

Properties

$image

protected mixed $image

Methods

__call()

public __call(mixed $method, mixed $args) : mixed
Parameters
$method : mixed
$args : mixed
Return values
mixed

__construct()

public __construct(mixed $img) : mixed
Parameters
$img : mixed
Return values
mixed

base64data()

public base64data([mixed $format = null ][, mixed $quality = 100 ]) : mixed
Parameters
$format : mixed = null
$quality : mixed = 100
Return values
mixed

blur()

public blur([mixed $passes = 1 ][, mixed $type = 'gaussian' ]) : mixed
Parameters
$passes : mixed = 1
$type : mixed = 'gaussian'
Return values
mixed

grayscale()

public grayscale() : mixed
Return values
mixed

negative()

public negative() : mixed
Return values
mixed

show()

public show([mixed $format = null ][, mixed $quality = 100 ]) : mixed
Parameters
$format : mixed = null
$quality : mixed = 100
Return values
mixed

thumbnail()

public thumbnail(mixed $width, mixed $height[, mixed $anchor = 'center' ]) : mixed
Parameters
$width : mixed
$height : mixed
$anchor : mixed = 'center'
Return values
mixed

Search results