Added Rain magic tool. Added error checking to previous tools. Added missing static declarations for global variables

This commit is contained in:
Andrew Corcoran 2008-07-24 15:44:14 +00:00
parent e154767776
commit fd65f98abc
9 changed files with 264 additions and 17 deletions

View file

@ -47,8 +47,8 @@ $Id$
Blur ('entire image' mode), Sharpen, Trace Contour, Silhouette,
Snow Flake, Snow Ball, Black & White, Threshold,
Tint, Noise and Mosaic Magic Tools
Jigsaw 3x3 and Jigsaw 5x5 starter images
Tint ('Brush' mode), Noise, Rain and Mosaic Magic Tools.
Jigsaw 3x3 and Jigsaw 5x5 starter images.
by Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>
Contributed as part of Google Summer of Code, 2008.

View file

@ -28,6 +28,7 @@ $Id$
+ Snow Flake - Places random snow flakes over the image.
+ Noise - Adds random noise to the image.
+ Mosaic - Gives the image a mosaic effect.
+ Rain - Adds rain drops to the image.
By Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>
(Part of Tux4Kids' participation in Google Summer of Code 2008)