Removed jigsaw.c magic tool and related image

This commit is contained in:
Andrew Corcoran 2008-07-15 18:49:07 +00:00
parent edab6d7e0e
commit cbc28be317
4 changed files with 1 additions and 177 deletions

View file

@ -46,7 +46,7 @@ $Id$
implied warranty.
Blur ('entire image' mode), Sharpen, Trace Contour, Silhouette,
Snow Flake, Snow Ball, Jigsaw, Black & White Threshold Magic tools
Snow Flake, Snow Ball, Black & White, Threshold Magic tools
and 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

@ -25,7 +25,6 @@ $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>