PHP 클래스 Pimcore\Image\Adapter\GD

상속: extends Pimcore\Image\Adapter
파일 보기 프로젝트 열기: pimcore/pimcore

보호된 프로퍼티들

프로퍼티 타입 설명
$path string
$resource mixed contains imageresource

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
createImage ( $width, $height ) : resource
destroy ( ) : void
hasAlphaChannel ( ) : boolean

메소드 상세

addOverlay() 공개 메소드

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

createImage() 보호된 메소드

protected createImage ( $width, $height ) : resource
$width
$height
리턴 resource

crop() 공개 메소드

public crop ( $x, $y, $width, $height ) : self
$x
$y
$width
$height
리턴 self

destroy() 보호된 메소드

protected destroy ( ) : void
리턴 void

frame() 공개 메소드

public frame ( $width, $height ) : self
$width
$height
리턴 self

grayscale() 공개 메소드

public grayscale ( ) : self
리턴 self

hasAlphaChannel() 보호된 메소드

protected hasAlphaChannel ( ) : boolean
리턴 boolean

load() 공개 메소드

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

mirror() 공개 메소드

public mirror ( string $mode )
$mode string

resize() 공개 메소드

public resize ( $width, $height ) : self
$width
$height
리턴 self

rotate() 공개 메소드

public rotate ( $angle )
$angle

save() 공개 메소드

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

sepia() 공개 메소드

public sepia ( ) : self
리턴 self

setBackgroundColor() 공개 메소드

public setBackgroundColor ( $color ) : Adapter
$color
리턴 Pimcore\Image\Adapter

setBackgroundImage() 공개 메소드

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

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$resource 보호되어 있는 프로퍼티

contains imageresource
protected mixed $resource
리턴 mixed