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:
parent
47b8a4163e
commit
d64b7edf30
4 changed files with 19 additions and 1 deletions
7
magic/magic-docs/en/halftone.txt
Normal file
7
magic/magic-docs/en/halftone.txt
Normal 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.
|
||||
9
magic/magic-docs/en/html/halftone.html
Normal file
9
magic/magic-docs/en/html/halftone.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
* Square Mosaic
|
||||
* Negative
|
||||
* Noise
|
||||
* Opposite
|
||||
* Panels
|
||||
* Pattern
|
||||
* Perspective
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue