|
imagefilterApplies a filter to an image Beschreibung
bool imagefilter
( resource
$image
, int $filtertype
[, int $arg1
[, int $arg2
[, int $arg3
[, int $arg4
]]]] )
imagefilter applies the given filter
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Changelog
Beispiele
Beispiel #1 imagefilter grayscale example
<?php
Beispiel #2 imagefilter brightness example
<?php
Beispiel #3 imagefilter colorize example
<?php
Beispiel #4 imagefilter negate example
<?php
Beispiel #5 imagefilter pixelate example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: AnmerkungenSiehe auch
|