YaWK  24.1
Yet another WebKit
YAWK\SimpleImage Member List

This is the complete list of members for YAWK\SimpleImage, including all inherited members.

$exifYAWK\SimpleImageprotected
$flagsYAWK\SimpleImageprotected
$imageYAWK\SimpleImageprotected
$mimeTypeYAWK\SimpleImageprotected
__construct(string $image='', array $flags=[])YAWK\SimpleImage
__destruct()YAWK\SimpleImage
adjustColor(string|array $color, int $red, int $green, int $blue, int $alpha)YAWK\SimpleImagestatic
allocateColor(string|array $color)YAWK\SimpleImageprotected
arc(int $x, int $y, int $width, int $height, int $start, int $end, string|array $color, int|string $thickness=1)YAWK\SimpleImage
autoOrient()YAWK\SimpleImage
bestFit(int $maxWidth, int $maxHeight)YAWK\SimpleImage
blur(string $type='selective', int $passes=1)YAWK\SimpleImage
border(string|array $color, int $thickness=1)YAWK\SimpleImage
brighten(int $percentage)YAWK\SimpleImage
colorize(string|array $color)YAWK\SimpleImage
contrast(int $percentage)YAWK\SimpleImage
crop(int|float $x1, int|float $y1, int|float $x2, int|float $y2)YAWK\SimpleImage
darken(int $percentage)YAWK\SimpleImage
darkenColor(string|array $color, int $amount)YAWK\SimpleImagestatic
desaturate()YAWK\SimpleImage
dot(int $x, int $y, string|array $color)YAWK\SimpleImage
duotone(string|array $lightColor, string|array $darkColor)YAWK\SimpleImage
edgeDetect()YAWK\SimpleImage
ellipse(int $x, int $y, int $width, int $height, string|array $color, int|array $thickness=1)YAWK\SimpleImage
emboss()YAWK\SimpleImage
ERR_FILE_NOT_FOUNDYAWK\SimpleImage
ERR_FONT_FILEYAWK\SimpleImage
ERR_FREETYPE_NOT_ENABLEDYAWK\SimpleImage
ERR_GD_NOT_ENABLEDYAWK\SimpleImage
ERR_INVALID_COLORYAWK\SimpleImage
ERR_INVALID_DATA_URIYAWK\SimpleImage
ERR_INVALID_FLAGYAWK\SimpleImage
ERR_INVALID_IMAGEYAWK\SimpleImage
ERR_LIB_NOT_LOADEDYAWK\SimpleImage
ERR_UNSUPPORTED_FORMATYAWK\SimpleImage
ERR_WEBP_NOT_ENABLEDYAWK\SimpleImage
ERR_WRITEYAWK\SimpleImage
excludeInsideColor(int $x, int $y, string|array $borderColor)YAWK\SimpleImageprivate
extractColors(int $count=5, string|array $backgroundColor=null)YAWK\SimpleImage
fill(string|array $color)YAWK\SimpleImage
fitToWidth(int $width)YAWK\SimpleImage
flip(string $direction)YAWK\SimpleImage
fromDataUri(string $uri)YAWK\SimpleImage
fromFile(string $file)YAWK\SimpleImage
fromNew(int $width, int $height, string|array $color='transparent')YAWK\SimpleImage
fromString(string $string)YAWK\SimpleImage
generate(string $mimeType=null, array|int $options=[])YAWK\SimpleImageprotected
getAspectRatio()YAWK\SimpleImage
getColorAt(int $x, int $y)YAWK\SimpleImage
getExif()YAWK\SimpleImage
getFlag(string $flag)YAWK\SimpleImage
getHeight()YAWK\SimpleImage
getMimeType()YAWK\SimpleImage
getOrientation()YAWK\SimpleImage
getResolution()YAWK\SimpleImage
getWidth()YAWK\SimpleImage
imageCopyMergeAlpha($dstIm, $srcIm, int $dstX, int $dstY, int $srcX, int $srcY, int $srcW, int $srcH, int $pct)YAWK\SimpleImageprotectedstatic
invert()YAWK\SimpleImage
keepWithin(int|float $value, int|float $min, int|float $max)YAWK\SimpleImageprotectedstatic
lightenColor(string|array $color, int $amount)YAWK\SimpleImagestatic
line(int $x1, int $y1, int $x2, int $y2, string|array $color, int $thickness=1)YAWK\SimpleImage
maxColors(int $max, bool $dither=true)YAWK\SimpleImage
normalizeColor(string|array $color)YAWK\SimpleImagestatic
opacity(float $opacity)YAWK\SimpleImage
overlay(string|SimpleImage $overlay, string $anchor='center', float|int $opacity=1, int $xOffset=0, int $yOffset=0, bool $calculateOffsetFromEdge=false)YAWK\SimpleImage
pixelate(int $size=10)YAWK\SimpleImage
polygon(array $vertices, string|array $color, string|int|array $thickness=1)YAWK\SimpleImage
rectangle(int $x1, int $y1, int $x2, int $y2, string|array $color, string|int|array $thickness=1)YAWK\SimpleImage
resize(int $width=null, int $height=null)YAWK\SimpleImage
resolution(int $res_x, int $res_y=null)YAWK\SimpleImage
rotate(int $angle, string|array $backgroundColor='transparent')YAWK\SimpleImage
roundedRectangle(int $x1, int $y1, int $x2, int $y2, int $radius, string|array $color, string|int|array $thickness=1)YAWK\SimpleImage
sepia()YAWK\SimpleImage
setFlag(string $flag, bool $value)YAWK\SimpleImage
sharpen(int $amount=50)YAWK\SimpleImage
sketch()YAWK\SimpleImage
text(string $text, array $options, array &$boundary=null)YAWK\SimpleImage
textBox(string $text, array $options)YAWK\SimpleImage
textSeparateLines(string $text, string $fontFile, int $fontSize, int $maxWidth)YAWK\SimpleImageprivate
textSeparateWords(string $text)YAWK\SimpleImageprivate
thumbnail(int $width, int $height, string $anchor='center')YAWK\SimpleImage
toDataUri(string $mimeType=null, array|int $options=100)YAWK\SimpleImage
toDownload(string $filename, string $mimeType=null, array|int $options=100)YAWK\SimpleImage
toFile(string $file, string $mimeType=null, array|int $options=100)YAWK\SimpleImage
toScreen(string $mimeType=null, array|int $options=100)YAWK\SimpleImage
toString(string $mimeType=null, array|int $options=100)YAWK\SimpleImage