Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > eede1088262777189a3d3f16cb3dc560 > files > 58

garlic-1.6-6.i586.rpm

<html>

<head>
<title>
BLU, BLUR
</title>
</head>

<h1 align=center>

BLU, BLUR

</h1>

<hr size="3">

<font color=#880000>
<b>
NAME
<br>
</b>
</font>


BLU, BLUR - blur (soften) the image in the main window.
<br><br>


<font color=#880000>
<b>
SYNOPSIS
<br>
</b>
</font>


BLU width height
<br>
BLU OFF
<br>
BLUR width height
<br>
BLUR OFF
<br><br>


<font color=#880000>
<b>
DESCRIPTION
<br>
</b>
</font>


The command BLUR (short form: BLU) will blur (soften) the image in the main
window. The color of each pixel in the main window will be replaced with the
averaged color of
<br><br>

width x height
<br><br>

pixels surrounding this pixel. The original color of this pixel will be
used too, weighted equally as all other pixels. The contrast will be reduced.
Larger blur rectangle will result in softer image. The textual content of
the main window (titles, labels) will remain unchanged. Default blur
rectangle width and height: 3x3 pixels (see the configuration file,
<a href="../config/index.html">
.garlicrc
</a>
).
<br><br>

Use the command BLUR OFF (short form: BLU OFF) to switch blur off.
<br><br>


<font color=#880000>
<b>
EXAMPLES
<br>
</b>
</font>

<table border=2 cellspacing=2 cellpading=0>

<td align="left">

COMMAND

</td>

<td align="left">

DESCRIPTION

</td>

<tr>

<td align="left">

blur

</td>

<td align="left">

Soften the image in the main window,
<br>
using default blur rectangle.

</td>

<tr>

<td align="left">

blur 4 4

</td>

<td align="left">

Soften the image in the main window,
<br>
using 16 pixels to calculate color
<br>
of the central pixel.

</td>

<tr>

<td align="left">

blur off

</td>

<td align="left">

Switch blur off.

</td>

</table>

<br>


The following eight images show the water molecule on two different
backgrounds, white and black. No blur was applied on two images in
the leftmost column.
<br>


<table border=2 cellspacing=2 cellpading=0>

<td align="center">

blur off
<br>
bg black

</td>

<td align="center">

blur 3 3
<br>
bg black

</td>

<td align="center">

blur 6 6
<br>
bg black

</td>

<td align="center">

blur 12 12
<br>
bg black

</td>

<tr>

<td align="left">
<img src="blur1.gif">
</td>

<td align="left">
<img src="blur2.gif">
</td>

<td align="left">
<img src="blur3.gif">
</td>

<td align="left">
<img src="blur4.gif">
</td>

<tr>

<td align="center">

blur off
<br>
bg white

</td>

<td align="center">

blur 3 3
<br>
bg white

</td>

<td align="center">

blur 6 6
<br>
bg white

</td>

<td align="center">

blur 12 12
<br>
bg white

</td>

<tr>

<td align="left">
<img src="blur5.gif">
</td>

<td align="left">
<img src="blur6.gif">
</td>

<td align="left">
<img src="blur7.gif">
</td>

<td align="left">
<img src="blur8.gif">
</td>

</table>

<br>

<font color=#880000>
<b>
RELATED COMMANDS
<br>
</b>
</font>


BG changes the background color.
<br><br>


<hr size="3">

</html>