Gd
extends Engine
Table of Contents
Methods
-
clear()
: mixed
-
drawImageWatermark()
: mixed
-
drawTextWatermark()
: mixed
-
filter()
: mixed
-
flipHorizontal()
: mixed
-
flipVertical()
: mixed
-
getHeight()
: mixed
-
getWidth()
: mixed
-
load()
: mixed
-
resize()
: mixed
-
rotate()
: mixed
-
save()
: mixed
-
setOrientation()
: mixed
clear()
public
clear() : mixed
-
inheritDoc
-
drawImageWatermark()
public
drawImageWatermark(ImageWatermark $watermark) : mixed
Parameters
-
$watermark
: ImageWatermark
-
-
inheritDoc
-
drawTextWatermark()
public
drawTextWatermark(TextWatermark $watermark) : mixed
Parameters
-
$watermark
: TextWatermark
-
-
inheritDoc
-
filter()
public
filter(Mask $mask) : mixed
Parameters
-
$mask
: Mask
-
-
inheritDoc
-
flipHorizontal()
public
flipHorizontal() : mixed
-
inheritDoc
-
flipVertical()
public
flipVertical() : mixed
-
inheritDoc
-
getHeight()
public
getHeight() : mixed
-
inheritDoc
-
getWidth()
public
getWidth() : mixed
-
inheritDoc
-
load()
public
load() : mixed
-
inheritDoc
-
resize()
public
resize(Rectangle $source, Rectangle $destination) : mixed
Parameters
-
$source
: Rectangle
-
-
$destination
: Rectangle
-
-
inheritDoc
-
rotate()
public
rotate(mixed $angle, Color $bgColor) : mixed
Parameters
-
$angle
: mixed
-
-
$bgColor
: Color
-
-
inheritDoc
-
save()
public
save(mixed $file[, mixed $quality = 95 ][, mixed $format = null ]) : mixed
Parameters
-
$file
: mixed
-
-
$quality
: mixed
= 95
-
-
$format
: mixed
= null
-
-
inheritDoc
-
setOrientation()
public
setOrientation(mixed $orientation) : mixed
Parameters
-
$orientation
: mixed
-
-
inheritDoc
-