load()
output()
save()
sizes()
_border()
_crop()
_flip()
_grayscale()
_mask()
_resize()
_rotate()
_rounded()
_watermark()
add_background()
create_color()
$accepted_extensions
$imagick
load($filename, $return_data, $force_extension)
output($filetype)
save($filename, $permissions)
sizes($filename, $usecache)
_border($size, $color)
_crop($x1, $y1, $x2, $y2)
_flip($direction)
_grayscale()
_mask($maskimage)
_resize($width, $height, $keepar, $pad)
_rotate($degrees)
_rounded($radius, $sides, $antialias)
_watermark($filename, $position, $padding)
add_background()
create_color(string $hex, integer $newalpha) : string
string
The hex code of the color
integer
The alpha of the color, 0 (trans) to 100 (opaque)
string
rgba representation of the hex and alpha values.$accepted_extensions
$imagick