Sync Magic Docs for new 3D Glasses / Color Sep. split

This commit is contained in:
Bill Kendrick 2023-02-22 21:21:33 -08:00
parent 0a1c384dfe
commit 142cf588ba
30 changed files with 190 additions and 30 deletions

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: 3D Glasses
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This tool horizontally separates your entire picture's red and cyan color
channels, letting you create anaglyphic pictures that can be viewed with
3D glasses.
See also: Color Sep..
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -4,11 +4,11 @@
Author: Bill Kendrick <bill@newbreedsoftware.com>
This separates your picture's colors. Selecting different colors can alter
how they are separated: red from cyan (which can be used to create
anaglyphic pictures you can view with 3D glasses), green from purple, or
blue from yellow. Click and drag to adjust how far apart, and in what
direction, separation occurs.
This tool separates one color out of your entire picture, shifting colors
away from each other (similar to '3D Glasses', but you may choose the any
color to separate, and may move in any direction).
See also: 3D Glasses.
----------------------------------------------------------------------

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3D Glasses</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3D Glasses</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This tool horizontally separates your entire picture's red and cyan color channels, letting you create anaglyphic pictures that can be viewed with 3D glasses.</p>
<p>See also: <a href="colorsep.html">Color Sep.</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -7,7 +7,8 @@
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This separates your picture's colors. Selecting different colors can alter how they are separated: red from cyan (which can be used to create anaglyphic pictures you can view with 3D glasses), green from purple, or blue from yellow. Click and drag to adjust how far apart, and in what direction, separation occurs.</p>
<p>This tool separates one color out of your entire picture, shifting colors away from each other (similar to '3D Glasses', but you may choose the any color to separate, and may move in any direction).</p>
<p>See also: <a href="3dglasses.html">3D Glasses</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -33,6 +33,7 @@
</ul>
<h2>Color Filters</h2>
<ul>
<li><a href="3dglasses.html">3D Glasses</a></li>
<li><a href="bloom.html">Bloom</a></li>
<li><a href="cartoon.html">Cartoon</a></li>
<li><a href="colorsep.html">Color Sep.</a></li>

View file

@ -29,6 +29,7 @@ Distorts
Color Filters
* 3D Glasses
* Bloom
* Cartoon
* Color Sep.