"Fossies" - the Fresh Open Source Software Archive 
Member "MagickStudio-1.9.6/Decorate.html" (14 Feb 2021, 1667 Bytes) of package /linux/www/MagickStudio-1.9.6.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta content="HTML Tidy for Linux/x86 (vers 1st March 2003), see www.w3.org"
6 name="generator" />
7 <title>Decorate Image</title>
8 <link rel="StyleSheet" href="style/magick.css" type="text/css" />
9 </head>
10 <body bgcolor="#FFFFFF" text="#000000" link="#0085C0"
11 vlink="#800080" alink="#0085C0">
12 <center><img src="images/magick.png" align="bottom" width="114"
13 height="113" /></center>
14 <hr />
15 <p>There are many types of decorations: a border, frame, a raised
16 3D bevel, or a sunken 3D bevel. A border surrounds the image as a
17 solid color, where frames have a 3D effect. A raised or sunken
18 bevel is obtained by lightening or darkening the image edges to
19 create a 3-D effect.</p>
20 <p>There are two ways to effect the appearance of a decoration:
21 geometry and color. The decoration geometry looks like this:</p>
22 <pre class="text">
23 <i><width>x<height+<outer bevel width>+<inner bevel width></i>
24 </pre>
25 <p>The inner and outer bevel is optional and is only useful for a
26 decoration of type <em>frame</em>. Here is an example:</p>
27 <pre class="text">
28 15x15+3+3
29 </pre>
30 <p>The color is specified by a color name (e.g. red, white, or
31 blue) or by a hex value (e.g. #bfc0d1). However, this option only
32 applies to the <em>border</em> or <em>frame</em> options.</p>
33 <hr />
34 <p>
35 <a href="scripts/MagickStudio.cgi/?Action=mogrify&ToolType=Comment&SessionID=null&Path=null"
36 target="Comment"><img alt="[comment]" src="images/mail.png"
37 border="0" /></a></p>
38 </body>
39 </html>