From 35ac8287d5b3f432b07fb50c83b6cb94ca18b17a Mon Sep 17 00:00:00 2001 From: rmagick Date: Tue, 3 Jan 2006 17:20:57 +0000 Subject: [PATCH] Document new "order" option to Image#ordered_dither --- doc/image2.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/doc/image2.html b/doc/image2.html index 049793ee2..e3eeb8aa8 100644 --- a/doc/image2.html +++ b/doc/image2.html @@ -11,7 +11,7 @@ "text/html; charset=us-ascii" /> + "Copyright (C) 2006 by Timothy P. Hunter" /> @@ -488,12 +488,12 @@

Example

frame example + "ex/frame.jpg" alt="frame example" />

@@ -2116,8 +2116,8 @@

Magick API

ordered_dither

-

image.ordered_dither -> - anImage

+

image.ordered_dither(order=2) -> anImage

@@ -2127,6 +2127,15 @@

Description

reducing color images to monochrome using positional information to retain as much information as possible.

+

Arguments

+ +
+
order
+ +
The dither order. Must be one of the integers 2, 3, or + 4.
+
+

Returns

A new image

@@ -2149,7 +2158,7 @@

See also

Magick API

-

OrderedDitherImage

+

RandomThresholdImageChannel