Documentation

Imagick extends AbstractAdjust
in package

Adjust class for Imagick

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
3.4.0

Table of Contents

$image  : mixed
Image object
__construct()  : mixed
Constructor
brightness()  : Imagick
Adjust the image brightness
contrast()  : Imagick
Adjust the image contrast
desaturate()  : Imagick
Adjust the image desaturate
getImage()  : AbstractAdapter
Get the image object
hasImage()  : bool
Has the image object
hsb()  : Imagick
Method to adjust the HSB of the image altogether.
hue()  : Imagick
Method to adjust the hue of the image.
level()  : Imagick
Method to adjust the levels of the image using a 0 - 255 range.
saturation()  : Imagick
Method to adjust the saturation of the image.
setImage()  : AbstractEditObject
Set the image object

Properties

Methods

brightness()

Adjust the image brightness

public brightness(int $amount) : Imagick
Parameters
$amount : int
Return values
Imagick

contrast()

Adjust the image contrast

public contrast(int $amount) : Imagick
Parameters
$amount : int
Return values
Imagick

hsb()

Method to adjust the HSB of the image altogether.

public hsb(int $h, int $s, int $b) : Imagick
Parameters
$h : int
$s : int
$b : int
Return values
Imagick

hue()

Method to adjust the hue of the image.

public hue(int $amount) : Imagick
Parameters
$amount : int
Return values
Imagick

level()

Method to adjust the levels of the image using a 0 - 255 range.

public level(int $black, float $gamma, int $white) : Imagick
Parameters
$black : int
$gamma : float
$white : int
Return values
Imagick

saturation()

Method to adjust the saturation of the image.

public saturation(int $amount) : Imagick
Parameters
$amount : int
Return values
Imagick

Search results