Add missing docs for Halftone magic tool

Also a couple TXT versions of Magic tool docs didn't get
committed.
This commit is contained in:
Bill Kendrick 2021-09-20 21:22:49 -07:00
parent 47b8a4163e
commit d64b7edf30
4 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Halftone
By Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture look like newsprint. Different sizes of
cyan, magenta, yellow, and black "ink" will appear in place of your
picture.

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Halftone</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Halftone</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
</body></html>

View file

@ -35,6 +35,7 @@
* Square Mosaic
* Negative
* Noise
* Opposite
* Panels
* Pattern
* Perspective

View file

@ -3,4 +3,5 @@
By Bill Kendrick <bill@newbreedsoftware.com>
This inverts the colors wherever you drag the mouse. (e.g., white becomes
black, and vice versa.)
black, and vice versa.) It inverts the values of the Red, Green, and Blue
components of the pixels.