Skip to content

Commit

Permalink
Minor updates in prep for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Dec 6, 2004
1 parent ef2b680 commit 2a9ed19
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 48 deletions.
14 changes: 7 additions & 7 deletions doc/imusage.html
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st July 2003), see www.w3.org" />
"HTML Tidy for Linux/x86 (vers 1st September 2004), see www.w3.org" />

<title>RMagick: ImageMagick/GraphicsMagick Conventions</title>
<meta http-equiv="Content-Type" content=
Expand All @@ -13,9 +13,9 @@
<meta name="Copyright" content=
"Copyright (C) 2004 by Timothy P. Hunter" />
<link rel="stylesheet" type="text/css" href="css/doc.css" />
<script type="text/javascript" src="scripts/doc.js">
</script>
<style type="text/css">
<script type="text/javascript" src="scripts/doc.js">
</script>
<style type="text/css">
/*<![CDATA[*/

/* Styles local to this page. */
Expand Down Expand Up @@ -65,7 +65,7 @@
}

/*]]>*/
</style>
</style>
</head>

<body>
Expand Down Expand Up @@ -220,8 +220,8 @@ <h2 id="color_names">Color names</h2>
depth and <a href="imageattrs.html#matte">matte</a> attributes.
If <code>matte</code> is false the opacity value is ignored.</p>

<p><em>Hint:</em> The name of the transparent color is
"transparent", or "#000000ff".</p>
<p><em>Hint:</em> You can specify the transparent color as
"none", "transparent", or "#000000ff".</p>

<p><a href="http://www.imagemagick.org/www/color.html">This</a>
is ImageMagick's page about color names.</p>
Expand Down
67 changes: 35 additions & 32 deletions doc/index.html
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st July 2003), see www.w3.org" />
"HTML Tidy for Linux/x86 (vers 1st September 2004), see www.w3.org" />

<title>RMagick User's Guide and Reference</title>
<meta http-equiv="Content-Type" content=
Expand All @@ -13,7 +13,7 @@
<meta name="Copyright" content=
"Copyright (C) 2004 by Timothy P. Hunter" />
<link rel="stylesheet" type="text/css" href="css/doc.css" />
<style type="text/css">
<style type="text/css">
/*<![CDATA[*/

/* Styles local to this page. */
Expand Down Expand Up @@ -96,7 +96,7 @@
margin-right: 0;
}
/*]]>*/
</style>
</style>
</head>

<body>
Expand Down Expand Up @@ -266,10 +266,11 @@ <h3>What is RMagick?</h3>
</div>

<p>RMagick is a complete interface to ImageMagick and
GraphicsMagick, defining three major classes containing over 100
methods, plus numerous attributes and constants. RMagick exploits
Ruby idioms such as blocks and iterators, Struct and Array
classes, symbols, ?- and !-suffixed methods, and exceptions.</p>
GraphicsMagick. Within its three major classes and 21 minor
classes RMagick defines over 550 methods and 225 constants.
RMagick exploits Ruby idioms such as blocks and iterators, Struct
and Array classes, symbols, ?- and !-suffixed methods, and
exceptions.</p>

<h3>About this document</h3>

Expand All @@ -280,7 +281,7 @@ <h3>About this document</h3>
RMagick classes and constants. The reference guide includes many
examples.</p>

<p>Accompanying the HTML documentation is a set of over 100
<p>Accompanying the HTML documentation is a set of over 130
example RMagick programs. Each is a complete, stand-alone program
that either creates an image from scratch or modifies an input
image using one or more RMagick methods. The output images are
Expand Down Expand Up @@ -326,15 +327,17 @@ <h4>Conventions</h4>
<p><b>Example programs and images&nbsp;&nbsp;</b> All of the
example images on these pages were created by RMagick. Click the
image to see the progam code. (You may need to configure your
browser to allow popup windows.) All example images show the
result of applying the method. Many example images show the
"before" image as well. When the image is accompanied by this
symbol <img style="display:inline" src="ex/images/spin.gif" alt=
"rollover" /> mouse over the image to see the "before"
version.</p>

<h3>How to get help</h3><p>If you have a question that is not
answered by these pages, you can post it at the <a href=
browser to allow JavaScript and popup windows.) All example
images show the result of applying the method. Many example
images show the "before" image as well. When the image is
accompanied by this symbol <img style="display:inline" src=
"ex/images/spin.gif" alt="rollover" /> mouse over the image to
see the "before" version.</p>

<h3>How to get help</h3>

<p>If you have a question that is not answered by these pages,
you can post it at the <a href=
"http://rubyforge.org/projects/rmagick">Support Request
Tracker</a> or the <a href=
"http://rubyforge.org/projects/rmagick">Feature Request
Expand All @@ -346,8 +349,7 @@ <h3><a name="bugs" id="bugs">Reporting bugs</a></h3>
<p>Please report problems with RMagick installation and usage to
the <a href="http://rubyforge.org/projects/rmagick/">Bug
Tracker</a> at RubyForge, or email me at <code>rmagick at
rubyforge.org</code> . If you include "RMagick" in the subject
I'll probably give your email top priority.</p>
rubyforge.org</code>.</p>

<p>For quickest results, include the RMagick, &times;Magick and
Ruby version numbers, along with a thorough description of the
Expand All @@ -356,7 +358,7 @@ <h3><a name="bugs" id="bugs">Reporting bugs</a></h3>
<code>Magick::Long_version</code> constant:</p>
<pre class="example" id="version">
irb(main):001:0&gt; puts Magick::Long_version
This is RMagick 1.4.0 ($Date: 2004/09/01 22:34:56 $)
This is RMagick 1.4.0 ($Date: 2004/12/06 00:18:09 $)
Copyright (C) 2004 by Timothy P. Hunter
Built with ImageMagick 6.0.0 12/18/03 Q8 http://www.imagemagick.org
Built for ruby 1.8.1 (2003-12-25) [i686-linux]
Expand All @@ -375,21 +377,22 @@ <h3><a name="bugs" id="bugs">Reporting bugs</a></h3>
GraphicsMagick mailing list. See the instructions at <a href=
"http://www.imagemagick.org/www/magick-list.html">http://www.imagemagick.org/www/magick-list.html</a>
or <a href=
"http://sourceforge.net/mail/?group_id=73485">http://sourceforge.net/mail/?group_id=73485</a>.</p>
"http://sourceforge.net/projects/graphicsmagick/">http://sourceforge.net/projects/graphicsmagick/</a>.</p>

<p>I'm not an image processing guru, either, so I probably won't
be able to help with questions about specific image formats and
transformation algorithms. I will be glad, however, to translate
between the RMagick API and the &times;Magick C API to help you
compose a question to the &times;Magick developers.</p>

<h3>Contributions</h3><p>If you have a script or an image using
RMagick that you're particularly proud of, let me know. I'd like
to collect your contributions, along with other users'
contributions, and put them in a <code>contrib</code> directory
to distribute with RMagick. I'm particularly interested in
getting examples for the RMagick methods that currently have no
examples.</p>
transformations. I will be glad, however, to translate between
the RMagick API and the &times;Magick C API to help you compose a
question to the &times;Magick developers.</p>

<h3>Contributions</h3>

<p>If you have a script or an image using RMagick that you're
particularly proud of, let me know. I'd like to collect your
contributions, along with other users' contributions, and put
them in a <code>contrib</code> directory to distribute with
RMagick. I'm particularly interested in getting examples for the
RMagick methods that currently have no examples.</p>

<h3><a name="copyrights" id="copyrights">Copyright
Notices</a></h3>
Expand Down
18 changes: 9 additions & 9 deletions doc/info.html
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st July 2003), see www.w3.org" />
"HTML Tidy for Linux/x86 (vers 1st September 2004), see www.w3.org" />

<title>RMagick: class Image::Info - Optional method
arguments</title>
Expand All @@ -14,9 +14,9 @@
<meta name="Copyright" content=
"Copyright (C) 2004 by Timothy P. Hunter" />
<link rel="stylesheet" type="text/css" href="css/doc.css" />
<script type="text/javascript" src="scripts/doc.js">
</script>
<style type="text/css">
<script type="text/javascript" src="scripts/doc.js">
</script>
<style type="text/css">
/*<![CDATA[*/

/* Styles local to this page. */
Expand All @@ -40,7 +40,7 @@
}

/*]]>*/
</style>
</style>
</head>

<body>
Expand Down Expand Up @@ -348,8 +348,8 @@ <h4>Description</h4>
<tr>
<td>GIF</td>

<td><strong>NoCompression</strong>, LZWCompression <em>(see
Notes, below)</em></td>
<td><strong>LZWCompression</strong> <em>(see Notes,
below)</em></td>
</tr>

<tr>
Expand Down Expand Up @@ -452,8 +452,8 @@ <h5>Notes</h5>
<li>NoCompression is accepted for all image formats. Except
as noted in the table, it is the default.</li>

<li>After July 10, 2004, ImageMagick will change the default
for GIF images to LZWCompression.</li>
<li>Prior to July 10, 2004, the default for GIF images was
NoCompression.</li>

<li>&times;Magick must be configured and built with extra
support to use LZWCompression (in releases prior to July 10,
Expand Down

0 comments on commit 2a9ed19

Please sign in to comment.