PHP Class Pimcore\Image\Adapter\GD

Inheritance: extends Pimcore\Image\Adapter
Afficher le fichier Open project: pimcore/pimcore

Protected Properties

Свойство Type Description
$path string
$resource mixed contains imageresource

Méthodes publiques

Méthode Description
addOverlay ( $image, $x, $y, $alpha = 100, $composite = "COMPOSITE_DEFAULT", $origin = 'top-left' )
crop ( $x, $y, $width, $height ) : self
frame ( $width, $height ) : self
grayscale ( ) : self
load ( $imagePath, array $options = [] )
mirror ( string $mode )
resize ( $width, $height ) : self
rotate ( $angle )
save ( $path, null $format = null, null $quality = null )
sepia ( ) : self
setBackgroundColor ( $color ) : Adapter
setBackgroundImage ( $image, null | string $mode = null )

Méthodes protégées

Méthode Description
createImage ( $width, $height ) : resource
destroy ( ) : void
hasAlphaChannel ( ) : boolean

Method Details

addOverlay() public méthode

public addOverlay ( $image, $x, $y, $alpha = 100, $composite = "COMPOSITE_DEFAULT", $origin = 'top-left' )

createImage() protected méthode

protected createImage ( $width, $height ) : resource
$width
$height
Résultat resource

crop() public méthode

public crop ( $x, $y, $width, $height ) : self
$x
$y
$width
$height
Résultat self

destroy() protected méthode

protected destroy ( ) : void
Résultat void

frame() public méthode

public frame ( $width, $height ) : self
$width
$height
Résultat self

grayscale() public méthode

public grayscale ( ) : self
Résultat self

hasAlphaChannel() protected méthode

protected hasAlphaChannel ( ) : boolean
Résultat boolean

load() public méthode

public load ( $imagePath, array $options = [] )
$imagePath
$options array

mirror() public méthode

public mirror ( string $mode )
$mode string

resize() public méthode

public resize ( $width, $height ) : self
$width
$height
Résultat self

rotate() public méthode

public rotate ( $angle )
$angle

save() public méthode

public save ( $path, null $format = null, null $quality = null )
$path
$format null
$quality null

sepia() public méthode

public sepia ( ) : self
Résultat self

setBackgroundColor() public méthode

public setBackgroundColor ( $color ) : Adapter
$color
Résultat Pimcore\Image\Adapter

setBackgroundImage() public méthode

public setBackgroundImage ( $image, null | string $mode = null )
$image
$mode null | string

Property Details

$path protected_oe property

protected string $path
Résultat string

$resource protected_oe property

contains imageresource
protected mixed $resource
Résultat mixed