Added jigsaw magic tool + images and updated authors/chanes to reflect recent additions

This commit is contained in:
Andrew Corcoran 2008-07-12 19:58:22 +00:00
parent 54cacc0deb
commit 36ee8ff4cb
4 changed files with 179 additions and 1 deletions

View file

@ -46,7 +46,7 @@ $Id$
implied warranty.
Blur ('entire image' mode), Sharpen, Trace Contour, Silhouette,
Black & White and Threshold Magic tools.
Snow Flake, Snow Ball, Jigsaw, Black & White and Threshold Magic tools.
by Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>
Contributed as part of Google Summer of Code, 2008.

View file

@ -22,6 +22,9 @@ $Id$
+ Silhouette - Creates an outline of the image, over a black background.
+ Black & White - Removes all color from the image (turns it greyscale).
+ Threshold - Turns image pure black & pure white (no grey or color).
+ Jigsaw - Applys a jigsaw template to the image.
+ Snow Ball - Places random snow balls over the image.
+ Snow Flake - Places random snow flakes over the image.
By Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>
(Part of Tux4Kids' participation in Google Summer of Code 2008)