From d4892d58755f6c6476ccea526fb04a2058955046 Mon Sep 17 00:00:00 2001 From: Andrew Corcoran Date: Fri, 5 Sep 2008 19:21:15 +0000 Subject: [PATCH] Adding clarifying comments to the source --- magic/src/tint.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/magic/src/tint.c b/magic/src/tint.c index f2d911e23..cdbe373fe 100644 --- a/magic/src/tint.c +++ b/magic/src/tint.c @@ -1,7 +1,11 @@ /* tint.c - tint, Tint the image into one color or threshold it into pure color and white + Tint, Convert the image into differant shades of a user specified colour. + + Seperate Colours, Convert the image into white and the user specified colour. + This does not use differant shades of the user colour like tint does. + Tux Paint - A simple drawing program for children. Credits: Andrew Corcoran