Sync Dither magic tool docs

This commit is contained in:
Bill Kendrick 2024-02-29 22:50:19 -08:00
parent 08012f4d79
commit 58e054589f
58 changed files with 985 additions and 413 deletions

View file

@ -22,8 +22,6 @@ https://tuxpaint.org/
or the currently-selected color; with "Dither (Keep Color)", X is
a muted version of the original color.
Bill Kendrick <bill@newbreedsoftware.com>
+ WIP Needs docs
+ WIP Add to new features lists
+ WIP Needs icon
+ WIP Needs sound effect

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,8 @@ This tool offers multiple size settings.
This tool offers color choices.
See also: Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Dither
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
This tool offers color choices.
See also: Color and White & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: Dither (Keep Colors)
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
See also: Color and White & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither</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: Dither</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 makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither (Keep Colors)</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: Dither (Keep Colors)</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 makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -42,6 +42,8 @@
<li><a href="color_and_white.html">Color and White</a></li>
<li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="doublevision.html">Double Vision</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li>

View file

@ -38,6 +38,8 @@ Color Filters
* Color and White
* Darken
* Desaturate
* Dither
* Dither (Keep Colors)
* Double Vision
* Keep Color
* Lighten

View file

@ -13,6 +13,8 @@ This tool offers multiple size settings.
This tool offers color choices.
See also: Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Dither
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
This tool offers color choices.
See also: Color and White & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: Dither (Keep Colors)
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
See also: Color and White & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither</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: Dither</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 makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither (Keep Colors)</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: Dither (Keep Colors)</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 makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -42,6 +42,8 @@
<li><a href="color_shift.html">Color Shift</a></li>
<li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="doublevision.html">Double Vision</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li>

View file

@ -38,6 +38,8 @@ Color Filters
* Color Shift
* Darken
* Desaturate
* Dither
* Dither (Keep Colors)
* Double Vision
* Keep Color
* Lighten

View file

@ -14,6 +14,8 @@ Cet outil permet de travailler avec plusieurs tailles.
Cet outil permet de choisir des couleurs.
Voir aussi : Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Outil 'Magie' de Tux Paint : Dither
Groupe: Filtres couleurs
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
Cet outil permet à la fois de travailler avec un simple clic et à main levée.
Cet outil permet de travailler avec plusieurs tailles.
Cet outil permet de choisir des couleurs.
Voir aussi : Couleur et blanc & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Outil 'Magie' de Tux Paint : Dither (Keep Colors)
Groupe: Filtres couleurs
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
Cet outil permet à la fois de travailler avec un simple clic et à main levée.
Cet outil permet de travailler avec plusieurs tailles.
Voir aussi : Couleur et blanc & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Cet outil permet de choisir des couleurs.</p>
<p>Voir aussi : <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : Dither</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">Outil 'Magie' de Tux Paint : Dither</h1>
<h2 align="center">Groupe: Filtres couleurs</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Cet outil permet de choisir des couleurs.</p>
<p>Voir aussi : <a href="color_and_white.html">Couleur et blanc</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : Dither (Keep Colors)</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">Outil 'Magie' de Tux Paint : Dither (Keep Colors)</h1>
<h2 align="center">Groupe: Filtres couleurs</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Voir aussi : <a href="color_and_white.html">Couleur et blanc</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -41,6 +41,8 @@
<li><a href="color_and_white.html">Couleur et blanc</a></li>
<li><a href="xor_colors.html">Couleurs Xor</a></li>
<li><a href="desaturate.html">Désaturer</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="lighten.html">Éclaircir</a></li>
<li><a href="remove_color.html">Enlever une couleur</a></li>
<li><a href="bloom.html">Fleurir</a></li>

View file

@ -37,6 +37,8 @@ Filtres couleurs
* Couleur et blanc
* Couleurs Xor
* Désaturer
* Dither
* Dither (Keep Colors)
* Éclaircir
* Enlever une couleur
* Fleurir

View file

@ -13,6 +13,8 @@ This tool offers multiple size settings.
This tool offers color choices.
See also: Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Dither
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
This tool offers color choices.
See also: Color and White & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: Dither (Keep Colors)
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
See also: Color and White & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither</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: Dither</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 makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither (Keep Colors)</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: Dither (Keep Colors)</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 makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -42,6 +42,8 @@
<li><a href="color_shift.html">Color Shift</a></li>
<li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="doublevision.html">Double Vision</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li>

View file

@ -38,6 +38,8 @@ Color Filters
* Color Shift
* Darken
* Desaturate
* Dither
* Dither (Keep Colors)
* Double Vision
* Keep Color
* Lighten

View file

@ -13,6 +13,8 @@ This tool offers multiple size settings.
This tool offers color choices.
See also: Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Dither
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
This tool offers color choices.
See also: Color and White & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: Dither (Keep Colors)
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
See also: Color and White & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither</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: Dither</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 makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither (Keep Colors)</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: Dither (Keep Colors)</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 makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -42,6 +42,8 @@
<li><a href="color_shift.html">Color Shift</a></li>
<li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="doublevision.html">Double Vision</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li>

View file

@ -38,6 +38,8 @@ Color Filters
* Color Shift
* Darken
* Desaturate
* Dither
* Dither (Keep Colors)
* Double Vision
* Keep Color
* Lighten

View file

@ -13,6 +13,8 @@ This tool offers multiple size settings.
This tool offers color choices.
See also: Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Dither
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
This tool offers color choices.
See also: Color and White & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: Dither (Keep Colors)
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
This tool offers both freehand and one-click operation.
This tool offers multiple size settings.
See also: Color and White & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither</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: Dither</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 makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Dither (Keep Colors)</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: Dither (Keep Colors)</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 makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="color_and_white.html">Color and White</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -42,6 +42,8 @@
<li><a href="color_and_white.html">Color and White</a></li>
<li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="doublevision.html">Double Vision</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li>

View file

@ -38,6 +38,8 @@ Color Filters
* Color and White
* Darken
* Desaturate
* Dither
* Dither (Keep Colors)
* Double Vision
* Keep Color
* Lighten

View file

@ -13,6 +13,8 @@ Ky mjet ofron rregullime të shumta madhësie.
Ky mjet ofron zgjedhje ngjyrash.
Shihni edhe: Dither & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,21 @@
Mjeti “Magjik” i Tux Paint-it: Dither
Grup: Filtra Ngjyrash
Autor: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and the color chosen in the
palette, but using a dithered pattern of dots.
Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.
Ky mjet ofron rregullime të shumta madhësie.
Ky mjet ofron zgjedhje ngjyrash.
Shihni edhe: Ngjyrë dhe E bardhë & Dither (Keep Colors).
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -0,0 +1,19 @@
Mjeti “Magjik” i Tux Paint-it: Dither (Keep Colors)
Grup: Filtra Ngjyrash
Autor: Bill Kendrick <bill@newbreedsoftware.com>
This makes parts of your picture two colors: white, and colors based on your
original drawing, using a dithered pattern of dots.
Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.
Ky mjet ofron rregullime të shumta madhësie.
Shihni edhe: Ngjyrë dhe E bardhë & Dither.
-------------------------------------------------------------------------------
Tux Paint 0.9.33

View file

@ -12,6 +12,7 @@ Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
<p>Shihni edhe: <a href="dither.html">Dither</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Dither</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">Mjeti “Magjik” i Tux Paint-it: Dither</h1>
<h2 align="center">Grup: Filtra Ngjyrash</h2>
<h3 align="center">Autor:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This makes parts of your picture two colors: white, and the color chosen in the palette, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither.png"></p>
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
<p>Shihni edhe: <a href="color_and_white.html">Ngjyrë dhe E bardhë</a> &amp; <a href="dither_keep_colors.html">Dither (Keep Colors)</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Dither (Keep Colors)</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">Mjeti “Magjik” i Tux Paint-it: Dither (Keep Colors)</h1>
<h2 align="center">Grup: Filtra Ngjyrash</h2>
<h3 align="center">Autor:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This makes parts of your picture two colors: white, and colors based on your original drawing, using a dithered pattern of dots.</p>
<p align=center><img src="../../../html/images/magic_examples/dither_keep_colors.png"></p>
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Shihni edhe: <a href="color_and_white.html">Ngjyrë dhe E bardhë</a> &amp; <a href="dither.html">Dither</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.33</p>
</body></html>

View file

@ -36,6 +36,8 @@
<ul>
<li><a href="bloom.html">Çelje</a></li>
<li><a href="desaturate.html">Çngope</a></li>
<li><a href="dither.html">Dither</a></li>
<li><a href="dither_keep_colors.html">Dither (Keep Colors)</a></li>
<li><a href="opposite.html">E kundërta</a></li>
<li><a href="darken.html">Errësoje</a></li>
<li><a href="remove_color.html">Hiqe Ngjyrën</a></li>

View file

@ -32,6 +32,8 @@ Filtra Ngjyrash
* Çelje
* Çngope
* Dither
* Dither (Keep Colors)
* E kundërta
* Errësoje
* Hiqe Ngjyrën