"Fossies" - the Fresh Open Source Software Archive 
Member "MagickStudio-1.9.6/Interlace.html" (14 Feb 2021, 1561 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>Interlace Option</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>This option is used to specify the type of interlacing scheme
16 for raw image formats such as <tt>RGB</tt> or <tt>GRAY</tt>. Choose
17 from these interlace types:</p>
18 <dl>
19 <dd>
20 <dl>
21 <dt><b>None</b></dt>
22 <dd>do not interlace (RGBRGBRGBRGBRGBRGB...).</dd><br />
23 <dt><b>Line</b></dt>
24 <dd>use scanline interlacing
25 (RRR...GGG...BBB...RRR...GGG...BBB...).</dd><br />
26 <dt><b>Plane</b></dt>
27 <dd>use plane interlacing (RRRRRR...GGGGGG...BBBBBB...).</dd><br />
28 <dt><b>Partition</b></dt>
29 <dd>like <em>plane</em> interlacing except the different planes are
30 saved to individual files (e.g. image.R, image.G, and
31 image.B).</dd><br /></dl></dd></dl>
32 <p>The default scheme is <b>None</b>. </p>
33 <p>Use <b>Line</b>, or <b>Plane</b> to create an interlaced GIF or
34 progressive JPEG image.</p>
35 <hr />
36 <p>
37 <a href="scripts/MagickStudio.cgi/?Action=mogrify&ToolType=Comment&SessionID=null&Path=null"
38 target="Comment"><img alt="[comment]" src="images/mail.png"
39 border="0" /></a></p>
40 </body>
41 </html>