Skip to content

Commit

Permalink
Add extra explaination for GraphicsMagick to Image#dissolve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Sep 10, 2006
1 parent 981c4f9 commit b1e9c0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/image1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3705,14 +3705,20 @@ <h4>Arguments</h4>
interpreted as a percentage. Both 0.25 and "25%" mean 25%.
This argument is required.</dd>

<dt>dst_percentage</dt>
<dt>dst_percentage (with ImageMagick)</dt>

<dd>Either a non-negative number a string in the form "NN%".
If <span class="arg">src_percentage</span> is a number it is
interpreted as a percentage. Both 0.25 and "25%" mean 25%.
This argument may omitted if no other arguments follow it. In
this case <span class="arg">image</span>'s opacity is
unchanged.</dd>

<dt>dst_percentage (with GraphicsMagick)</dt>

<dd>With GraphicsMagick, <code>dissolve</code> ignores the
value and uses <code>1.0-<span class=
"arg">src_percentage</span></code> instead.</dd>
</dl>

<p>The <code>dissolve</code> method can be called with or
Expand Down

0 comments on commit b1e9c0a

Please sign in to comment.