Sync'ing docs to get "Bloom" magic tool

This commit is contained in:
Bill Kendrick 2023-02-07 01:14:42 -08:00
parent f4b8032d18
commit 7d8cefe6d7
25 changed files with 190 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Bloom</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: Bloom</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>Add a glowing \"bloom\" effect to pictures.</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="bloom.html">Bloom</a></li>
<li><a href="cartoon.html">Cartoon</a></li>
<li><a href="color_and_white.html">Color and White</a></li>
<li><a href="color_shift.html">Color Shift</a></li>