Navigation Menu

Skip to content

Commit

Permalink
Document Image#sepiatone, #sigmoidal_contrast_channel, JPEG2000Compre…
Browse files Browse the repository at this point in the history
…ssion
  • Loading branch information
rmagick committed Apr 30, 2005
1 parent 165f08d commit 29c42fa
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 54 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,8 +1,11 @@
RMagick 1.8.0
o Added Image#shadow (ImageMagick 6.1.7)
o Added Image::Info#undefine, #[], #[]=
o Added sigmoidal_contrast_channel, sepiatone to Image class (ImageMagick 6.2.1)
o Added JPEG2000Compression constant (ImageMagick 6.2.2)
o Incorporated RVG classes
o Added RVG documentation, examples, updated installer
o Tested with ImageMagick 6.2.2-0, latest GraphicsMagick 1.2

RMagick 1.7.4
o Fix bug #1727
Expand Down
29 changes: 17 additions & 12 deletions doc/constants.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 March 2005), see www.w3.org" />

<title>RMagick: Constants</title>
<meta http-equiv="Content-Type" content=
Expand All @@ -13,9 +13,9 @@
<meta name="Copyright" content=
"Copyright (C) 2005 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 @@ -57,16 +57,16 @@
}

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

<body>
<h6 id="header">RMagick User's Guide and Reference</h6>

<div class="nav">
&laquo;&nbsp;<a href="info.html">Prev</a> | <a href=
"index.html">Contents</a> |
<a href="rvgtut.html">Next</a>&nbsp;&raquo;
"index.html">Contents</a> | <a href=
"rvgtut.html">Next</a>&nbsp;&raquo;
</div>

<h1>Constants</h1>
Expand Down Expand Up @@ -148,7 +148,7 @@ <h2 class="methods">Constants</h2>

<dd>An extended form of the <code>Version</code> constant with
the format shown here:<br />
<code>This is RMagick 1.4.0 ($Date: 2005/03/12 17:02:42 $)
<code>This is RMagick 1.4.0 ($Date: 2005/04/30 14:29:49 $)
Copyright (C) 2005 by Timothy P. Hunter<br />
Built with ImageMagick 6.0.0 02/25/04 Q8
http://www.imagemagick.org<br />
Expand Down Expand Up @@ -708,6 +708,11 @@ <h3 class="const" id="CompressionType">CompressionType</h3>
"http://www.faqs.org/faqs/jpeg-faq/part1/">The JPEG image
compression FAQ</a>.</dd>

<dt>JPEG2000Compression</dt>

<dd>JPEG2000 compression for compressed PDF images. (Introduced
in ImageMagick 6.2.2.)</dd>

<dt>LosslessJPEGCompression</dt>

<dd>This compression format is almost never used.</dd>
Expand Down Expand Up @@ -1187,9 +1192,9 @@ <h3 class="const" id="WeightType">WeightType</h3>
<p class="spacer">&nbsp;</p>

<div class="nav">
&laquo;&nbsp;<a href="info.html">Prev</a> | <a href=
"index.html">Contents</a> |
<a href="rvgtut.html">Next</a>&nbsp;&raquo;
</div>
&laquo;&nbsp;<a href="info.html">Prev</a> | <a href=
"index.html">Contents</a> | <a href=
"rvgtut.html">Next</a>&nbsp;&raquo;
</div>
</body>
</html>
94 changes: 65 additions & 29 deletions doc/image1.html
@@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
"HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />

<title>RMagick: class Image (class and instance methods, part
1)</title>
Expand Down Expand Up @@ -437,7 +437,9 @@ <h4>Example</h4>
}
</pre>

<h4>See also</h4><p><a href=
<h4>See also</h4>

<p><a href=
"ilist.html#new_image"><code>ImageList.new_image</code></a></p>

<h4>Magick API</h4>
Expand Down Expand Up @@ -609,8 +611,10 @@ <h4>Example</h4>
mom['Label'] = 'My Mother'
</pre>

<h4>See also</h4><p><a href="#aset"><code>[ ]=</code></a>,
<a href="image2.html#properties"><code>properties</code></a></p>
<h4>See also</h4>

<p><a href="#aset"><code>[ ]=</code></a>, <a href=
"image2.html#properties"><code>properties</code></a></p>

<h4>Magick API</h4>

Expand Down Expand Up @@ -862,8 +866,10 @@ <h4>Example</h4>
"ex/images/spin.gif" alt="" class="spin" style="left:237px;"
title="Mouse over the example to see the original image" /></p>

<h4>See also</h4><p><a href="image3.html#rotate">rotate</a>,
<a href="#shear">shear</a></p>
<h4>See also</h4>

<p><a href="image3.html#rotate">rotate</a>, <a href=
"#shear">shear</a></p>

<h4>Magick API</h4>

Expand Down Expand Up @@ -1080,9 +1086,10 @@ <h4>Returns</h4>

<p>A new image</p>

<h4>See also</h4><p><a href=
"image3.html#white_threshold">white_threshold</a>, <a href=
"#channel_threshold">channel_threshold</a></p>
<h4>See also</h4>

<p><a href="image3.html#white_threshold">white_threshold</a>,
<a href="#channel_threshold">channel_threshold</a></p>

<h4>Magick API</h4>

Expand Down Expand Up @@ -1140,7 +1147,9 @@ <h4>Example</h4>
"left: 224px;" title=
"Mouse over the example to see the original image" /></p>

<h4>See also</h4><p><a href="#border_bang">border!</a>, <a href=
<h4>See also</h4>

<p><a href="#border_bang">border!</a>, <a href=
"image2.html#frame">frame</a></p>

<h4>Magick API</h4>
Expand Down Expand Up @@ -1305,7 +1314,9 @@ <h4>Returns</h4>

<p>The maximum depth</p>

<h4>See also</h4><p><a href=
<h4>See also</h4>

<p><a href=
"image3.html#set_channel_depth">set_channel_depth</a></p>

<h4>Magick API</h4>
Expand Down Expand Up @@ -1439,9 +1450,10 @@ <h4>Example</h4>
"ex/images/spin.gif" alt="" class="spin" style="left: 446px"
title="Mouse over the example to see the original image" /></p>

<h4>See also</h4><p><a href=
"#adaptive_threshold">adaptive_threshold</a>, <a href=
"#black_threshold">black_threshold</a>, <a href=
<h4>See also</h4>

<p><a href="#adaptive_threshold">adaptive_threshold</a>,
<a href="#black_threshold">black_threshold</a>, <a href=
"image3.html#random_channel_threshold">random_channel_threshold</a>,
<a href="image3.html#threshold">threshold</a>, <a href=
"image3.html#white_threshold">white_threshold</a></p>
Expand Down Expand Up @@ -1637,7 +1649,9 @@ <h4>Example</h4>
"margin-bottom: 182px; margin-left: 4px;" title=
"Mouse over the example to see the original image" /></p>

<h4>See also</h4><p><a href="#color_floodfill">color_floodfill</a></p>
<h4>See also</h4>

<p><a href="#color_floodfill">color_floodfill</a></p>

<h4>Magick API</h4>

Expand Down Expand Up @@ -1692,9 +1706,10 @@ <h4>Example</h4>
"margin-bottom: 182px;" title=
"Mouse over the example to see the original image" /></p>

<h4>See also</h4><p><a href=
"#color_fill_to_border">color_fill_to_border</a>, <a href=
"image2.html#opaque">opaque</a></p>
<h4>See also</h4>

<p><a href="#color_fill_to_border">color_fill_to_border</a>,
<a href="image2.html#opaque">opaque</a></p>

<h4>Magick API</h4>

Expand Down Expand Up @@ -1792,6 +1807,10 @@ <h4>Example</h4>
"ex/images/spin.gif" alt="" class="spin" title=
"Mouse over the example to see the original image" /></p>

<h4>See also</h4>

<p><a href="image3.html#sepiatone">sepiatone</a></p>

<h4>Magick API</h4>

<p>ColorizeImage</p>
Expand Down Expand Up @@ -1879,8 +1898,9 @@ <h4>Example</h4>
f.color_point(50,50, 'red')
</pre>

<h4>See also</h4><p><a href=
"image3.html#pixel_color">pixel_color</a>, <a href=
<h4>See also</h4>

<p><a href="image3.html#pixel_color">pixel_color</a>, <a href=
"draw.html#point">Draw#point</a></p>

<h4>Magick API</h4>
Expand Down Expand Up @@ -1911,7 +1931,9 @@ <h4>Example</h4>
f.color_reset!(red)
</pre>

<h4>See also</h4><p><a href="image2.html#erase_bang">erase!</a></p>
<h4>See also</h4>

<p><a href="image2.html#erase_bang">erase!</a></p>

<h4>Magick API</h4>SetImage
</div>
Expand Down Expand Up @@ -1972,7 +1994,9 @@ <h4>Returns</h4>
second is a the value of the computed distortion represented as
a <code>Float</code>.</p>

<h4>See also</h4><p><a href="#difference">difference</a>, <a href=
<h4>See also</h4>

<p><a href="#difference">difference</a>, <a href=
"#spaceship">&lt;=&gt;</a></p>

<h4>Magick API</h4>
Expand Down Expand Up @@ -2224,7 +2248,9 @@ <h4>Returns</h4>

<p>A new image</p>

<h4>See also</h4><p><a href="#composite">composite</a>, <a href=
<h4>See also</h4>

<p><a href="#composite">composite</a>, <a href=
"#affine_transform">affine_transform</a></p>

<h4>Magick API</h4>
Expand Down Expand Up @@ -2294,6 +2320,11 @@ <h4>Example</h4>
"ex/contrast.jpg" alt="contrast example" title=
"Click the image to see the example script" /></a>

<h4>See also</h4>

<p><a href=
"image3.html#sigmoidal_contrast_channel">sigmoidal_contrast_channel</a></p>

<h4>Magick API</h4>

<p>ContrastImage</p>
Expand Down Expand Up @@ -2588,8 +2619,9 @@ <h4>Example 2</h4>
<p><a href=
"javascript:popup('crop_with_gravity.rb.html')">crop_with_gravity.rb</a></p>

<h4>See also</h4><p><a href="#crop_bang">crop!</a>, <a href=
"#chop">chop</a></p>
<h4>See also</h4>

<p><a href="#crop_bang">crop!</a>, <a href="#chop">chop</a></p>

<h4>Notes</h4>

Expand Down Expand Up @@ -2752,7 +2784,9 @@ <h4>Returns</h4>
"imageattrs.html#normalized_maximum_error">normalized_maximum_error</a>
attributes.</p>

<h4>See also</h4><p><a href="#spaceship">&lt;=&gt;</a></p>
<h4>See also</h4>

<p><a href="#spaceship">&lt;=&gt;</a></p>

<h4>Magick API</h4>IsImagesEqual
</div>
Expand Down Expand Up @@ -2875,7 +2909,9 @@ <h4>Returns</h4>
<p>self</p>

<h4>Note</h4>
<p>The display method is not supported on native MS Windows.</p>

<p>The display method is not supported on native MS
Windows.</p>

<h4>Magick API</h4>

Expand Down

0 comments on commit 29c42fa

Please sign in to comment.