This tutorial covers some PHP GD scripts that emulate imagefilter effects without using a filter. These scripts have been collected over the years from the internet, and some are no longer on line. Some come from the new site of Hudzilla but taken from the old site, which is no longer on line. Some of them also have complicated scripting, and functions not covered in these tutorials. You can still use them by adding your url and other parameters needed for the script. Good way to learn.
|
ORIGINAL
BRIGHTNESS
Factor 50
Factor -50
|
Right click, select all, ctrl+c to copy.
|
PIXELATE
Blocksize 6
|
Right click, select all, ctrl+c to copy.
|
BLUR at 3
|
Right click, select all, ctrl+c to copy.
|
SCATTER -2 to 2
|
Right click, select all, ctrl+c to copy.
|
REVERSE COLOR
|
Right click, select all, ctrl+c to copy.
|
INTERLACE (with lilac)
|
Right click, select all, ctrl+c to copy.
|
NOISE
|
Right click, select all, ctrl+c to copy.
|
SWIRL
|
Right click, select all, ctrl+c to copy.
|
WAVE
|
Right click, select all, ctrl+c to copy.
|
COLORIZE
|
Right click, select all, ctrl+c to copy.
|
EDGE DETECT
|
Right click, select all, ctrl+c to copy.
|
GRAYSCALE
|
Right click, select all, ctrl+c to copy.
|