Added toothpaste.c magic tool

This commit is contained in:
Andrew Corcoran 2008-08-04 16:42:47 +00:00
parent 14f38f95e2
commit 3086d42ac8
3 changed files with 226 additions and 1 deletions

View file

@ -46,7 +46,7 @@ $Id$
implied warranty.
Blur ('entire image' mode), Sharpen, Trace Contour, Silhouette,
Snow Flake, Snow Ball, Black & White, Threshold, Alien,
Snow Flake, Snow Ball, Black & White, Threshold, Alien, Toothpaste,
Tint ('Brush' mode), Noise, Rain and Mosaic Magic Tools.
Jigsaw 3x3 and Jigsaw 5x5 starter images.
by Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>

View file

@ -30,6 +30,7 @@ $Id$
+ Noise - Adds random noise to the image.
+ Mosaic - Gives the image a mosaic effect.
+ Rain - Adds rain drops to the image.
+ Toothpaste - Squirts "toothpaste" on to the image.
By Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>
(Part of Tux4Kids' participation in Google Summer of Code 2008)