rdp-rmagick 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +769 -0
- data/Doxyfile +1514 -0
- data/README-Mac-OSX.txt +1 -0
- data/README.md +231 -0
- data/build_tarball.rake +215 -0
- data/doc/comtasks.html +287 -0
- data/doc/constants.html +1581 -0
- data/doc/css/doc.css +299 -0
- data/doc/css/popup.css +34 -0
- data/doc/css/ref.css +67 -0
- data/doc/draw.html +3269 -0
- data/doc/ex/InitialCoords.rb +23 -0
- data/doc/ex/NewCoordSys.rb +32 -0
- data/doc/ex/OrigCoordSys.rb +18 -0
- data/doc/ex/PreserveAspectRatio.rb +205 -0
- data/doc/ex/RotateScale.rb +37 -0
- data/doc/ex/Skew.rb +38 -0
- data/doc/ex/Use01.rb +16 -0
- data/doc/ex/Use02.rb +21 -0
- data/doc/ex/Use03.rb +16 -0
- data/doc/ex/ViewBox.rb +33 -0
- data/doc/ex/adaptive_threshold.rb +10 -0
- data/doc/ex/add_noise.rb +17 -0
- data/doc/ex/affine.rb +48 -0
- data/doc/ex/affine_transform.rb +20 -0
- data/doc/ex/arc.rb +49 -0
- data/doc/ex/arcpath.rb +33 -0
- data/doc/ex/arcs01.rb +28 -0
- data/doc/ex/arcs02.rb +61 -0
- data/doc/ex/average.rb +15 -0
- data/doc/ex/axes.rb +64 -0
- data/doc/ex/baseline_shift01.rb +18 -0
- data/doc/ex/bilevel_channel.rb +9 -0
- data/doc/ex/blur_image.rb +12 -0
- data/doc/ex/border.rb +10 -0
- data/doc/ex/bounding_box.rb +44 -0
- data/doc/ex/cbezier1.rb +42 -0
- data/doc/ex/cbezier2.rb +42 -0
- data/doc/ex/cbezier3.rb +42 -0
- data/doc/ex/cbezier4.rb +43 -0
- data/doc/ex/cbezier5.rb +43 -0
- data/doc/ex/cbezier6.rb +53 -0
- data/doc/ex/channel.rb +26 -0
- data/doc/ex/charcoal.rb +12 -0
- data/doc/ex/chop.rb +29 -0
- data/doc/ex/circle.rb +33 -0
- data/doc/ex/circle01.rb +17 -0
- data/doc/ex/clip_path.rb +60 -0
- data/doc/ex/coalesce.rb +60 -0
- data/doc/ex/color_fill_to_border.rb +29 -0
- data/doc/ex/color_floodfill.rb +28 -0
- data/doc/ex/color_histogram.rb +48 -0
- data/doc/ex/color_reset.rb +11 -0
- data/doc/ex/colorize.rb +16 -0
- data/doc/ex/colors.rb +64 -0
- data/doc/ex/compose_mask.rb +23 -0
- data/doc/ex/composite.rb +135 -0
- data/doc/ex/composite_layers.rb +53 -0
- data/doc/ex/composite_tiled.rb +23 -0
- data/doc/ex/contrast.rb +36 -0
- data/doc/ex/crop.rb +31 -0
- data/doc/ex/crop_with_gravity.rb +46 -0
- data/doc/ex/cubic01.rb +45 -0
- data/doc/ex/cubic02.rb +94 -0
- data/doc/ex/cycle_colormap.rb +21 -0
- data/doc/ex/dissolve.rb +13 -0
- data/doc/ex/drawcomp.rb +42 -0
- data/doc/ex/drop_shadow.rb +60 -0
- data/doc/ex/edge.rb +11 -0
- data/doc/ex/ellipse.rb +45 -0
- data/doc/ex/ellipse01.rb +22 -0
- data/doc/ex/emboss.rb +11 -0
- data/doc/ex/enhance.rb +28 -0
- data/doc/ex/equalize.rb +11 -0
- data/doc/ex/evenodd.rb +43 -0
- data/doc/ex/fill_pattern.rb +26 -0
- data/doc/ex/flatten_images.rb +36 -0
- data/doc/ex/flip.rb +11 -0
- data/doc/ex/flop.rb +11 -0
- data/doc/ex/font_styles.rb +34 -0
- data/doc/ex/fonts.rb +20 -0
- data/doc/ex/frame.rb +12 -0
- data/doc/ex/gaussian_blur.rb +11 -0
- data/doc/ex/get_multiline_type_metrics.rb +42 -0
- data/doc/ex/get_pixels.rb +48 -0
- data/doc/ex/get_type_metrics.rb +146 -0
- data/doc/ex/gradientfill.rb +27 -0
- data/doc/ex/grav.rb +46 -0
- data/doc/ex/gravity.rb +79 -0
- data/doc/ex/group.rb +26 -0
- data/doc/ex/hatchfill.rb +27 -0
- data/doc/ex/image.rb +46 -0
- data/doc/ex/images/Apple.miff +0 -0
- data/doc/ex/images/Ballerina.jpg +0 -0
- data/doc/ex/images/Ballerina3.jpg +0 -0
- data/doc/ex/images/Button_0.gif +0 -0
- data/doc/ex/images/Button_1.gif +0 -0
- data/doc/ex/images/Button_2.gif +0 -0
- data/doc/ex/images/Button_3.gif +0 -0
- data/doc/ex/images/Button_4.gif +0 -0
- data/doc/ex/images/Button_5.gif +0 -0
- data/doc/ex/images/Button_6.gif +0 -0
- data/doc/ex/images/Button_7.gif +0 -0
- data/doc/ex/images/Button_8.gif +0 -0
- data/doc/ex/images/Button_9.gif +0 -0
- data/doc/ex/images/Button_A.gif +0 -0
- data/doc/ex/images/Button_B.gif +0 -0
- data/doc/ex/images/Button_C.gif +0 -0
- data/doc/ex/images/Button_D.gif +0 -0
- data/doc/ex/images/Button_E.gif +0 -0
- data/doc/ex/images/Button_F.gif +0 -0
- data/doc/ex/images/Button_G.gif +0 -0
- data/doc/ex/images/Button_H.gif +0 -0
- data/doc/ex/images/Button_I.gif +0 -0
- data/doc/ex/images/Button_J.gif +0 -0
- data/doc/ex/images/Button_K.gif +0 -0
- data/doc/ex/images/Button_L.gif +0 -0
- data/doc/ex/images/Button_M.gif +0 -0
- data/doc/ex/images/Button_N.gif +0 -0
- data/doc/ex/images/Button_O.gif +0 -0
- data/doc/ex/images/Button_P.gif +0 -0
- data/doc/ex/images/Button_Q.gif +0 -0
- data/doc/ex/images/Button_R.gif +0 -0
- data/doc/ex/images/Button_S.gif +0 -0
- data/doc/ex/images/Button_T.gif +0 -0
- data/doc/ex/images/Button_U.gif +0 -0
- data/doc/ex/images/Button_V.gif +0 -0
- data/doc/ex/images/Button_W.gif +0 -0
- data/doc/ex/images/Button_X.gif +0 -0
- data/doc/ex/images/Button_Y.gif +0 -0
- data/doc/ex/images/Button_Z.gif +0 -0
- data/doc/ex/images/Cheetah.jpg +0 -0
- data/doc/ex/images/Coffee.wmf +0 -0
- data/doc/ex/images/Flower_Hat.jpg +0 -0
- data/doc/ex/images/Gold_Statue.jpg +0 -0
- data/doc/ex/images/Hot_Air_Balloons.jpg +0 -0
- data/doc/ex/images/Hot_Air_Balloons_H.jpg +0 -0
- data/doc/ex/images/Leaf.miff +0 -0
- data/doc/ex/images/No.wmf +0 -0
- data/doc/ex/images/Polynesia.jpg +0 -0
- data/doc/ex/images/Red_Rocks.jpg +0 -0
- data/doc/ex/images/Rocks_On_Beach.miff +0 -0
- data/doc/ex/images/Shorts.jpg +0 -0
- data/doc/ex/images/Snake.wmf +0 -0
- data/doc/ex/images/Violin.jpg +0 -0
- data/doc/ex/images/Yellow_Rose.miff +0 -0
- data/doc/ex/images/big-duck.gif +0 -0
- data/doc/ex/images/duck.gif +0 -0
- data/doc/ex/images/duck0.gif +0 -0
- data/doc/ex/images/duck1.gif +0 -0
- data/doc/ex/images/duck10.gif +0 -0
- data/doc/ex/images/duck11.gif +0 -0
- data/doc/ex/images/duck12.gif +0 -0
- data/doc/ex/images/duck13.gif +0 -0
- data/doc/ex/images/duck14.gif +0 -0
- data/doc/ex/images/duck15.gif +0 -0
- data/doc/ex/images/duck2.gif +0 -0
- data/doc/ex/images/duck3.gif +0 -0
- data/doc/ex/images/duck4.gif +0 -0
- data/doc/ex/images/duck5.gif +0 -0
- data/doc/ex/images/duck6.gif +0 -0
- data/doc/ex/images/duck7.gif +0 -0
- data/doc/ex/images/duck8.gif +0 -0
- data/doc/ex/images/duck9.gif +0 -0
- data/doc/ex/images/graydient230x6.gif +0 -0
- data/doc/ex/images/logo400x83.gif +0 -0
- data/doc/ex/images/model.miff +0 -0
- data/doc/ex/images/notimplemented.gif +0 -0
- data/doc/ex/images/smile.miff +0 -0
- data/doc/ex/images/spin.gif +0 -0
- data/doc/ex/implode.rb +34 -0
- data/doc/ex/level.rb +11 -0
- data/doc/ex/level_colors.rb +11 -0
- data/doc/ex/line.rb +42 -0
- data/doc/ex/line01.rb +23 -0
- data/doc/ex/mask.rb +36 -0
- data/doc/ex/matte_fill_to_border.rb +40 -0
- data/doc/ex/matte_floodfill.rb +33 -0
- data/doc/ex/matte_replace.rb +40 -0
- data/doc/ex/median_filter.rb +28 -0
- data/doc/ex/modulate.rb +11 -0
- data/doc/ex/mono.rb +23 -0
- data/doc/ex/morph.rb +26 -0
- data/doc/ex/mosaic.rb +35 -0
- data/doc/ex/motion_blur.rb +11 -0
- data/doc/ex/negate.rb +11 -0
- data/doc/ex/negate_channel.rb +9 -0
- data/doc/ex/nested_rvg.rb +21 -0
- data/doc/ex/nonzero.rb +43 -0
- data/doc/ex/normalize.rb +11 -0
- data/doc/ex/oil_paint.rb +11 -0
- data/doc/ex/opacity.rb +37 -0
- data/doc/ex/ordered_dither.rb +11 -0
- data/doc/ex/path.rb +64 -0
- data/doc/ex/pattern1.rb +25 -0
- data/doc/ex/pattern2.rb +26 -0
- data/doc/ex/polaroid.rb +28 -0
- data/doc/ex/polygon.rb +24 -0
- data/doc/ex/polygon01.rb +23 -0
- data/doc/ex/polyline.rb +23 -0
- data/doc/ex/polyline01.rb +23 -0
- data/doc/ex/posterize.rb +8 -0
- data/doc/ex/preview.rb +9 -0
- data/doc/ex/qbezierpath.rb +52 -0
- data/doc/ex/quad01.rb +36 -0
- data/doc/ex/quantize-m.rb +25 -0
- data/doc/ex/radial_blur.rb +9 -0
- data/doc/ex/raise.rb +8 -0
- data/doc/ex/random_threshold_channel.rb +13 -0
- data/doc/ex/rect01.rb +15 -0
- data/doc/ex/rect02.rb +22 -0
- data/doc/ex/rectangle.rb +35 -0
- data/doc/ex/reduce_noise.rb +28 -0
- data/doc/ex/remap.rb +12 -0
- data/doc/ex/remap_images.rb +21 -0
- data/doc/ex/resize_to_fill.rb +10 -0
- data/doc/ex/resize_to_fit.rb +10 -0
- data/doc/ex/roll.rb +9 -0
- data/doc/ex/rotate.rb +45 -0
- data/doc/ex/rotate_f.rb +14 -0
- data/doc/ex/roundrect.rb +34 -0
- data/doc/ex/rubyname.rb +30 -0
- data/doc/ex/rvg_clippath.rb +14 -0
- data/doc/ex/rvg_linecap.rb +43 -0
- data/doc/ex/rvg_linejoin.rb +41 -0
- data/doc/ex/rvg_opacity.rb +19 -0
- data/doc/ex/rvg_pattern.rb +26 -0
- data/doc/ex/rvg_stroke_dasharray.rb +12 -0
- data/doc/ex/segment.rb +11 -0
- data/doc/ex/sepiatone.rb +8 -0
- data/doc/ex/shade.rb +11 -0
- data/doc/ex/shadow.rb +31 -0
- data/doc/ex/shave.rb +15 -0
- data/doc/ex/shear.rb +10 -0
- data/doc/ex/sketch.rb +18 -0
- data/doc/ex/skewx.rb +52 -0
- data/doc/ex/skewy.rb +47 -0
- data/doc/ex/smile.rb +125 -0
- data/doc/ex/solarize.rb +11 -0
- data/doc/ex/sparse_color.rb +55 -0
- data/doc/ex/splice.rb +9 -0
- data/doc/ex/spread.rb +11 -0
- data/doc/ex/stegano.rb +55 -0
- data/doc/ex/stroke_dasharray.rb +43 -0
- data/doc/ex/stroke_fill.rb +11 -0
- data/doc/ex/stroke_linecap.rb +44 -0
- data/doc/ex/stroke_linejoin.rb +48 -0
- data/doc/ex/stroke_width.rb +49 -0
- data/doc/ex/swirl.rb +17 -0
- data/doc/ex/text.rb +37 -0
- data/doc/ex/text01.rb +17 -0
- data/doc/ex/text_align.rb +36 -0
- data/doc/ex/text_antialias.rb +38 -0
- data/doc/ex/text_styles.rb +21 -0
- data/doc/ex/text_undercolor.rb +28 -0
- data/doc/ex/texture_fill_to_border.rb +34 -0
- data/doc/ex/texture_floodfill.rb +32 -0
- data/doc/ex/texturefill.rb +25 -0
- data/doc/ex/threshold.rb +13 -0
- data/doc/ex/to_blob.rb +14 -0
- data/doc/ex/translate.rb +39 -0
- data/doc/ex/transparent.rb +38 -0
- data/doc/ex/transpose.rb +9 -0
- data/doc/ex/transverse.rb +9 -0
- data/doc/ex/tref01.rb +25 -0
- data/doc/ex/triangle01.rb +16 -0
- data/doc/ex/trim.rb +24 -0
- data/doc/ex/tspan01.rb +18 -0
- data/doc/ex/tspan02.rb +19 -0
- data/doc/ex/tspan03.rb +21 -0
- data/doc/ex/unsharp_mask.rb +28 -0
- data/doc/ex/viewex.rb +35 -0
- data/doc/ex/vignette.rb +12 -0
- data/doc/ex/watermark.rb +28 -0
- data/doc/ex/wave.rb +9 -0
- data/doc/ex/wet_floor.rb +59 -0
- data/doc/ex/writing_mode01.rb +27 -0
- data/doc/ex/writing_mode02.rb +26 -0
- data/doc/ilist.html +2056 -0
- data/doc/image1.html +4680 -0
- data/doc/image2.html +3665 -0
- data/doc/image3.html +4522 -0
- data/doc/imageattrs.html +1638 -0
- data/doc/imusage.html +514 -0
- data/doc/index.html +416 -0
- data/doc/info.html +1499 -0
- data/doc/magick.html +565 -0
- data/doc/optequiv.html +2435 -0
- data/doc/rvg.html +975 -0
- data/doc/rvgclip.html +248 -0
- data/doc/rvggroup.html +305 -0
- data/doc/rvgimage.html +289 -0
- data/doc/rvgpattern.html +475 -0
- data/doc/rvgshape.html +406 -0
- data/doc/rvgstyle.html +270 -0
- data/doc/rvgtext.html +465 -0
- data/doc/rvgtspan.html +238 -0
- data/doc/rvgtut.html +530 -0
- data/doc/rvguse.html +145 -0
- data/doc/rvgxform.html +294 -0
- data/doc/scripts/doc.js +22 -0
- data/doc/scripts/stripeTables.js +23 -0
- data/doc/struct.html +1339 -0
- data/doc/usage.html +1621 -0
- data/examples/constitute.rb +7 -0
- data/examples/crop_with_gravity.rb +46 -0
- data/examples/demo.rb +324 -0
- data/examples/describe.rb +44 -0
- data/examples/find_similar_region.rb +34 -0
- data/examples/histogram.rb +325 -0
- data/examples/identify.rb +187 -0
- data/examples/image_opacity.rb +29 -0
- data/examples/import_export.rb +31 -0
- data/examples/pattern_fill.rb +38 -0
- data/examples/rotating_text.rb +45 -0
- data/examples/spinner.rb +50 -0
- data/examples/thumbnail.rb +65 -0
- data/examples/vignette.rb +79 -0
- data/ext/RMagick/Makefile +180 -0
- data/ext/RMagick/RMagick2.so +0 -0
- data/ext/RMagick/extconf.h +119 -0
- data/ext/RMagick/extconf.rb +406 -0
- data/ext/RMagick/mkmf.log +3022 -0
- data/ext/RMagick/rmagick.c +394 -0
- data/ext/RMagick/rmagick.h +1307 -0
- data/ext/RMagick/rmagick.o +0 -0
- data/ext/RMagick/rmdraw.c +1991 -0
- data/ext/RMagick/rmdraw.o +0 -0
- data/ext/RMagick/rmenum.c +1224 -0
- data/ext/RMagick/rmenum.o +0 -0
- data/ext/RMagick/rmfill.c +717 -0
- data/ext/RMagick/rmfill.o +0 -0
- data/ext/RMagick/rmilist.c +1217 -0
- data/ext/RMagick/rmilist.o +0 -0
- data/ext/RMagick/rmimage.c +15099 -0
- data/ext/RMagick/rmimage.o +0 -0
- data/ext/RMagick/rminfo.c +2567 -0
- data/ext/RMagick/rminfo.o +0 -0
- data/ext/RMagick/rmmain.c +1705 -0
- data/ext/RMagick/rmmain.o +0 -0
- data/ext/RMagick/rmmontage.c +511 -0
- data/ext/RMagick/rmmontage.o +0 -0
- data/ext/RMagick/rmpixel.c +1103 -0
- data/ext/RMagick/rmpixel.o +0 -0
- data/ext/RMagick/rmstruct.c +1047 -0
- data/ext/RMagick/rmstruct.o +0 -0
- data/ext/RMagick/rmutil.c +1730 -0
- data/ext/RMagick/rmutil.o +0 -0
- data/lib/RMagick.rb +1962 -0
- data/lib/rvg/clippath.rb +48 -0
- data/lib/rvg/container.rb +131 -0
- data/lib/rvg/deep_equal.rb +56 -0
- data/lib/rvg/describable.rb +53 -0
- data/lib/rvg/embellishable.rb +417 -0
- data/lib/rvg/misc.rb +740 -0
- data/lib/rvg/paint.rb +55 -0
- data/lib/rvg/pathdata.rb +131 -0
- data/lib/rvg/rvg.rb +283 -0
- data/lib/rvg/stretchable.rb +168 -0
- data/lib/rvg/stylable.rb +124 -0
- data/lib/rvg/text.rb +187 -0
- data/lib/rvg/to_c.rb +103 -0
- data/lib/rvg/transformable.rb +133 -0
- data/lib/rvg/units.rb +66 -0
- data/metaconfig +7 -0
- data/post-clean.rb +12 -0
- data/post-install.rb +50 -0
- data/post-setup.rb +254 -0
- data/rmagick.gemspec +20 -0
- data/setup.rb +1585 -0
- data/test/Draw.rb +121 -0
- data/test/Image1.rb +762 -0
- data/test/Image2.rb +1308 -0
- data/test/Image3.rb +1001 -0
- data/test/ImageList1.rb +808 -0
- data/test/ImageList2.rb +389 -0
- data/test/Image_attributes.rb +682 -0
- data/test/Import_Export.rb +116 -0
- data/test/Info.rb +349 -0
- data/test/Magick.rb +364 -0
- data/test/Pixel.rb +120 -0
- data/test/Preview.rb +62 -0
- data/test/all_basic.rb +39 -0
- data/test/cmyk.icm +0 -0
- data/test/srgb.icm +0 -0
- data/test/test.0 +0 -0
- data/uninstall.rb +74 -0
- metadata +455 -0
data/doc/optequiv.html
ADDED
@@ -0,0 +1,2435 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta name="generator" content=
|
7
|
+
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
|
8
|
+
|
9
|
+
<title>RMagick 0.0.0: Magick Command Options and Their Equivalent
|
10
|
+
Methods</title>
|
11
|
+
<meta http-equiv="Content-Type" content=
|
12
|
+
"text/html; charset=us-ascii" />
|
13
|
+
<meta name="GENERATOR" content="Quanta Plus" />
|
14
|
+
<meta name="Copyright" content=
|
15
|
+
"Copyright (C) 2006 by Timothy P. Hunter" />
|
16
|
+
<link rel="stylesheet" type="text/css" href="css/doc.css" />
|
17
|
+
<script type="text/javascript" src="scripts/doc.js">
|
18
|
+
</script>
|
19
|
+
<script type="text/javascript" src="scripts/stripeTables.js">
|
20
|
+
</script>
|
21
|
+
<script type="text/javascript">
|
22
|
+
//<![CDATA[
|
23
|
+
addLoadEvent(stripeTables);
|
24
|
+
//]]>
|
25
|
+
</script>
|
26
|
+
<style type="text/css">
|
27
|
+
/*<![CDATA[*/
|
28
|
+
|
29
|
+
/* Styles local to this page. */
|
30
|
+
table {
|
31
|
+
margin-top: 2em;
|
32
|
+
margin-left: 5%;
|
33
|
+
width: 95%;
|
34
|
+
border: 1px solid #545454;
|
35
|
+
}
|
36
|
+
|
37
|
+
th {
|
38
|
+
padding: 2px;
|
39
|
+
vertical-align: top;
|
40
|
+
background-color: #c0c0c0;
|
41
|
+
width:50%;
|
42
|
+
}
|
43
|
+
|
44
|
+
td {
|
45
|
+
padding: 2px;
|
46
|
+
vertical-align :top;
|
47
|
+
}
|
48
|
+
|
49
|
+
.intro p {
|
50
|
+
margin-left: 5%;
|
51
|
+
margin-right: 5%;
|
52
|
+
padding: 5px;
|
53
|
+
}
|
54
|
+
|
55
|
+
.intro h3 {
|
56
|
+
margin: 0 0;
|
57
|
+
margin-top: 1em;
|
58
|
+
padding-left: 5px;
|
59
|
+
background-color: white;
|
60
|
+
background-image: url(ex/images/graydient230x6.gif);
|
61
|
+
background-repeat: repeat-y;
|
62
|
+
color: black;
|
63
|
+
font-weight: normal;
|
64
|
+
font-size: small;
|
65
|
+
padding-bottom: 0;
|
66
|
+
}
|
67
|
+
|
68
|
+
/*]]>*/
|
69
|
+
</style>
|
70
|
+
</head>
|
71
|
+
|
72
|
+
<body>
|
73
|
+
<h6 id="header">RMagick 0.0.0 User's Guide and Reference</h6>
|
74
|
+
|
75
|
+
<div class="nav">
|
76
|
+
« <a href="index.html">Prev</a> | <a href=
|
77
|
+
"imusage.html">Contents</a> | <a href="comtasks.html">Next</a>
|
78
|
+
»
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<h1>RMagick: Magick Command Options and Their Equivalent
|
82
|
+
Methods</h1>
|
83
|
+
|
84
|
+
<div id="toc">
|
85
|
+
<h2>Table of Contents</h2>
|
86
|
+
|
87
|
+
<h3>Commands</h3>
|
88
|
+
|
89
|
+
<div class="toccol">
|
90
|
+
<ul>
|
91
|
+
<li><a href="#convert">convert, mogrify</a></li>
|
92
|
+
|
93
|
+
<li><a href="#composite">composite</a></li>
|
94
|
+
|
95
|
+
<li><a href="#montage">montage</a></li>
|
96
|
+
</ul>
|
97
|
+
</div>
|
98
|
+
</div>
|
99
|
+
|
100
|
+
<h2 class="methods" id="convert">convert, mogrify</h2>
|
101
|
+
|
102
|
+
<div class="intro">
|
103
|
+
<h3>Introduction</h3>
|
104
|
+
|
105
|
+
<p>If you're familiar with the ImageMagick command-line tools
|
106
|
+
<code>convert</code>, <code>mogrify</code>,
|
107
|
+
<code>composite</code>, and <code>montage</code> you can use
|
108
|
+
the tables on this page to determine which RMagick methods
|
109
|
+
correspond to the options used by these tools.</p>
|
110
|
+
|
111
|
+
<p>The options listed below are for ImageMagick 6.5.5. Earlier
|
112
|
+
releases of ImageMagick may not support all these options.
|
113
|
+
Later releases of ImageMagick may have options that are not
|
114
|
+
listed.</p>
|
115
|
+
|
116
|
+
<p>ImageMagick's <code>convert</code> and <code>mogrify</code>
|
117
|
+
share many options with each other, as well as with the other
|
118
|
+
utilities. This table includes all the options for both
|
119
|
+
<code>convert</code> and <code>mogrify</code>. When another
|
120
|
+
utility has an option with the same name and purpose, and same
|
121
|
+
RMagick equivalent, the option is omitted from the table for
|
122
|
+
that utility.</p>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
<table class="striped" summary=
|
126
|
+
"convert, mogrify options and equivalent methods">
|
127
|
+
<thead>
|
128
|
+
<tr>
|
129
|
+
<th>Magick Option</th>
|
130
|
+
|
131
|
+
<th>RMagick Method</th>
|
132
|
+
</tr>
|
133
|
+
</thead>
|
134
|
+
|
135
|
+
<tbody>
|
136
|
+
<tr>
|
137
|
+
<td>-adaptive-blur <em>radius</em>x<em>sigma</em></td>
|
138
|
+
|
139
|
+
<td>Image#<a href=
|
140
|
+
"image1.html#adaptive_blur">adaptive_blur</a>(<em>radius</em>=0.0,
|
141
|
+
<em>sigma</em>=1.0)</td>
|
142
|
+
</tr>
|
143
|
+
|
144
|
+
<tr>
|
145
|
+
<td>-adaptive-resize <em>width</em>x<em>height</em></td>
|
146
|
+
|
147
|
+
<td>Image#<a href=
|
148
|
+
"image1.html#adaptive_resize">adaptive_resize</a>(<em>width</em>,
|
149
|
+
<em>height</em>)</td>
|
150
|
+
</tr>
|
151
|
+
|
152
|
+
<tr>
|
153
|
+
<td>-adaptive-sharpen <em>radius</em>x<em>sigma</em></td>
|
154
|
+
|
155
|
+
<td>Image#<a href=
|
156
|
+
"image1.html#adaptive_sharpen">adaptive_sharpen</a>(<em>radius</em>=0.0,
|
157
|
+
<em>sigma</em>=1.0)</td>
|
158
|
+
</tr>
|
159
|
+
|
160
|
+
<tr>
|
161
|
+
<td>-adjoin</td>
|
162
|
+
|
163
|
+
<td>No equivalent. All images in an imagelist are written
|
164
|
+
to the same file if the file format supports multi-image
|
165
|
+
files.</td>
|
166
|
+
</tr>
|
167
|
+
|
168
|
+
<tr>
|
169
|
+
<td>-affine <em>sx</em>, <em>rx</em>, <em>ry</em>,
|
170
|
+
<em>sy</em>, <em>tx</em>, <em>ty</em></td>
|
171
|
+
|
172
|
+
<td>Draw#<a href="draw.html#affine">affine</a>(<em>sx</em>,
|
173
|
+
<em>rx</em>, <em>ry</em>, <em>sy</em>, <em>tx</em>,
|
174
|
+
<em>ty</em>) (for drawing)<br />
|
175
|
+
Draw#<a href=
|
176
|
+
"draw.html#affine_eq">affine=</a><em>matrix</em> (for
|
177
|
+
annotation)</td>
|
178
|
+
</tr>
|
179
|
+
|
180
|
+
<tr>
|
181
|
+
<td>-alpha <em>type</em></td>
|
182
|
+
|
183
|
+
<td>Image#<a href=
|
184
|
+
"imageattrs.html#alpha">alpha=</a><em>type</em></td>
|
185
|
+
</tr>
|
186
|
+
|
187
|
+
<tr>
|
188
|
+
<td>-annotate
|
189
|
+
<em>x-rotate</em>x<em>y-rotate</em>+<em>x</em>+<em>y</em>
|
190
|
+
<em>text</em></td>
|
191
|
+
|
192
|
+
<td>Draw#<a href=
|
193
|
+
"draw.html#annotate">annotate</a>(<em>image</em>,
|
194
|
+
<em>width</em>, <em>height</em>, <em>x</em>, <em>y</em>,
|
195
|
+
<em>text</em>)</td>
|
196
|
+
</tr>
|
197
|
+
|
198
|
+
<tr>
|
199
|
+
<td>-antialias</td>
|
200
|
+
|
201
|
+
<td>Draw#<a href=
|
202
|
+
"draw.html#stroke_antialias">stroke_antialias</a>(<code>true</code>)<br />
|
203
|
+
|
204
|
+
Draw#<a href=
|
205
|
+
"draw.html#text_antialias">text_antialias</a>(<code>true</code>)
|
206
|
+
(for drawing)<br />
|
207
|
+
Draw#<a href=
|
208
|
+
"Draw#text_antialias_eq">text_antialias=</a><code>true</code>
|
209
|
+
(for annotation)</td>
|
210
|
+
</tr>
|
211
|
+
|
212
|
+
<tr>
|
213
|
+
<td>-append<br />
|
214
|
+
+append</td>
|
215
|
+
|
216
|
+
<td>ImageList#<a href=
|
217
|
+
"ilist.html#append">append</a>(<code>true</code>)<br />
|
218
|
+
ImageList#<a href=
|
219
|
+
"ilist.html#append">append</a>(<code>false</code>)</td>
|
220
|
+
</tr>
|
221
|
+
|
222
|
+
<tr>
|
223
|
+
<td>-attenuate <em>value</em></td>
|
224
|
+
|
225
|
+
<td>Image::Info#<a href=
|
226
|
+
"info.html#attenuate">attenuate</a>=<em>value</em></td>
|
227
|
+
</tr>
|
228
|
+
|
229
|
+
<tr>
|
230
|
+
<td>-authenticate <em>string</em></td>
|
231
|
+
|
232
|
+
<td>Image::Info#<a href=
|
233
|
+
"info.html#authenticate">authenticate</a>=<em>string</em></td>
|
234
|
+
</tr>
|
235
|
+
|
236
|
+
<tr>
|
237
|
+
<td>-auto-gamma</td>
|
238
|
+
|
239
|
+
<td>Image#<a href=
|
240
|
+
"image1.html#auto_gamma_channel">auto_gamma_channel</a>([<em><a href="constants.html#ChannelType">channel</a></em>...])</td>
|
241
|
+
</tr>
|
242
|
+
|
243
|
+
<tr>
|
244
|
+
<td>-auto-level</td>
|
245
|
+
|
246
|
+
<td>Image#<a href=
|
247
|
+
"image1.html#auto_level_channel">auto_level_channel</a>([<em><a href="constants.html#ChannelType">channel</a></em>...])</td>
|
248
|
+
</tr>
|
249
|
+
|
250
|
+
<tr>
|
251
|
+
<td>-auto-orient</td>
|
252
|
+
|
253
|
+
<td>Image#<a href=
|
254
|
+
"image1.html#auto-orient">auto-orient</a></td>
|
255
|
+
</tr>
|
256
|
+
|
257
|
+
<tr>
|
258
|
+
<td>-average</td>
|
259
|
+
|
260
|
+
<td>ImageList#<a href="ilist.html#average">average</a></td>
|
261
|
+
</tr>
|
262
|
+
|
263
|
+
<tr>
|
264
|
+
<td>-backdrop <em>color</em></td>
|
265
|
+
|
266
|
+
<td>No equivalent</td>
|
267
|
+
</tr>
|
268
|
+
|
269
|
+
<tr>
|
270
|
+
<td>-background <em>color</em></td>
|
271
|
+
|
272
|
+
<td>Image::Info#<a href=
|
273
|
+
"info.html#background_color">background_color=</a><em>color</em></td>
|
274
|
+
</tr>
|
275
|
+
|
276
|
+
<tr>
|
277
|
+
<td>-bench</td>
|
278
|
+
|
279
|
+
<td>No equivalent</td>
|
280
|
+
</tr>
|
281
|
+
|
282
|
+
<tr>
|
283
|
+
<td>-bias <em>value[%]</em></td>
|
284
|
+
|
285
|
+
<td>Image#<a href=
|
286
|
+
"imageattrs.html#bias">bias</a>(<em>value</em>)<br />
|
287
|
+
Image#<a href=
|
288
|
+
"imageattrs.html#bias">bias</a>('<em>value%</em>')</td>
|
289
|
+
</tr>
|
290
|
+
|
291
|
+
<tr>
|
292
|
+
<td>-black-point-compensation</td>
|
293
|
+
|
294
|
+
<td>Image#<a href=
|
295
|
+
"imageattrs.html#black_point_compensation">black_point_compensation</a>=
|
296
|
+
<code>true</code></td>
|
297
|
+
</tr>
|
298
|
+
|
299
|
+
<tr>
|
300
|
+
<td>-black-threshold <em>threshold</em></td>
|
301
|
+
|
302
|
+
<td>Image#<a href=
|
303
|
+
"image1.html#black_threshold">black_threshold</a>(<em>red_channel</em>
|
304
|
+
[, <em>green_channel</em> [, <em>blue_channel</em> [,
|
305
|
+
<em>opacity_channel</em>]]])</td>
|
306
|
+
</tr>
|
307
|
+
|
308
|
+
<tr>
|
309
|
+
<td>-blend <em>src-percent</em>x<em>dst-percent</em></td>
|
310
|
+
|
311
|
+
<td>Image#<a href=
|
312
|
+
"image1.html#blend">blend</a>(<em>overlay</em>,
|
313
|
+
<em>src_percent</em>, <em>dst_percent</em>,
|
314
|
+
<em>x_offset</em>=0, <em>y_offset</em>=0)</td>
|
315
|
+
</tr>
|
316
|
+
|
317
|
+
<tr>
|
318
|
+
<td>-blue-primary <em>x</em>,<em>y</em></td>
|
319
|
+
|
320
|
+
<td>Image#<a href=
|
321
|
+
"imageattrs.html#chromaticity">chromaticity=</a>
|
322
|
+
<em><a href=
|
323
|
+
"struct.html#Chromaticity">chromaticity</a></em></td>
|
324
|
+
</tr>
|
325
|
+
|
326
|
+
<tr>
|
327
|
+
<td>-blue-shift <em>factor</em></td>
|
328
|
+
|
329
|
+
<td>Image#<a href=
|
330
|
+
"image1.html#blue_shift">blue_shift</a>(<em>factor</em>)</td>
|
331
|
+
</tr>
|
332
|
+
|
333
|
+
<tr>
|
334
|
+
<td>-blur <em>radius</em>x<em>sigma</em></td>
|
335
|
+
|
336
|
+
<td>Image#<a href=
|
337
|
+
"image1.html#blur_image">blur_image</a>(<em>radius</em>=0.0,
|
338
|
+
<em>sigma</em>=1.0)</td>
|
339
|
+
</tr>
|
340
|
+
|
341
|
+
<tr>
|
342
|
+
<td>-border <em>width</em>x<em>height</em></td>
|
343
|
+
|
344
|
+
<td>Image#<a href=
|
345
|
+
"image1.html#border">border</a>(<em>width</em>,
|
346
|
+
<em>height</em>, <em>color</em>)</td>
|
347
|
+
</tr>
|
348
|
+
|
349
|
+
<tr>
|
350
|
+
<td>-bordercolor <em>color</em></td>
|
351
|
+
|
352
|
+
<td>Image#<a href=
|
353
|
+
"imageattrs.html#border_color">border_color=</a><em>color</em></td>
|
354
|
+
</tr>
|
355
|
+
|
356
|
+
<tr>
|
357
|
+
<td>-borderwidth <em>geometry</em></td>
|
358
|
+
|
359
|
+
<td>No equivalent</td>
|
360
|
+
</tr>
|
361
|
+
|
362
|
+
<tr>
|
363
|
+
<td>-cache <em>threshold</em></td>
|
364
|
+
|
365
|
+
<td>See <a href="#limit">-limit</a>, below</td>
|
366
|
+
</tr>
|
367
|
+
|
368
|
+
<tr>
|
369
|
+
<td>-caption <em>string</em></td>
|
370
|
+
|
371
|
+
<td>Image::Info#<a href=
|
372
|
+
"info.html#caption">caption=</a><em>string</em></td>
|
373
|
+
</tr>
|
374
|
+
|
375
|
+
<tr>
|
376
|
+
<td>-cdl <em>filename</em></td>
|
377
|
+
|
378
|
+
<td>No equivalent</td>
|
379
|
+
</tr>
|
380
|
+
|
381
|
+
<tr>
|
382
|
+
<td>-channel <em>type</em></td>
|
383
|
+
|
384
|
+
<td>Image::Info#<a href=
|
385
|
+
"info.html#channel">channel</a>(<em>type</em> [,
|
386
|
+
<em>type</em>...])<br />
|
387
|
+
Channel value arguments are accepted by many methods.</td>
|
388
|
+
</tr>
|
389
|
+
|
390
|
+
<tr>
|
391
|
+
<td>-charcoal <em>factor</em></td>
|
392
|
+
|
393
|
+
<td>Image#<a href=
|
394
|
+
"image1.html#charcoal">charcoal</a>(<em>radius</em>=0.0,
|
395
|
+
<em>sigma</em>=1.0)</td>
|
396
|
+
</tr>
|
397
|
+
|
398
|
+
<tr>
|
399
|
+
<td>-chop
|
400
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
|
401
|
+
|
402
|
+
<td>Image#<a href="image1.html#chop">chop</a>(<em>x</em>,
|
403
|
+
<em>y</em>, <em>width</em>, <em>height</em>)</td>
|
404
|
+
</tr>
|
405
|
+
|
406
|
+
<tr>
|
407
|
+
<td>-clip</td>
|
408
|
+
|
409
|
+
<td>No equivalent</td>
|
410
|
+
</tr>
|
411
|
+
|
412
|
+
<tr>
|
413
|
+
<td>-clip-mask</td>
|
414
|
+
|
415
|
+
<td>Image#<a href=
|
416
|
+
"imageattrs.html#mask">mask</a>(image)</td>
|
417
|
+
</tr>
|
418
|
+
|
419
|
+
<tr>
|
420
|
+
<td>-clip-path</td>
|
421
|
+
|
422
|
+
<td>No equivalent</td>
|
423
|
+
</tr>
|
424
|
+
|
425
|
+
<tr>
|
426
|
+
<td>-clone</td>
|
427
|
+
|
428
|
+
<td>Image#<a href="image1.html#clone">clone</a><br />
|
429
|
+
Image#<a href="image1.html#copy">copy</a><br />
|
430
|
+
Image#<a href="image1.html#dup">dup</a></td>
|
431
|
+
</tr>
|
432
|
+
|
433
|
+
<tr>
|
434
|
+
<td>-clut</td>
|
435
|
+
|
436
|
+
<td>Image#<a href=
|
437
|
+
"image1.html#clut_channel">clut_channel</a>(<em>clut_image</em>
|
438
|
+
[, <em>channel...</em>])</td>
|
439
|
+
</tr>
|
440
|
+
|
441
|
+
<tr>
|
442
|
+
<td>-coalesce</td>
|
443
|
+
|
444
|
+
<td>ImageList#<a href=
|
445
|
+
"ilist.html#coalesce">coalesce</a></td>
|
446
|
+
</tr>
|
447
|
+
|
448
|
+
<tr>
|
449
|
+
<td>-colorize <em>value</em></td>
|
450
|
+
|
451
|
+
<td>Image#<a href=
|
452
|
+
"image1.html#colorize">colorize</a>(<em>red</em>,
|
453
|
+
<em>green</em>, <em>blue</em>, [<em>matte</em>, ]
|
454
|
+
<em>fill</em>)</td>
|
455
|
+
</tr>
|
456
|
+
|
457
|
+
<tr>
|
458
|
+
<td>-colormap <em>type</em></td>
|
459
|
+
|
460
|
+
<td>No equivalent</td>
|
461
|
+
</tr>
|
462
|
+
|
463
|
+
<tr>
|
464
|
+
<td>-colors</td>
|
465
|
+
|
466
|
+
<td>This option corresponds to the first argument to
|
467
|
+
Image#<a href="image3.html#quantize">quantize</a> and
|
468
|
+
ImageList#<a href="ilist.html#quantize">quantize</a>.</td>
|
469
|
+
</tr>
|
470
|
+
|
471
|
+
<tr>
|
472
|
+
<td>-colorspace <em>colorspace</em></td>
|
473
|
+
|
474
|
+
<td>Image#<a href=
|
475
|
+
"imageattrs.html#colorspace">colorspace=</a><em><a href=
|
476
|
+
"constants.html#ColorspaceType">colorspace</a></em><br />
|
477
|
+
Also corresponds to the <em>colorspace</em> argument to
|
478
|
+
Image#<a href="image3.html#quantize">quantize</a> and
|
479
|
+
ImageList#<a href="ilist.html#quantize">quantize</a></td>
|
480
|
+
</tr>
|
481
|
+
|
482
|
+
<tr>
|
483
|
+
<td>-combine</td>
|
484
|
+
|
485
|
+
<td>Image.<a href=
|
486
|
+
"image1.html#combine">combine</a>(<em>red</em>,
|
487
|
+
<em>green</em>, <em>blue</em>, <em>opacity</em>)</td>
|
488
|
+
</tr>
|
489
|
+
|
490
|
+
<tr>
|
491
|
+
<td>-comment <em>string</em></td>
|
492
|
+
|
493
|
+
<td>Image#<a href=
|
494
|
+
"image1.html#aset">['Comment']=</a><em>string</em></td>
|
495
|
+
</tr>
|
496
|
+
|
497
|
+
<tr>
|
498
|
+
<td>-compose <em>operator</em></td>
|
499
|
+
|
500
|
+
<td>This option corresponds to the <em><a href=
|
501
|
+
"constants.html#CompositeOperator">composite_op</a></em>
|
502
|
+
argument to Image#<a href=
|
503
|
+
"image1.html#composite">composite</a>.</td>
|
504
|
+
</tr>
|
505
|
+
|
506
|
+
<tr>
|
507
|
+
<td>-compose Mathematics -set option:compose:args
|
508
|
+
<em>a</em>,<em>b</em>,<em>c</em>,<em>d</em></td>
|
509
|
+
|
510
|
+
<td>Image#<a href=
|
511
|
+
"image1.html#composite_mathematics">composite_mathematics</a>(<em>source_image</em>,
|
512
|
+
<em>a</em>, <em>b</em>, <em>c</em>, <em>d</em>,
|
513
|
+
<em>gravity</em>, <em>x</em>, <em>y</em>)</td>
|
514
|
+
</tr>
|
515
|
+
|
516
|
+
<tr>
|
517
|
+
<td>-composite</td>
|
518
|
+
|
519
|
+
<td>Image#<a href=
|
520
|
+
"image1.html#composite">composite</a>(<em>source_image</em>,
|
521
|
+
<em>gravity</em>, <em>x</em>, <em>y</em>, <em><a href=
|
522
|
+
"constants.html#CompositeOperator">composite_op</a></em>)</td>
|
523
|
+
</tr>
|
524
|
+
|
525
|
+
<tr>
|
526
|
+
<td>-compress <em>type</em></td>
|
527
|
+
|
528
|
+
<td>Image#<a href=
|
529
|
+
"imageattrs.html#compression">compression=</a><em><a href=
|
530
|
+
"constants.html#CompressionType">type</a></em></td>
|
531
|
+
</tr>
|
532
|
+
|
533
|
+
<tr>
|
534
|
+
<td>-contrast<br />
|
535
|
+
+contrast</td>
|
536
|
+
|
537
|
+
<td>Image#<a href=
|
538
|
+
"image1.html#contrast">contrast</a>(<code>true</code>)<br />
|
539
|
+
|
540
|
+
Image#<a href=
|
541
|
+
"image1.html#contrast">contrast</a>(<code>false</code>)</td>
|
542
|
+
</tr>
|
543
|
+
|
544
|
+
<tr>
|
545
|
+
<td>-contrast-stretch
|
546
|
+
<em>black-point</em>x<em>white-point</em></td>
|
547
|
+
|
548
|
+
<td>Image#<a href=
|
549
|
+
"image1.html#contrast_stretch_channel">contrast_stretch_channel</a>(
|
550
|
+
<em>black_point</em>, <em>white_point</em> [, <em><a href=
|
551
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
552
|
+
</tr>
|
553
|
+
|
554
|
+
<tr>
|
555
|
+
<td>-convolve <em>kernel</em></td>
|
556
|
+
|
557
|
+
<td>Image#<a href=
|
558
|
+
"image1.html#convolve">convolve</a>(<em>order</em>,
|
559
|
+
<em>kernel</em>)</td>
|
560
|
+
</tr>
|
561
|
+
|
562
|
+
<tr>
|
563
|
+
<td>-crop
|
564
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
|
565
|
+
|
566
|
+
<td>Image#<a href="image1.html#crop">crop</a>(<em>x</em>,
|
567
|
+
<em>y</em>, <em>width</em>, <em>height</em>)</td>
|
568
|
+
</tr>
|
569
|
+
|
570
|
+
<tr>
|
571
|
+
<td>-cycle <em>amount</em></td>
|
572
|
+
|
573
|
+
<td>Image#<a href=
|
574
|
+
"image1.html#cycle_colormap">cycle_colormap</a>(<em>amount</em>)</td>
|
575
|
+
</tr>
|
576
|
+
|
577
|
+
<tr>
|
578
|
+
<td>-debug</td>
|
579
|
+
|
580
|
+
<td>Magick.<a href=
|
581
|
+
"magick.html#set_log_event_mask">set_log_event_mask</a></td>
|
582
|
+
</tr>
|
583
|
+
|
584
|
+
<tr>
|
585
|
+
<td>-decipher</td>
|
586
|
+
|
587
|
+
<td>Image#<a href=
|
588
|
+
"image1.html#decipher">decipher</a>(<em>passphrase</em>)</td>
|
589
|
+
</tr>
|
590
|
+
|
591
|
+
<tr>
|
592
|
+
<td>-deconstruct</td>
|
593
|
+
|
594
|
+
<td>ImageList#<a href=
|
595
|
+
"ilist.html#deconstruct">deconstruct</a></td>
|
596
|
+
</tr>
|
597
|
+
|
598
|
+
<tr>
|
599
|
+
<td>-define <em>key</em>=<em>value</em><br />
|
600
|
+
+define <em>key</em></td>
|
601
|
+
|
602
|
+
<td>Image::Info#<a href=
|
603
|
+
"info.html#define">define</a>(<em>format</em>,
|
604
|
+
<em>key</em>, <em>value</em>)<br />
|
605
|
+
Image::Info#<a href=
|
606
|
+
"info.html#undefine">undefine</a>(<em>format</em>,
|
607
|
+
<em>key</em>)</td>
|
608
|
+
</tr>
|
609
|
+
|
610
|
+
<tr>
|
611
|
+
<td>-delay <em>ticks</em>x<em>ticks-per-second</em></td>
|
612
|
+
|
613
|
+
<td>Image#<a href=
|
614
|
+
"imageattrs.html#ticks">ticks=</a><em>ticks</em><br />
|
615
|
+
Image#<a href=
|
616
|
+
"imageattrs.html#ticks_per_second">ticks_per_second=</a>
|
617
|
+
<em>ticks-per-second</em></td>
|
618
|
+
</tr>
|
619
|
+
|
620
|
+
<tr>
|
621
|
+
<td>-delete <em>index</em></td>
|
622
|
+
|
623
|
+
<td>ImageList#<a href=
|
624
|
+
"ilist.html#array_methods">delete_at</a>(<em>index</em>)</td>
|
625
|
+
</tr>
|
626
|
+
|
627
|
+
<tr>
|
628
|
+
<td>-density <em>width</em>x<em>height</em></td>
|
629
|
+
|
630
|
+
<td>Image#<a href=
|
631
|
+
"imageattrs.html#density">density=</a>"<em>width</em>x<em>height</em>"<br />
|
632
|
+
|
633
|
+
Image::Info#<a href=
|
634
|
+
"info.html#density">density=</a>"<em>width</em>x<em>height</em>"<br />
|
635
|
+
|
636
|
+
Image#<a href=
|
637
|
+
"imageattrs.html#x_resolution">x_resolution=</a><em>width</em><br />
|
638
|
+
|
639
|
+
Image#<a href=
|
640
|
+
"imageattrs.html#y_resolution">y_resolution=</a><em>height</em></td>
|
641
|
+
</tr>
|
642
|
+
|
643
|
+
<tr>
|
644
|
+
<td>-depth <em>depth</em></td>
|
645
|
+
|
646
|
+
<td>Image::Info#<a href=
|
647
|
+
"info.html#depth">depth=</a><em>depth</em></td>
|
648
|
+
</tr>
|
649
|
+
|
650
|
+
<tr>
|
651
|
+
<td>-descend</td>
|
652
|
+
|
653
|
+
<td>No equivalent</td>
|
654
|
+
</tr>
|
655
|
+
|
656
|
+
<tr>
|
657
|
+
<td>-deskew <em>threshold</em></td>
|
658
|
+
|
659
|
+
<td>Image#<a href=
|
660
|
+
"image1.html#deskew">deskew</a>(<em>threshold</em>=0.40,
|
661
|
+
<em>auto_crop_width</em>)</td>
|
662
|
+
</tr>
|
663
|
+
|
664
|
+
<tr>
|
665
|
+
<td>-despeckle</td>
|
666
|
+
|
667
|
+
<td>Image#<a href=
|
668
|
+
"image1.html#despeckle">despeckle</a></td>
|
669
|
+
</tr>
|
670
|
+
|
671
|
+
<tr>
|
672
|
+
<td>-displace</td>
|
673
|
+
|
674
|
+
<td>See <a href="#displace">-displace</a>, below</td>
|
675
|
+
</tr>
|
676
|
+
|
677
|
+
<tr>
|
678
|
+
<td>-display</td>
|
679
|
+
|
680
|
+
<td>No equivalent</td>
|
681
|
+
</tr>
|
682
|
+
|
683
|
+
<tr>
|
684
|
+
<td>-dispose <em>method</em></td>
|
685
|
+
|
686
|
+
<td>Image#<a href=
|
687
|
+
"imageattrs.html#dispose">dispose=</a><em><a href=
|
688
|
+
"constants.html#DisposeType">method</a></em></td>
|
689
|
+
</tr>
|
690
|
+
|
691
|
+
<tr>
|
692
|
+
<td>-dissimilarity-threshold <em>value</em></td>
|
693
|
+
|
694
|
+
<td>No equivalent</td>
|
695
|
+
</tr>
|
696
|
+
|
697
|
+
<tr>
|
698
|
+
<td>-dissolve</td>
|
699
|
+
|
700
|
+
<td>See <a href="#dissolve">-dissolve</a>, below</td>
|
701
|
+
</tr>
|
702
|
+
|
703
|
+
<tr>
|
704
|
+
<td>-distort <em>method</em> <em>arguments</em><br />
|
705
|
+
+distort <em>method</em> <em>arguments</em></td>
|
706
|
+
|
707
|
+
<td>Image#<a href=
|
708
|
+
"image1.html#distort">distort</a>(<em>method</em>,
|
709
|
+
<em>arguments</em>, <em>bestfit</em>)</td>
|
710
|
+
</tr>
|
711
|
+
|
712
|
+
<tr>
|
713
|
+
<td>-dither<br />
|
714
|
+
+dither</td>
|
715
|
+
|
716
|
+
<td>This option corresponds to the <em>dither</em> option
|
717
|
+
to Image#<a href="image3.html#quantize">quantize</a> and
|
718
|
+
ImageList#<a href="ilist.html#quantize">quantize</a>.</td>
|
719
|
+
</tr>
|
720
|
+
|
721
|
+
<tr>
|
722
|
+
<td>-draw <em>string</em></td>
|
723
|
+
|
724
|
+
<td>Draw#<a href="draw.html#draw">draw</a></td>
|
725
|
+
</tr>
|
726
|
+
|
727
|
+
<tr>
|
728
|
+
<td>-edge <em>radius</em></td>
|
729
|
+
|
730
|
+
<td>Image#<a href=
|
731
|
+
"image2.html#edge">edge</a>(<em>radius</em>=0.0)</td>
|
732
|
+
</tr>
|
733
|
+
|
734
|
+
<tr>
|
735
|
+
<td>-emboss <em>radius</em></td>
|
736
|
+
|
737
|
+
<td>Image#<a href=
|
738
|
+
"image2.html#emboss">emboss</a>(<em>radius</em>=0.0,
|
739
|
+
<em>sigma</em>=1.0)</td>
|
740
|
+
</tr>
|
741
|
+
|
742
|
+
<tr>
|
743
|
+
<td>-encipher</td>
|
744
|
+
|
745
|
+
<td>Image#<a href=
|
746
|
+
"image2.html#encipher">encipher</a>(<em>passphrase</em>)</td>
|
747
|
+
</tr>
|
748
|
+
|
749
|
+
<tr>
|
750
|
+
<td>-encoding <em>type</em></td>
|
751
|
+
|
752
|
+
<td>Draw#<a href=
|
753
|
+
"draw.html#encoding">encoding</a>(<em>type</em>) (for
|
754
|
+
drawing)<br />
|
755
|
+
Draw#<a href=
|
756
|
+
"draw.html#encoding_eq">encoding=</a><em>type</em> (for
|
757
|
+
annotation)</td>
|
758
|
+
</tr>
|
759
|
+
|
760
|
+
<tr>
|
761
|
+
<td>-endian <em>type</em></td>
|
762
|
+
|
763
|
+
<td>Image::Info#<a href=
|
764
|
+
"info.html#endian">endian=</a><a href=
|
765
|
+
"constants.html#EndianType">type</a></td>
|
766
|
+
</tr>
|
767
|
+
|
768
|
+
<tr>
|
769
|
+
<td>-enhance</td>
|
770
|
+
|
771
|
+
<td>Image#<a href="image2.html#enhance">enhance</a></td>
|
772
|
+
</tr>
|
773
|
+
|
774
|
+
<tr>
|
775
|
+
<td>-equalize</td>
|
776
|
+
|
777
|
+
<td>Image#<a href="image2.html#equalize">equalize</a><br />
|
778
|
+
Image#<a href=
|
779
|
+
"image2.html#equalize_channel">equalize_channel</a></td>
|
780
|
+
</tr>
|
781
|
+
|
782
|
+
<tr>
|
783
|
+
<td>-evaluate <em>operator</em> <em>value</em></td>
|
784
|
+
|
785
|
+
<td>Image#<a href=
|
786
|
+
"image3.html#quantum_operator">quantum_operator</a>(<em>operator</em>,
|
787
|
+
<em>value</em> [, <em><a href=
|
788
|
+
"constants.html#ChannelType">channel</a></em>])</td>
|
789
|
+
</tr>
|
790
|
+
|
791
|
+
<tr>
|
792
|
+
<td>-extent <em>width</em>x<em>height</em></td>
|
793
|
+
|
794
|
+
<td>Image#<a href=
|
795
|
+
"image2.html#extent">extent</a>(<em>width</em>,
|
796
|
+
<em>height</em>, <em>x</em>=0, <em>y</em>=0)</td>
|
797
|
+
</tr>
|
798
|
+
|
799
|
+
<tr>
|
800
|
+
<td>-extract
|
801
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
|
802
|
+
|
803
|
+
<td>Image::Info.<a href=
|
804
|
+
"info.html#extract">extract=</a>"<em>width</em>x<em>height</em>+
|
805
|
+
<em>x</em>+<em>y</em>"</td>
|
806
|
+
</tr>
|
807
|
+
|
808
|
+
<tr>
|
809
|
+
<td>-family <em>font_family</em></td>
|
810
|
+
|
811
|
+
<td>Draw#<a href=
|
812
|
+
"draw.html#fill">font_family</a>(<em>font_family</em>) (for
|
813
|
+
drawing)<br />
|
814
|
+
Draw#<a href=
|
815
|
+
"draw.html#fill_eq">font_family=</a><em>font_family</em>
|
816
|
+
(for annotation)</td>
|
817
|
+
</tr>
|
818
|
+
|
819
|
+
<tr>
|
820
|
+
<td>-fft</td>
|
821
|
+
|
822
|
+
<td>No equivalent</td>
|
823
|
+
</tr>
|
824
|
+
|
825
|
+
<tr>
|
826
|
+
<td>-fill <em>color</em></td>
|
827
|
+
|
828
|
+
<td>Draw#<a href="draw.html#fill">fill</a>(<em>color</em>)
|
829
|
+
(for drawing)<br />
|
830
|
+
Draw#<a href="draw.html#fill_eq">fill=</a><em>color</em>
|
831
|
+
(for annotation)</td>
|
832
|
+
</tr>
|
833
|
+
|
834
|
+
<tr>
|
835
|
+
<td>-filter <em>type</em></td>
|
836
|
+
|
837
|
+
<td>This option corresponds to the <a href=
|
838
|
+
"constants.html#FilterTypes">filter</a> option to
|
839
|
+
Image#<a href="image3.html#resize">resize</a>.</td>
|
840
|
+
</tr>
|
841
|
+
|
842
|
+
<tr>
|
843
|
+
<td>-flatten</td>
|
844
|
+
|
845
|
+
<td>ImageList#<a href=
|
846
|
+
"ilist.html#flatten_images">flatten_images</a></td>
|
847
|
+
</tr>
|
848
|
+
|
849
|
+
<tr>
|
850
|
+
<td>-flip</td>
|
851
|
+
|
852
|
+
<td>Image#<a href="image2.html#flip">flip</a></td>
|
853
|
+
</tr>
|
854
|
+
|
855
|
+
<tr>
|
856
|
+
<td>-floodfill <em>geometry</em> <em>color</em></td>
|
857
|
+
|
858
|
+
<td>Image#<a href=
|
859
|
+
"image1.html#color_floodfill">color_floodfill</a>(<em>x</em>,
|
860
|
+
<em>y</em>, <em>color</em>)</td>
|
861
|
+
</tr>
|
862
|
+
|
863
|
+
<tr>
|
864
|
+
<td>-flop</td>
|
865
|
+
|
866
|
+
<td>Image#<a href="image2.html#flop">flop</a></td>
|
867
|
+
</tr>
|
868
|
+
|
869
|
+
<tr>
|
870
|
+
<td>-font <em>name</em></td>
|
871
|
+
|
872
|
+
<td>Draw#<a href="draw.html#font">font</a>(<em>name</em>)
|
873
|
+
(for drawing)<br />
|
874
|
+
Draw#<a href="draw.html#font_eq">font=</a><em>name</em>
|
875
|
+
(for annotation)</td>
|
876
|
+
</tr>
|
877
|
+
|
878
|
+
<tr>
|
879
|
+
<td>-foreground <em>color</em></td>
|
880
|
+
|
881
|
+
<td>No equivalent</td>
|
882
|
+
</tr>
|
883
|
+
|
884
|
+
<tr>
|
885
|
+
<td>-format <em>type</em></td>
|
886
|
+
|
887
|
+
<td>Image#<a href=
|
888
|
+
"imageattrs.html#format">format=</a><em>type</em></td>
|
889
|
+
</tr>
|
890
|
+
|
891
|
+
<tr>
|
892
|
+
<td>-frame
|
893
|
+
<em>width</em>x<em>height</em>+<em>outer-bevel-width</em>+
|
894
|
+
<em>inner-bevel-width</em></td>
|
895
|
+
|
896
|
+
<td>Image#<a href=
|
897
|
+
"image2.html#frame">frame</a>(<em>width</em>,
|
898
|
+
<em>height</em>, <em>x</em>, <em>y</em>,
|
899
|
+
<em>inner_bevel_width</em>, <em>outer_bevel_width</em>,
|
900
|
+
<em>color</em>)</td>
|
901
|
+
</tr>
|
902
|
+
|
903
|
+
<tr>
|
904
|
+
<td>-function <em>function arguments</em></td>
|
905
|
+
|
906
|
+
<td>Image#<a href=
|
907
|
+
"image2.html#function_channel">function_channel</a>(<em>function</em>,
|
908
|
+
<em>arguments</em>)</td>
|
909
|
+
</tr>
|
910
|
+
|
911
|
+
<tr>
|
912
|
+
<td>-fuzz <em>distance</em><br />
|
913
|
+
-fuzz <em>distance%</em></td>
|
914
|
+
|
915
|
+
<td>Image#<a href=
|
916
|
+
"imageattrs.html#fuzz">fuzz=</a><em>distance</em><br />
|
917
|
+
Image#<a href=
|
918
|
+
"imageattrs.html#fuzz">fuzz=</a>"<em>distance%</em>"</td>
|
919
|
+
</tr>
|
920
|
+
|
921
|
+
<tr>
|
922
|
+
<td>-fx <em>expression</em></td>
|
923
|
+
|
924
|
+
<td>ImageList#<a href=
|
925
|
+
"ilist.html#fx">fx</a>(<em>expression</em>)</td>
|
926
|
+
</tr>
|
927
|
+
|
928
|
+
<tr>
|
929
|
+
<td>-gamma <em>red_gamma,green_gamma,blue_gamma</em></td>
|
930
|
+
|
931
|
+
<td>Image#<a href=
|
932
|
+
"imageattrs.htlm#gamma_correct">gamma_correct</a>(<em>red_gamma</em>[,
|
933
|
+
<em>green_gamma</em>[, <em>blue_gamma</em>]])</td>
|
934
|
+
</tr>
|
935
|
+
|
936
|
+
<tr>
|
937
|
+
<td>-gaussian-blur <em>radius</em>x<em>sigma</em></td>
|
938
|
+
|
939
|
+
<td>Image#<a href=
|
940
|
+
"image2.html#gaussian_blur">gaussian_blur</a>(<em>radius</em>=0.0,
|
941
|
+
<em>sigma</em>=1.0)<br />
|
942
|
+
Image#<a href=
|
943
|
+
"image2.html#gaussian_blur_channel">gaussian_blur_channel</a>(
|
944
|
+
<em>radius</em>=0.0, <em>sigma</em>=1.0 [, <em><a href=
|
945
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
946
|
+
</tr>
|
947
|
+
|
948
|
+
<tr>
|
949
|
+
<td>-geometry
|
950
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
|
951
|
+
|
952
|
+
<td>Image#<a href=
|
953
|
+
"imageattrs.html#geometry">geometry=</a>"<em>width</em>x
|
954
|
+
<em>height</em>+<em>x</em>+<em>y</em>"</td>
|
955
|
+
</tr>
|
956
|
+
|
957
|
+
<tr>
|
958
|
+
<td>-gravity <em>type</em></td>
|
959
|
+
|
960
|
+
<td>Draw#<a href=
|
961
|
+
"draw.html#gravity">gravity</a>(<em><a href=
|
962
|
+
"constants.html#GravityType">type</a></em>) (for
|
963
|
+
drawing)<br />
|
964
|
+
Draw#<a href="draw.html#gravity_eq">gravity=</a>
|
965
|
+
<em><a href="constants.html#GravityType">type</a></em> (for
|
966
|
+
annotation)</td>
|
967
|
+
</tr>
|
968
|
+
|
969
|
+
<tr>
|
970
|
+
<td>-green-primary <em>x</em>,<em>y</em></td>
|
971
|
+
|
972
|
+
<td>Image#<a href=
|
973
|
+
"imageattrs.html#chromaticity">chromaticity=</a>
|
974
|
+
<em><a href=
|
975
|
+
"struct.html#Chromaticity">chromaticity</a></em></td>
|
976
|
+
</tr>
|
977
|
+
|
978
|
+
<tr>
|
979
|
+
<td>-hald-clut</td>
|
980
|
+
|
981
|
+
<td>No equivalent</td>
|
982
|
+
</tr>
|
983
|
+
|
984
|
+
<tr>
|
985
|
+
<td>-help</td>
|
986
|
+
|
987
|
+
<td>No equivalent</td>
|
988
|
+
</tr>
|
989
|
+
|
990
|
+
<tr>
|
991
|
+
<td>-highlight-color <em>color</em></td>
|
992
|
+
|
993
|
+
<td>Image#compare_channel(ref_image, metric[, channels...])
|
994
|
+
{ self.<a href=
|
995
|
+
"image1.html#compare_channel">highlight_color</a>
|
996
|
+
<em>color</em>}</td>
|
997
|
+
</tr>
|
998
|
+
|
999
|
+
<tr>
|
1000
|
+
<td>-iconGeometry</td>
|
1001
|
+
|
1002
|
+
<td>No equivalent</td>
|
1003
|
+
</tr>
|
1004
|
+
|
1005
|
+
<tr>
|
1006
|
+
<td>-iconic</td>
|
1007
|
+
|
1008
|
+
<td>No equivalent</td>
|
1009
|
+
</tr>
|
1010
|
+
|
1011
|
+
<tr>
|
1012
|
+
<td>-identify</td>
|
1013
|
+
|
1014
|
+
<td>Image#<a href="image2.html#inspect">inspect</a></td>
|
1015
|
+
</tr>
|
1016
|
+
|
1017
|
+
<tr>
|
1018
|
+
<td>-ift</td>
|
1019
|
+
|
1020
|
+
<td>No equivalent</td>
|
1021
|
+
</tr>
|
1022
|
+
|
1023
|
+
<tr>
|
1024
|
+
<td>-immutable</td>
|
1025
|
+
|
1026
|
+
<td>Image#<a href="image2.html#freeze">freeze</a></td>
|
1027
|
+
</tr>
|
1028
|
+
|
1029
|
+
<tr>
|
1030
|
+
<td>-implode <em>factor</em></td>
|
1031
|
+
|
1032
|
+
<td>Image#<a href=
|
1033
|
+
"image2.html#implode">implode</a>(<em>factor</em>)</td>
|
1034
|
+
</tr>
|
1035
|
+
|
1036
|
+
<tr>
|
1037
|
+
<td>-insert <em>index</em></td>
|
1038
|
+
|
1039
|
+
<td>ImageList#<a href=
|
1040
|
+
"ilist.html#array_methods">insert</a>(<em>index</em>)<br />
|
1041
|
+
ImageList#<a href=
|
1042
|
+
"ilist.html#array_methods">[<em>index</em>]</a></td>
|
1043
|
+
</tr>
|
1044
|
+
|
1045
|
+
<tr>
|
1046
|
+
<td>-intent <em>type</em></td>
|
1047
|
+
|
1048
|
+
<td>Image#<a href=
|
1049
|
+
"imageattrs.html#rendering_intent">rendering_intent=</a>
|
1050
|
+
<em><a href=
|
1051
|
+
"constants.html#RenderingIntent">type</a></em></td>
|
1052
|
+
</tr>
|
1053
|
+
|
1054
|
+
<tr>
|
1055
|
+
<td>-interlace <em>type</em></td>
|
1056
|
+
|
1057
|
+
<td>Image#<a href=
|
1058
|
+
"imageattrs.html#interlace">interlace=</a><em><a href=
|
1059
|
+
"constants.html#InterlaceType">type</a></em></td>
|
1060
|
+
</tr>
|
1061
|
+
|
1062
|
+
<tr>
|
1063
|
+
<td>-interpolate <em>type</em></td>
|
1064
|
+
|
1065
|
+
<td>Image#<a href=
|
1066
|
+
"imageattrs.html#pixel_interpolation_method">pixel_interpolation_method=</a>
|
1067
|
+
<em><a href=
|
1068
|
+
"constants.html#InterpolatePixelMethod">type</a></em></td>
|
1069
|
+
</tr>
|
1070
|
+
|
1071
|
+
<tr>
|
1072
|
+
<td>-interline-spacing <em>value</em></td>
|
1073
|
+
|
1074
|
+
<td>Draw#<a href=
|
1075
|
+
"draw.html#interword_spacing">interline_spacing</a>(<em>value</em>)
|
1076
|
+
(for drawing)<br />
|
1077
|
+
Draw#<a href=
|
1078
|
+
"draw.html#interword_spacing_eq">interline_spacing=</a><em>value</em>
|
1079
|
+
(for annotation)</td>
|
1080
|
+
</tr>
|
1081
|
+
|
1082
|
+
<tr>
|
1083
|
+
<td>-interword-spacing <em>value</em></td>
|
1084
|
+
|
1085
|
+
<td>Draw#<a href=
|
1086
|
+
"draw.html#interword_spacing">interword_spacing</a>(<em>value</em>)
|
1087
|
+
(for drawing)<br />
|
1088
|
+
Draw#<a href=
|
1089
|
+
"draw.html#interword_spacing_eq">interword_spacing=</a><em>value</em>
|
1090
|
+
(for annotation)</td>
|
1091
|
+
</tr>
|
1092
|
+
|
1093
|
+
<tr>
|
1094
|
+
<td>-kerning <em>value</em></td>
|
1095
|
+
|
1096
|
+
<td>Draw#<a href=
|
1097
|
+
"draw.html#kerning">kerning</a>(<em>value</em>) (for
|
1098
|
+
drawing)<br />
|
1099
|
+
Draw#<a href=
|
1100
|
+
"draw.html#kerning_eq">kerning=</a><em>value</em> (for
|
1101
|
+
annotation)</td>
|
1102
|
+
</tr>
|
1103
|
+
|
1104
|
+
<tr>
|
1105
|
+
<td>-label <em>name</em></td>
|
1106
|
+
|
1107
|
+
<td>Image#<a href=
|
1108
|
+
"image1.html#aset">['Label']=</a><em>name</em></td>
|
1109
|
+
</tr>
|
1110
|
+
|
1111
|
+
<tr>
|
1112
|
+
<td>-lat
|
1113
|
+
<em>width</em>x<em>height</em>+<em>offset</em></td>
|
1114
|
+
|
1115
|
+
<td>Image#<a href=
|
1116
|
+
"image1.html#adaptive_threshold">adaptive_threshold</a>(
|
1117
|
+
<em>width</em>, <em>height</em>, <em>offset</em>)</td>
|
1118
|
+
</tr>
|
1119
|
+
|
1120
|
+
<tr>
|
1121
|
+
<td>-layers <em>method</em><br />
|
1122
|
+
-layers Composite</td>
|
1123
|
+
|
1124
|
+
<td>ImageList#<a href=
|
1125
|
+
"ilist.html#optimize_layers">optimize_layers</a>(<em>method</em>)<br />
|
1126
|
+
|
1127
|
+
ImageList#<a href=
|
1128
|
+
"ilist.html#composite_layers">composite_layers</a>(<em>imagelist</em>,
|
1129
|
+
<em>operator</em>=OverCompositeOp)</td>
|
1130
|
+
</tr>
|
1131
|
+
|
1132
|
+
<tr>
|
1133
|
+
<td>-level
|
1134
|
+
<em>black-point</em>,<em>white-point</em>,<em>gamma</em></td>
|
1135
|
+
|
1136
|
+
<td>Image#<a href=
|
1137
|
+
"image2.html#level_channel">level_channel</a>(<em>channel</em>,
|
1138
|
+
<em>black_point</em>=0.0,
|
1139
|
+
<em>white_point</em>=QuantumRange, <em>gamma</em>=1.0)</td>
|
1140
|
+
</tr>
|
1141
|
+
|
1142
|
+
<tr>
|
1143
|
+
<td>+level
|
1144
|
+
<em>black_point</em>,<em>white_point</em>,<em>gamma</em></td>
|
1145
|
+
|
1146
|
+
<td>Image#<a href=
|
1147
|
+
"image2.html#levelize_channel">levelize_channel</a>(<em>black_point</em>,
|
1148
|
+
<em>white_point</em>, <em>gamma</em>=1.0[,
|
1149
|
+
<em>channels</em>...])</td>
|
1150
|
+
</tr>
|
1151
|
+
|
1152
|
+
<tr>
|
1153
|
+
<td>-level-colors
|
1154
|
+
<em>black_color</em>-<em>white_color</em></td>
|
1155
|
+
|
1156
|
+
<td>Image#<a href=
|
1157
|
+
"image2.html#level_colors">level_colors</a>(<em>black_color</em>,
|
1158
|
+
<em>white_color</em>, <em>gamma</em>=1.0[,
|
1159
|
+
<em>channels</em>...])</td>
|
1160
|
+
</tr>
|
1161
|
+
|
1162
|
+
<tr id="limit">
|
1163
|
+
<td>-limit <em>type</em> <em>value</em></td>
|
1164
|
+
|
1165
|
+
<td>Magick.<a href=
|
1166
|
+
"magick.html#limit_resource">limit_resource</a>(<em>type</em>,
|
1167
|
+
<em>value</em>)</td>
|
1168
|
+
</tr>
|
1169
|
+
|
1170
|
+
<tr>
|
1171
|
+
<td>-linear-stretch
|
1172
|
+
<em>black-point</em>x<em>white-point</em></td>
|
1173
|
+
|
1174
|
+
<td>Image#<a href=
|
1175
|
+
"image2.html#linear_stretch">linear_stretch</a>(<em>black_point</em>
|
1176
|
+
<em>[, white_point]</em>)</td>
|
1177
|
+
</tr>
|
1178
|
+
|
1179
|
+
<tr>
|
1180
|
+
<td>-linewidth <em>width</em></td>
|
1181
|
+
|
1182
|
+
<td>Draw#<a href=
|
1183
|
+
"draw.html#stroke_width">stroke_width</a>(<em>width</em>)
|
1184
|
+
(for drawing)<br />
|
1185
|
+
Draw#<a href=
|
1186
|
+
"draw.html#stroke_width_eq">stroke_width=</a><em>width</em>
|
1187
|
+
(for annotation)</td>
|
1188
|
+
</tr>
|
1189
|
+
|
1190
|
+
<tr>
|
1191
|
+
<td>-liquid-rescale <em>geometry</em></td>
|
1192
|
+
|
1193
|
+
<td>Image#<a href=
|
1194
|
+
"image2.html#liquid_rescale">liquid_rescale</a>(<em>new_width</em>,
|
1195
|
+
<em>new_height</em>, <em>delta_x</em>,
|
1196
|
+
<em>rigidity</em>)</td>
|
1197
|
+
</tr>
|
1198
|
+
|
1199
|
+
<tr>
|
1200
|
+
<td>-list <em>color</em><br />
|
1201
|
+
-list <em>format</em><br />
|
1202
|
+
-list <em>type</em></td>
|
1203
|
+
|
1204
|
+
<td>Magick.<a href="magick.html#colors">colors</a><br />
|
1205
|
+
Magick.<a href="magick.html#formats">formats</a><br />
|
1206
|
+
Magick.<a href="magick.html#fonts">fonts</a></td>
|
1207
|
+
</tr>
|
1208
|
+
|
1209
|
+
<tr>
|
1210
|
+
<td>-log <em>string</em></td>
|
1211
|
+
|
1212
|
+
<td>Magick.<a href=
|
1213
|
+
"magick.html#set_log_format">set_log_format</a></td>
|
1214
|
+
</tr>
|
1215
|
+
|
1216
|
+
<tr>
|
1217
|
+
<td>-loop <em>iterations</em></td>
|
1218
|
+
|
1219
|
+
<td>ImageList#<a href=
|
1220
|
+
"ilist.html#iterations_eq">iterations=</a><em>iterations</em></td>
|
1221
|
+
</tr>
|
1222
|
+
|
1223
|
+
<tr>
|
1224
|
+
<td>-lowlight-color <em>color</em></td>
|
1225
|
+
|
1226
|
+
<td>Image#compare_channel(ref_image, metric[, channels...])
|
1227
|
+
{ self.<a href=
|
1228
|
+
"image1.html#compare_channel">lowlight_color</a>
|
1229
|
+
<em>color</em>}</td>
|
1230
|
+
</tr>
|
1231
|
+
|
1232
|
+
<tr>
|
1233
|
+
<td>-magnify</td>
|
1234
|
+
|
1235
|
+
<td>Image#<a href="image2.html#magnify">magnify</a></td>
|
1236
|
+
</tr>
|
1237
|
+
|
1238
|
+
<tr>
|
1239
|
+
<td>-map <em>filename</em></td>
|
1240
|
+
|
1241
|
+
<td>Image#<a href=
|
1242
|
+
"image2.html#map">map</a>(<em>reference</em>,
|
1243
|
+
<em>dither</em>=<code>false</code>)<br />
|
1244
|
+
ImageList#<a href=
|
1245
|
+
"ilist.html#map">map</a>(<em>reference</em>, <span class=
|
1246
|
+
"arg">dither</span>=<code>false</code>)</td>
|
1247
|
+
</tr>
|
1248
|
+
|
1249
|
+
<tr>
|
1250
|
+
<td>-mask filename</td>
|
1251
|
+
|
1252
|
+
<td>Image#<a href=
|
1253
|
+
"image1.html#add_composite_mask">add_composite_mask</a>(image)</td>
|
1254
|
+
</tr>
|
1255
|
+
|
1256
|
+
<tr>
|
1257
|
+
<td>-mattecolor <em>color</em></td>
|
1258
|
+
|
1259
|
+
<td>This option corresponds to the <em>color</em> option to
|
1260
|
+
Image#<a href="image2.html#frame">frame</a>.</td>
|
1261
|
+
</tr>
|
1262
|
+
|
1263
|
+
<tr>
|
1264
|
+
<td>-median radius</td>
|
1265
|
+
|
1266
|
+
<td>Image#<a href=
|
1267
|
+
"image2.html#median_filter">median_filter</a>(<em>radius</em>=1.0)</td>
|
1268
|
+
</tr>
|
1269
|
+
|
1270
|
+
<tr>
|
1271
|
+
<td>-metric <em>type</em></td>
|
1272
|
+
|
1273
|
+
<td>This option corresponds to the <em><a href=
|
1274
|
+
"constants.html#MetricType">metric</a></em> option to
|
1275
|
+
Image#<a href=
|
1276
|
+
"image1.html#distortion_channel">distortion_channel</a>.</td>
|
1277
|
+
</tr>
|
1278
|
+
|
1279
|
+
<tr>
|
1280
|
+
<td>-mode</td>
|
1281
|
+
|
1282
|
+
<td>No equivalent</td>
|
1283
|
+
</tr>
|
1284
|
+
|
1285
|
+
<tr>
|
1286
|
+
<td>-modulate <em>value</em></td>
|
1287
|
+
|
1288
|
+
<td>Image#<a href=
|
1289
|
+
"image2.html#modulate">modulate</a>(<em>brightness</em>=1.0,
|
1290
|
+
<em>saturation</em>=1.0, <em>hue</em>=1.0)</td>
|
1291
|
+
</tr>
|
1292
|
+
|
1293
|
+
<tr>
|
1294
|
+
<td>-monitor</td>
|
1295
|
+
|
1296
|
+
<td>Image#<a href=
|
1297
|
+
"imageattrs.html#monitor">monitor=</a></td>
|
1298
|
+
</tr>
|
1299
|
+
|
1300
|
+
<tr>
|
1301
|
+
<td>-monochrome</td>
|
1302
|
+
|
1303
|
+
<td>Image#<a href=
|
1304
|
+
"imageattrs.html#image_type">image_type=</a> <a href=
|
1305
|
+
"constants.html#ImageType">Magick::BilevelType</a></td>
|
1306
|
+
</tr>
|
1307
|
+
|
1308
|
+
<tr>
|
1309
|
+
<td>-morph <em>frames</em></td>
|
1310
|
+
|
1311
|
+
<td>ImageList#<a href=
|
1312
|
+
"ilist#html#morph">morph</a>(<em>frames</em>)</td>
|
1313
|
+
</tr>
|
1314
|
+
|
1315
|
+
<tr>
|
1316
|
+
<td>-mosaic</td>
|
1317
|
+
|
1318
|
+
<td>ImageList#<a href="ilist.html#mosaic">mosaic</a></td>
|
1319
|
+
</tr>
|
1320
|
+
|
1321
|
+
<tr>
|
1322
|
+
<td>-motion-blur
|
1323
|
+
<em>radius</em>x<em>sigma</em>+<em>angle</em></td>
|
1324
|
+
|
1325
|
+
<td>Image#<a href=
|
1326
|
+
"image2.html#motion_blur">motion_blur</a>(<em>radius</em>=0.0,
|
1327
|
+
<em>sigma</em>=1.0, <em>angle</em>=0.0)</td>
|
1328
|
+
</tr>
|
1329
|
+
|
1330
|
+
<tr>
|
1331
|
+
<td>-name</td>
|
1332
|
+
|
1333
|
+
<td>No equivalent</td>
|
1334
|
+
</tr>
|
1335
|
+
|
1336
|
+
<tr>
|
1337
|
+
<td>-negate<br />
|
1338
|
+
+negate</td>
|
1339
|
+
|
1340
|
+
<td>Image#<a href="image2.html#negate">negate</a><br />
|
1341
|
+
Image#<a href=
|
1342
|
+
"image2.html#negate">negate</a>(<code>true</code>)</td>
|
1343
|
+
</tr>
|
1344
|
+
|
1345
|
+
<tr>
|
1346
|
+
<td>-noise <em>radius</em><br />
|
1347
|
+
+noise <em>type</em></td>
|
1348
|
+
|
1349
|
+
<td>Image#<a href=
|
1350
|
+
"image3.html#reduce_noise">reduce_noise</a>(<em>radius</em>)<br />
|
1351
|
+
|
1352
|
+
Image#<a href="image1.html#add_noise">add_noise</a>(
|
1353
|
+
<a href="constants.html#NoiseType">type</a>)</td>
|
1354
|
+
</tr>
|
1355
|
+
|
1356
|
+
<tr>
|
1357
|
+
<td>-normalize</td>
|
1358
|
+
|
1359
|
+
<td>Image#<a href=
|
1360
|
+
"image2.html#normalize">normalize</a><br />
|
1361
|
+
Image#<a href=
|
1362
|
+
"image2.html#normalize_channel">normalize_channel</a></td>
|
1363
|
+
</tr>
|
1364
|
+
|
1365
|
+
<tr>
|
1366
|
+
<td>-opaque <em>color</em><br />
|
1367
|
+
+opaque <em>color</em></td>
|
1368
|
+
|
1369
|
+
<td>Image#<a href=
|
1370
|
+
"image2.html#opaque">opaque</a>(<em>color</em>,
|
1371
|
+
<em>fill</em>)<br />
|
1372
|
+
Image#<a href=
|
1373
|
+
"image2.html#opaque_channel">opaque_channel</a>(<em>color</em>,
|
1374
|
+
fill, opacity, true)</td>
|
1375
|
+
</tr>
|
1376
|
+
|
1377
|
+
<tr>
|
1378
|
+
<td>-ordered-dither <em>N</em>x<em>N</em></td>
|
1379
|
+
|
1380
|
+
<td>Image#<a href=
|
1381
|
+
"image1.html#ordered_dither">ordered_dither</a>(<em>N</em>)</td>
|
1382
|
+
</tr>
|
1383
|
+
|
1384
|
+
<tr>
|
1385
|
+
<td>-orient <em>orientation</em></td>
|
1386
|
+
|
1387
|
+
<td>Image#<a href=
|
1388
|
+
"imageattrs.html#orientation">orientation=</a><em><a href=
|
1389
|
+
"constants.html#OrientationType">orientation</a></em></td>
|
1390
|
+
</tr>
|
1391
|
+
|
1392
|
+
<tr>
|
1393
|
+
<td>-page
|
1394
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em><br />
|
1395
|
+
-page <em>media</em></td>
|
1396
|
+
|
1397
|
+
<td>Image::Info.<a href=
|
1398
|
+
"info.html#page">page=</a>"<em>width</em>x<em>height</em>+
|
1399
|
+
<em>x</em>+<em>y</em>"<br />
|
1400
|
+
Image::Info.<a href=
|
1401
|
+
"info.html#page">page=</a>"<em>media</em>"</td>
|
1402
|
+
</tr>
|
1403
|
+
|
1404
|
+
<tr>
|
1405
|
+
<td>-paint <em>radius</em></td>
|
1406
|
+
|
1407
|
+
<td>Image#<a href=
|
1408
|
+
"image2.html#oil_paint">oil_paint</a>(<em>radius</em>=3.0)</td>
|
1409
|
+
</tr>
|
1410
|
+
|
1411
|
+
<tr>
|
1412
|
+
<td>-path <em>path</em></td>
|
1413
|
+
|
1414
|
+
<td>No equivalent</td>
|
1415
|
+
</tr>
|
1416
|
+
|
1417
|
+
<tr>
|
1418
|
+
<td>-pause</td>
|
1419
|
+
|
1420
|
+
<td>No equivalent</td>
|
1421
|
+
</tr>
|
1422
|
+
|
1423
|
+
<tr>
|
1424
|
+
<td>-ping</td>
|
1425
|
+
|
1426
|
+
<td>Image.<a href=
|
1427
|
+
"image1.html#ping">ping</a>(<em>filename</em>)</td>
|
1428
|
+
</tr>
|
1429
|
+
|
1430
|
+
<tr>
|
1431
|
+
<td>-pointsize <em>value</em></td>
|
1432
|
+
|
1433
|
+
<td>Draw.<a href=
|
1434
|
+
"draw.html#pointsize">pointsize</a>(<em>value</em>) (for
|
1435
|
+
drawing)<br />
|
1436
|
+
Draw.<a href=
|
1437
|
+
"draw.html#pointsize_eq">pointsize=</a><em>value</em> (for
|
1438
|
+
annotation)</td>
|
1439
|
+
</tr>
|
1440
|
+
|
1441
|
+
<tr>
|
1442
|
+
<td>-polaroid <em>angle</em></td>
|
1443
|
+
|
1444
|
+
<td>Image.<a href=
|
1445
|
+
"image3.html#polaroid">polaroid</a>(<em>angle=-5.0</em>)</td>
|
1446
|
+
</tr>
|
1447
|
+
|
1448
|
+
<tr>
|
1449
|
+
<td>-posterize <em>levels</em></td>
|
1450
|
+
|
1451
|
+
<td>Image#<a href=
|
1452
|
+
"image3.html#posterize">posterize</a>(<em>levels</em>=4,
|
1453
|
+
<em>dither</em>=<code>false</code>)</td>
|
1454
|
+
</tr>
|
1455
|
+
|
1456
|
+
<tr>
|
1457
|
+
<td>-preview <em>type</em></td>
|
1458
|
+
|
1459
|
+
<td>Image#<a href=
|
1460
|
+
"image3.html#preview">preview</a>(<em>type<a href=
|
1461
|
+
"constants.html#PreviewType"></a></em>)</td>
|
1462
|
+
</tr>
|
1463
|
+
|
1464
|
+
<tr>
|
1465
|
+
<td>-print</td>
|
1466
|
+
|
1467
|
+
<td>No equivalent</td>
|
1468
|
+
</tr>
|
1469
|
+
|
1470
|
+
<tr>
|
1471
|
+
<td>-process <em>command</em></td>
|
1472
|
+
|
1473
|
+
<td>No equivalent</td>
|
1474
|
+
</tr>
|
1475
|
+
|
1476
|
+
<tr>
|
1477
|
+
<td>-profile <em>filename</em><br />
|
1478
|
+
+profile <em>name</em></td>
|
1479
|
+
|
1480
|
+
<td>Image#<a href=
|
1481
|
+
"image1.html#add_profile">add_profile</a>(<em>filename</em>)<br />
|
1482
|
+
|
1483
|
+
Image#<a href=
|
1484
|
+
"image1.html#delete_profile">delete_profile</a>(<em>name</em>)</td>
|
1485
|
+
</tr>
|
1486
|
+
|
1487
|
+
<tr>
|
1488
|
+
<td>-quality <em>value</em></td>
|
1489
|
+
|
1490
|
+
<td>Image::Info#<a href=
|
1491
|
+
"info.html#quality">quality=</a><em>value</em></td>
|
1492
|
+
</tr>
|
1493
|
+
|
1494
|
+
<tr>
|
1495
|
+
<td>-quantize <em>colorspace</em></td>
|
1496
|
+
|
1497
|
+
<td>Image#<a href=
|
1498
|
+
"image3.html#quantize">quantize</a>(<em>number_colors</em>=256,
|
1499
|
+
<em>colorspace</em>=RGBColorspace,
|
1500
|
+
<em>dither</em>=<code>true</code>, <em>tree_depth</em>=0,
|
1501
|
+
<em>measure_error</em>=<code>false</code>)<br />
|
1502
|
+
ImageList#<a href=
|
1503
|
+
"ilist.html#quantize">quantize</a>(<em>number_colors</em>=256,
|
1504
|
+
<em>colorspace</em>=RGBColorspace,
|
1505
|
+
<em>dither</em>=<code>true</code>, <em>tree_depth</em>=0,
|
1506
|
+
<em>measure_error</em>=<code>false</code>)</td>
|
1507
|
+
</tr>
|
1508
|
+
|
1509
|
+
<tr>
|
1510
|
+
<td>-quiet</td>
|
1511
|
+
|
1512
|
+
<td>No equivalent</td>
|
1513
|
+
</tr>
|
1514
|
+
|
1515
|
+
<tr>
|
1516
|
+
<td>-radial-blur <em>angle</em></td>
|
1517
|
+
|
1518
|
+
<td>Image#<a href=
|
1519
|
+
"image3.html#radial_blur">radial_blur</a>(<em>angle</em>)</td>
|
1520
|
+
</tr>
|
1521
|
+
|
1522
|
+
<tr>
|
1523
|
+
<td>-raise <em>width</em>x<em>height</em><br />
|
1524
|
+
+raise <em>width</em>x<em>height</em></td>
|
1525
|
+
|
1526
|
+
<td>Image#<a href=
|
1527
|
+
"image3.html#raise">raise</a>(<em>width</em>,
|
1528
|
+
<em>height</em>, <code>true</code>)<br />
|
1529
|
+
Image#<a href="image3.html#raise">raise</a>(<em>width</em>,
|
1530
|
+
<em>height</em>, <code>false</code>)</td>
|
1531
|
+
</tr>
|
1532
|
+
|
1533
|
+
<tr>
|
1534
|
+
<td>-random-threshold <em>low</em>x<em>high</em></td>
|
1535
|
+
|
1536
|
+
<td>Image#<a href=
|
1537
|
+
"image3.html#random_threshold_channel">random_threshold_channel</a>("
|
1538
|
+
<em>low</em>x<em>high</em>" [, <em><a href=
|
1539
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1540
|
+
</tr>
|
1541
|
+
|
1542
|
+
<tr>
|
1543
|
+
<td>-recolor <em>matrix</em></td>
|
1544
|
+
|
1545
|
+
<td>Image#<a href=
|
1546
|
+
"image3.html#recolor">recolor</a>(<em>matrix</em>)</td>
|
1547
|
+
</tr>
|
1548
|
+
|
1549
|
+
<tr>
|
1550
|
+
<td>-red-primary <em>x</em>,<em>y</em></td>
|
1551
|
+
|
1552
|
+
<td>Image#<a href=
|
1553
|
+
"imageattrs.html#chromaticity">chromaticity=</a>
|
1554
|
+
<em><a href=
|
1555
|
+
"struct.html#Chromaticity">chromaticity</a></em></td>
|
1556
|
+
</tr>
|
1557
|
+
|
1558
|
+
<tr>
|
1559
|
+
<td>-regard-warnings</td>
|
1560
|
+
|
1561
|
+
<td>No equivalent</td>
|
1562
|
+
</tr>
|
1563
|
+
|
1564
|
+
<tr>
|
1565
|
+
<td>-region
|
1566
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
|
1567
|
+
|
1568
|
+
<td>No equivalent</td>
|
1569
|
+
</tr>
|
1570
|
+
|
1571
|
+
<tr>
|
1572
|
+
<td>-remap<br />
|
1573
|
+
+remap</td>
|
1574
|
+
|
1575
|
+
<td>Image#<a href=
|
1576
|
+
"image1.html#remap">remap</a>(<em>remap_image</em>,
|
1577
|
+
<em>dither</em>=RiemersmaDitherMethod)<br />
|
1578
|
+
ImageList#<a href="ilist.html#remap">remap</a>()</td>
|
1579
|
+
</tr>
|
1580
|
+
|
1581
|
+
<tr>
|
1582
|
+
<td>-remote</td>
|
1583
|
+
|
1584
|
+
<td>No equivalent</td>
|
1585
|
+
</tr>
|
1586
|
+
|
1587
|
+
<tr>
|
1588
|
+
<td>-render</td>
|
1589
|
+
|
1590
|
+
<td>No equivalent</td>
|
1591
|
+
</tr>
|
1592
|
+
|
1593
|
+
<tr>
|
1594
|
+
<td>-repage <em>geometry</em><br />
|
1595
|
+
+repage</td>
|
1596
|
+
|
1597
|
+
<td>Image#<a href=
|
1598
|
+
"imageattrs.html#page">page=</a><em>geometry</em><br />
|
1599
|
+
This option corresponds to adding <code>true</code> as the
|
1600
|
+
last argument to Image#<a href=
|
1601
|
+
"image1.html#crop">crop</a>.</td>
|
1602
|
+
</tr>
|
1603
|
+
|
1604
|
+
<tr>
|
1605
|
+
<td>-resample <em>horizontal</em>x<em>vertical</em></td>
|
1606
|
+
|
1607
|
+
<td>Image#<a href=
|
1608
|
+
"image3.html#resample">resample</a>(<em>horizontal</em>,
|
1609
|
+
<em>vertical</em>)</td>
|
1610
|
+
</tr>
|
1611
|
+
|
1612
|
+
<tr>
|
1613
|
+
<td>-resize <em>width</em>x<em>height</em></td>
|
1614
|
+
|
1615
|
+
<td>Image#<a href=
|
1616
|
+
"image3.html#resize">resize</a>(<em>width</em>,
|
1617
|
+
<em>height</em>)</td>
|
1618
|
+
</tr>
|
1619
|
+
|
1620
|
+
<tr>
|
1621
|
+
<td>-respect-parenthesis</td>
|
1622
|
+
|
1623
|
+
<td>No equivalent</td>
|
1624
|
+
</tr>
|
1625
|
+
|
1626
|
+
<tr>
|
1627
|
+
<td>-reverse</td>
|
1628
|
+
|
1629
|
+
<td>ImageList#reverse</td>
|
1630
|
+
</tr>
|
1631
|
+
|
1632
|
+
<tr>
|
1633
|
+
<td>-roll +<em>x</em>+<em>y</em></td>
|
1634
|
+
|
1635
|
+
<td>Image#<a href="image3.html#roll">roll</a>(<em>x</em>,
|
1636
|
+
<em>y</em>)</td>
|
1637
|
+
</tr>
|
1638
|
+
|
1639
|
+
<tr>
|
1640
|
+
<td>-rotate <em>degrees</em></td>
|
1641
|
+
|
1642
|
+
<td>Image#<a href=
|
1643
|
+
"image3.html#rotate">rotate</a>(<em>degrees</em> [,
|
1644
|
+
<em>qualifier</em>])</td>
|
1645
|
+
</tr>
|
1646
|
+
|
1647
|
+
<tr>
|
1648
|
+
<td>-sample <em>width</em>x<em>height</em></td>
|
1649
|
+
|
1650
|
+
<td>Image#<a href=
|
1651
|
+
"image3.html#sample">sample</a>(<em>width</em>,
|
1652
|
+
<em>height</em>)</td>
|
1653
|
+
</tr>
|
1654
|
+
|
1655
|
+
<tr>
|
1656
|
+
<td>-sampling-factor
|
1657
|
+
<em>horizontal-factor</em>x<em>vertical-factor</em></td>
|
1658
|
+
|
1659
|
+
<td>Image::Info#<a href=
|
1660
|
+
"info.html#sampling_factor">sampling_factor=</a><em>horizontal-factor</em>x
|
1661
|
+
<em>vertical-factor</em></td>
|
1662
|
+
</tr>
|
1663
|
+
|
1664
|
+
<tr>
|
1665
|
+
<td>-scale <em>width</em>x<em>height</em></td>
|
1666
|
+
|
1667
|
+
<td>Image#<a href=
|
1668
|
+
"image3.html#scale">scale</a>(<em>width</em>,
|
1669
|
+
<em>height</em>)</td>
|
1670
|
+
</tr>
|
1671
|
+
|
1672
|
+
<tr>
|
1673
|
+
<td>-scene <em>value</em></td>
|
1674
|
+
|
1675
|
+
<td>ImageList#<a href="ilist.html#scene">scene=</a>
|
1676
|
+
<em>value</em><br />
|
1677
|
+
Image::Info#<a href="info.html#scene">scene=</a>
|
1678
|
+
<em>value</em></td>
|
1679
|
+
</tr>
|
1680
|
+
|
1681
|
+
<tr>
|
1682
|
+
<td>-screen</td>
|
1683
|
+
|
1684
|
+
<td>No equivalent</td>
|
1685
|
+
</tr>
|
1686
|
+
|
1687
|
+
<tr>
|
1688
|
+
<td>-seed</td>
|
1689
|
+
|
1690
|
+
<td>Kernel.srand</td>
|
1691
|
+
</tr>
|
1692
|
+
|
1693
|
+
<tr>
|
1694
|
+
<td>-segment
|
1695
|
+
<em>cluster-threshold</em>x<em>smoothing-threshold</em></td>
|
1696
|
+
|
1697
|
+
<td>Image#<a href=
|
1698
|
+
"image3.html#segment">segment</a>(<em>colorspace</em>=
|
1699
|
+
<code>RGBColorspace</code>, <em>cluster_threshold</em>=1.0,
|
1700
|
+
<em>smoothing_threshold</em>=1.5,
|
1701
|
+
<em>verbose</em>=false)</td>
|
1702
|
+
</tr>
|
1703
|
+
|
1704
|
+
<tr>
|
1705
|
+
<td>-selective-blur <em>geometry</em></td>
|
1706
|
+
|
1707
|
+
<td>Image#<a href=
|
1708
|
+
"image3.html#selective_blur">selective_blur</a>(<em>radius</em>,
|
1709
|
+
<em>sigma</em>, <em>threshold</em> [, <em><a href=
|
1710
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1711
|
+
</tr>
|
1712
|
+
|
1713
|
+
<tr>
|
1714
|
+
<td>-separate</td>
|
1715
|
+
|
1716
|
+
<td>Image#<a href=
|
1717
|
+
"image3.html#separate">separate</a>(<em><a href=
|
1718
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1719
|
+
</tr>
|
1720
|
+
|
1721
|
+
<tr>
|
1722
|
+
<td>-sepia-tone <em>threshold</em></td>
|
1723
|
+
|
1724
|
+
<td>Image#<a href=
|
1725
|
+
"image3.html#sepiatone">sepiatone</a>(<em>threshold</em>=QuantumRange)</td>
|
1726
|
+
</tr>
|
1727
|
+
|
1728
|
+
<tr>
|
1729
|
+
<td>-set <em>attribute</em> <em>value</em></td>
|
1730
|
+
|
1731
|
+
<td>Image#<a href=
|
1732
|
+
"image1.html#aset">[</a>'<em>attribute</em>'<a href=
|
1733
|
+
"image1.html#aset">] =</a> <em>value</em></td>
|
1734
|
+
</tr>
|
1735
|
+
|
1736
|
+
<tr>
|
1737
|
+
<td>-shade <em>azimuth</em>x<em>elevation</em></td>
|
1738
|
+
|
1739
|
+
<td>Image#<a href=
|
1740
|
+
"image3.html#shade">shade</a>(<em>shading</em>=<code>false</code>,
|
1741
|
+
<em>azimuth</em>=30, <em>elevation</em>=30)</td>
|
1742
|
+
</tr>
|
1743
|
+
|
1744
|
+
<tr>
|
1745
|
+
<td>-shadow
|
1746
|
+
<em>opacity</em>x<em>sigma</em>+<em>x</em>+<em>y</em></td>
|
1747
|
+
|
1748
|
+
<td>Image#<a href=
|
1749
|
+
"image3.html#shadow">shadow</a>(<em>x</em>=4, <em>y</em>=4,
|
1750
|
+
<em>sigma</em>=4.0, <em>opacity</em>=4.0)</td>
|
1751
|
+
</tr>
|
1752
|
+
|
1753
|
+
<tr>
|
1754
|
+
<td>-shared-memory</td>
|
1755
|
+
|
1756
|
+
<td>No equivalent</td>
|
1757
|
+
</tr>
|
1758
|
+
|
1759
|
+
<tr>
|
1760
|
+
<td>-sharpen <em>radius</em>x<em>sigma</em></td>
|
1761
|
+
|
1762
|
+
<td>Image#<a href=
|
1763
|
+
"image3.html#sharpen">sharpen</a>(<em>radius</em>=0.0,
|
1764
|
+
<em>sigma</em>=1.0)</td>
|
1765
|
+
</tr>
|
1766
|
+
|
1767
|
+
<tr>
|
1768
|
+
<td>-shave <em>width</em>x<em>height</em></td>
|
1769
|
+
|
1770
|
+
<td>Image#<a href=
|
1771
|
+
"image3.html#shave">shave</a>(<em>width</em>,
|
1772
|
+
<em>height</em>)</td>
|
1773
|
+
</tr>
|
1774
|
+
|
1775
|
+
<tr>
|
1776
|
+
<td>-shear <em>x-degrees</em>x<em>y-degrees</em></td>
|
1777
|
+
|
1778
|
+
<td>Image#<a href=
|
1779
|
+
"image3.html#shear">shear</a>(<em>x_degrees</em>,
|
1780
|
+
<em>y_degrees</em>)</td>
|
1781
|
+
</tr>
|
1782
|
+
|
1783
|
+
<tr>
|
1784
|
+
<td>-sigmoidal-contrast
|
1785
|
+
<em>contrast</em>x<em>mid-point</em></td>
|
1786
|
+
|
1787
|
+
<td>Image#<a href=
|
1788
|
+
"image3.html#sigmoidal_contrast_channel">sigmoidal_contrast_channel</a>(
|
1789
|
+
<em>contrast</em>=3.0, <em>mid_point</em>=50.0,
|
1790
|
+
<em>sharpen</em>=<code>false</code> [, <em><a href=
|
1791
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1792
|
+
</tr>
|
1793
|
+
|
1794
|
+
<tr>
|
1795
|
+
<td>-silent</td>
|
1796
|
+
|
1797
|
+
<td>No equivalent</td>
|
1798
|
+
</tr>
|
1799
|
+
|
1800
|
+
<tr>
|
1801
|
+
<td>-size
|
1802
|
+
<em>width</em>x<em>height</em>+<em>offset</em></td>
|
1803
|
+
|
1804
|
+
<td>Image::Info#<a href=
|
1805
|
+
"info.html#size">size=</a>"<em>width</em>x<em>height</em>+
|
1806
|
+
<em>offset</em>"</td>
|
1807
|
+
</tr>
|
1808
|
+
|
1809
|
+
<tr>
|
1810
|
+
<td>-sketch
|
1811
|
+
<em>radius</em>x<em>sigma</em>+<em>angle</em></td>
|
1812
|
+
|
1813
|
+
<td>Image#<a href=
|
1814
|
+
"image3.html#sketch">sketch</a>(<em>radius</em>=0.0,
|
1815
|
+
<em>sigma</em>=1.0, <em>angle</em>=0.0)</td>
|
1816
|
+
</tr>
|
1817
|
+
|
1818
|
+
<tr>
|
1819
|
+
<td>-snaps</td>
|
1820
|
+
|
1821
|
+
<td>No equivalent</td>
|
1822
|
+
</tr>
|
1823
|
+
|
1824
|
+
<tr>
|
1825
|
+
<td>-solarize <em>threshold</em></td>
|
1826
|
+
|
1827
|
+
<td>Image#<a href=
|
1828
|
+
"image3.html#solarize">solarize</a>(<em>threshold</em>=50)</td>
|
1829
|
+
</tr>
|
1830
|
+
|
1831
|
+
<tr>
|
1832
|
+
<td>-sparse-color <em>method, x, y, color</em>...</td>
|
1833
|
+
|
1834
|
+
<td>Image#<a href=
|
1835
|
+
"image3.html#sparse_color">sparse_color</a>(<em>method</em>,
|
1836
|
+
<em>x</em>, <em>y</em>, <em>color</em>[, <em>x</em>,
|
1837
|
+
<em>y</em>, <em>color</em>...][, <em><a href=
|
1838
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1839
|
+
</tr>
|
1840
|
+
|
1841
|
+
<tr>
|
1842
|
+
<td>-splice
|
1843
|
+
<em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
|
1844
|
+
|
1845
|
+
<td>Image#<a href=
|
1846
|
+
"image3.html#splice">splice</a>(<em>x</em>, <em>y</em>,
|
1847
|
+
<em>width</em>, <em>height</em> [, <em>color</em>])</td>
|
1848
|
+
</tr>
|
1849
|
+
|
1850
|
+
<tr>
|
1851
|
+
<td>-spread <em>amount</em></td>
|
1852
|
+
|
1853
|
+
<td>Image#<a href=
|
1854
|
+
"image3.html#spread">spread</a>(<em>amount</em>=3)</td>
|
1855
|
+
</tr>
|
1856
|
+
|
1857
|
+
<tr>
|
1858
|
+
<td>-stegano <em>offset</em></td>
|
1859
|
+
|
1860
|
+
<td>Image#<a href=
|
1861
|
+
"image3.html#stegano">stegano</a>(<em>watermark</em>,
|
1862
|
+
<em>offset</em>)</td>
|
1863
|
+
</tr>
|
1864
|
+
|
1865
|
+
<tr>
|
1866
|
+
<td>-stereo</td>
|
1867
|
+
|
1868
|
+
<td>Image#<a href=
|
1869
|
+
"image3.html#stereo">stereo</a>(<em>offset_image</em>)</td>
|
1870
|
+
</tr>
|
1871
|
+
|
1872
|
+
<tr>
|
1873
|
+
<td>-storage-type <em>type</em></td>
|
1874
|
+
|
1875
|
+
<td>This option corresponds to the <em><a href=
|
1876
|
+
"constants.html#StorageType">type</a></em> argument to
|
1877
|
+
Image#<a href="image2.html#import_pixels">import_pixels</a>
|
1878
|
+
and Image#<a href=
|
1879
|
+
"image2.html#export_pixels_to_str">export_pixels_to_str</a></td>
|
1880
|
+
</tr>
|
1881
|
+
|
1882
|
+
<tr>
|
1883
|
+
<td>-stretch <em>font_stretch</em></td>
|
1884
|
+
|
1885
|
+
<td>Draw#<a href=
|
1886
|
+
"draw.html#stroke">font_stretch</a>(<em>font_stretch</em>)
|
1887
|
+
(for drawing)<br />
|
1888
|
+
Draw#<a href=
|
1889
|
+
"draw.html#stroke_eq">font_stretch=</a><em>font_stretch</em>
|
1890
|
+
(for annotation)</td>
|
1891
|
+
</tr>
|
1892
|
+
|
1893
|
+
<tr>
|
1894
|
+
<td>-strip</td>
|
1895
|
+
|
1896
|
+
<td>Image#<a href="image3.html#strip_bang">strip!</a></td>
|
1897
|
+
</tr>
|
1898
|
+
|
1899
|
+
<tr>
|
1900
|
+
<td>-stroke <em>color</em></td>
|
1901
|
+
|
1902
|
+
<td>Draw#<a href=
|
1903
|
+
"draw.html#stroke">stroke</a>(<em>color</em>) (for
|
1904
|
+
drawing)<br />
|
1905
|
+
Draw#<a href=
|
1906
|
+
"draw.html#stroke_eq">stroke=</a><em>color</em> (for
|
1907
|
+
annotation)</td>
|
1908
|
+
</tr>
|
1909
|
+
|
1910
|
+
<tr>
|
1911
|
+
<td>-strokewidth <em>value</em></td>
|
1912
|
+
|
1913
|
+
<td>Draw#<a href=
|
1914
|
+
"draw.html#stroke_width">stroke_width</a>(<em>value</em>)
|
1915
|
+
(for drawing)<br />
|
1916
|
+
Draw#<a href=
|
1917
|
+
"draw.html#stroke_width_eq">stroke_width=</a><em>value</em>
|
1918
|
+
(for annotation)</td>
|
1919
|
+
</tr>
|
1920
|
+
|
1921
|
+
<tr>
|
1922
|
+
<td>-style <em>font_style</em></td>
|
1923
|
+
|
1924
|
+
<td>Draw#<a href=
|
1925
|
+
"draw.html#stroke">font_style</a>(<em>font_style</em>) (for
|
1926
|
+
drawing)<br />
|
1927
|
+
Draw#<a href=
|
1928
|
+
"draw.html#stroke_eq">font_style=</a><em>font_style</em>
|
1929
|
+
(for annotation)</td>
|
1930
|
+
</tr>
|
1931
|
+
|
1932
|
+
<tr>
|
1933
|
+
<td>-swap <em>index</em>,<em>index</em></td>
|
1934
|
+
|
1935
|
+
<td>ImageList#<a href=
|
1936
|
+
"ilist.html#array_methods">[]=</a></td>
|
1937
|
+
</tr>
|
1938
|
+
|
1939
|
+
<tr>
|
1940
|
+
<td>-swirl <em>degrees</em></td>
|
1941
|
+
|
1942
|
+
<td>Image#<a href=
|
1943
|
+
"image3.html#swirl">swirl</a>(<em>degrees</em>)</td>
|
1944
|
+
</tr>
|
1945
|
+
|
1946
|
+
<tr>
|
1947
|
+
<td>-taint</td>
|
1948
|
+
|
1949
|
+
<td>No equivalent</td>
|
1950
|
+
</tr>
|
1951
|
+
|
1952
|
+
<tr>
|
1953
|
+
<td>-text-font</td>
|
1954
|
+
|
1955
|
+
<td>No equivalent</td>
|
1956
|
+
</tr>
|
1957
|
+
|
1958
|
+
<tr>
|
1959
|
+
<td>-texture <em>filename</em></td>
|
1960
|
+
|
1961
|
+
<td>Image::Info#<a href=
|
1962
|
+
"info.html#texture">texture=</a><em>image</em></td>
|
1963
|
+
</tr>
|
1964
|
+
|
1965
|
+
<tr>
|
1966
|
+
<td>-threshold <em>value</em></td>
|
1967
|
+
|
1968
|
+
<td>Image#<a href=
|
1969
|
+
"image1.html#bilevel_channel">bilevel_channel</a>(<em>value</em>
|
1970
|
+
[, <em><a href=
|
1971
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1972
|
+
</tr>
|
1973
|
+
|
1974
|
+
<tr>
|
1975
|
+
<td>-thumbnail <em>width</em>x<em>height</em></td>
|
1976
|
+
|
1977
|
+
<td>Image#<a href=
|
1978
|
+
"image1.html#thumbnail">thumbnail</a>(<em>width</em>,
|
1979
|
+
<em>height</em>)</td>
|
1980
|
+
</tr>
|
1981
|
+
|
1982
|
+
<tr>
|
1983
|
+
<td>-tile <em>filename</em></td>
|
1984
|
+
|
1985
|
+
<td>Draw#<a href=
|
1986
|
+
"draw.html#tile">tile</a>(<em>image</em>)</td>
|
1987
|
+
</tr>
|
1988
|
+
|
1989
|
+
<tr>
|
1990
|
+
<td>-tile-offset <em>+x+y</em></td>
|
1991
|
+
|
1992
|
+
<td>Image::Info#<a href=
|
1993
|
+
"info.html#tile_offset">tile_offset</a> = "+x+y"</td>
|
1994
|
+
</tr>
|
1995
|
+
|
1996
|
+
<tr>
|
1997
|
+
<td>-tint</td>
|
1998
|
+
|
1999
|
+
<td>No equivalent</td>
|
2000
|
+
</tr>
|
2001
|
+
|
2002
|
+
<tr>
|
2003
|
+
<td>-title</td>
|
2004
|
+
|
2005
|
+
<td>No equivalent</td>
|
2006
|
+
</tr>
|
2007
|
+
|
2008
|
+
<tr>
|
2009
|
+
<td>-transform</td>
|
2010
|
+
|
2011
|
+
<td>Image#<a href=
|
2012
|
+
"image1.html#affine_transform">affine_transform</a>(
|
2013
|
+
<em><a href=
|
2014
|
+
"struct.html#AffineMatrix">matrix</a></em>)</td>
|
2015
|
+
</tr>
|
2016
|
+
|
2017
|
+
<tr>
|
2018
|
+
<td>-transparent <em>color</em><br />
|
2019
|
+
+transparent <em>color</em></td>
|
2020
|
+
|
2021
|
+
<td>Image#<a href=
|
2022
|
+
"image3.html#transparent">transparent</a>(<em>color</em>,
|
2023
|
+
<em><a href=
|
2024
|
+
"constants.html#Opacity">opacity</a></em>=TransparentOpacity)<br />
|
2025
|
+
|
2026
|
+
Image#<a href=
|
2027
|
+
"image3.html#paint_transparent">paint_transparent</a>(<em>color</em>,
|
2028
|
+
<em><a href="constants.html#Opacity">opacity</a></em>,
|
2029
|
+
true)</td>
|
2030
|
+
</tr>
|
2031
|
+
|
2032
|
+
<tr>
|
2033
|
+
<td>-transparent-color <em>color</em></td>
|
2034
|
+
|
2035
|
+
<td>Image#<a href=
|
2036
|
+
"imageattrs.html#transparent_color">transparent_color=</a>
|
2037
|
+
<em>color</em></td>
|
2038
|
+
</tr>
|
2039
|
+
|
2040
|
+
<tr>
|
2041
|
+
<td>-transpose</td>
|
2042
|
+
|
2043
|
+
<td>Image#<a href=
|
2044
|
+
"image3.html#transpose">transpose</a></td>
|
2045
|
+
</tr>
|
2046
|
+
|
2047
|
+
<tr>
|
2048
|
+
<td>-transverse</td>
|
2049
|
+
|
2050
|
+
<td>Image#<a href=
|
2051
|
+
"image3.html#transverse">transverse</a></td>
|
2052
|
+
</tr>
|
2053
|
+
|
2054
|
+
<tr>
|
2055
|
+
<td>-treedepth <em>value</em></td>
|
2056
|
+
|
2057
|
+
<td>This option corresponds to the <em>tree_depth</em>
|
2058
|
+
argument to Image#<a href=
|
2059
|
+
"image3.html#quantize">quantize</a> and ImageList#<a href=
|
2060
|
+
"ilist.html#quantize">quantize</a>.</td>
|
2061
|
+
</tr>
|
2062
|
+
|
2063
|
+
<tr>
|
2064
|
+
<td>-trim</td>
|
2065
|
+
|
2066
|
+
<td>Image#<a href="image3.html#trim">trim</a></td>
|
2067
|
+
</tr>
|
2068
|
+
|
2069
|
+
<tr>
|
2070
|
+
<td>-type <em>type</em></td>
|
2071
|
+
|
2072
|
+
<td>Image#type=<em><a href=
|
2073
|
+
"constants.html#ImageType">type</a></em></td>
|
2074
|
+
</tr>
|
2075
|
+
|
2076
|
+
<tr>
|
2077
|
+
<td>-undercolor <em>color</em></td>
|
2078
|
+
|
2079
|
+
<td>Draw#<a href=
|
2080
|
+
"draw.html#text_undercolor">text_undercolor</a>(<em>color</em>)<br />
|
2081
|
+
|
2082
|
+
Draw#<a href=
|
2083
|
+
"draw.html#undercolor">undercolor=</a><em>color</em></td>
|
2084
|
+
</tr>
|
2085
|
+
|
2086
|
+
<tr>
|
2087
|
+
<td>-unique-colors</td>
|
2088
|
+
|
2089
|
+
<td>Image#<a href=
|
2090
|
+
"image3.html#unique_colors">unique_colors</a></td>
|
2091
|
+
</tr>
|
2092
|
+
|
2093
|
+
<tr>
|
2094
|
+
<td>-units <em>type</em></td>
|
2095
|
+
|
2096
|
+
<td>Image#<a href=
|
2097
|
+
"imageattrs.html#units">units=</a><em><a href=
|
2098
|
+
"constants.html#ResolutionType">type</a></em></td>
|
2099
|
+
</tr>
|
2100
|
+
|
2101
|
+
<tr>
|
2102
|
+
<td>-unsharp
|
2103
|
+
<em>radius</em>x<em>sigma</em>+<em>amount</em>+<em>threshold</em></td>
|
2104
|
+
|
2105
|
+
<td>Image#<a href=
|
2106
|
+
"image3.html#unsharp_mask">unsharp_mask</a>(<em>radius</em>=0.0,
|
2107
|
+
<em>sigma</em>=1.0, <em>amount</em>=1.0,
|
2108
|
+
<em>threshold</em>=0.05)</td>
|
2109
|
+
</tr>
|
2110
|
+
|
2111
|
+
<tr>
|
2112
|
+
<td>-update</td>
|
2113
|
+
|
2114
|
+
<td>No equivalent</td>
|
2115
|
+
</tr>
|
2116
|
+
|
2117
|
+
<tr>
|
2118
|
+
<td>-verbose</td>
|
2119
|
+
|
2120
|
+
<td>No equivalent</td>
|
2121
|
+
</tr>
|
2122
|
+
|
2123
|
+
<tr>
|
2124
|
+
<td>-version</td>
|
2125
|
+
|
2126
|
+
<td><a href=
|
2127
|
+
"constants.html#Miscellaneous_constants">Magick::Long_version</a></td>
|
2128
|
+
</tr>
|
2129
|
+
|
2130
|
+
<tr>
|
2131
|
+
<td>-view <em>string</em></td>
|
2132
|
+
|
2133
|
+
<td><a href=
|
2134
|
+
"info.html#view">Image::Info#view=</a><em>string</em></td>
|
2135
|
+
</tr>
|
2136
|
+
|
2137
|
+
<tr>
|
2138
|
+
<td>-vignette
|
2139
|
+
<em>radius</em>x<em>sigma</em>+<em>amount</em>+<em>threshold</em></td>
|
2140
|
+
|
2141
|
+
<td>Image#<a href=
|
2142
|
+
"image3.html#vignette">vignette</a>(<em>x</em>, <em>y</em>,
|
2143
|
+
<em>radius</em>=0.0, <em>sigma</em>=10.0)</td>
|
2144
|
+
</tr>
|
2145
|
+
|
2146
|
+
<tr>
|
2147
|
+
<td>-virtual-pixel <em>method</em></td>
|
2148
|
+
|
2149
|
+
<td>Image#<a href=
|
2150
|
+
"imageattrs.html#virtual_pixel_method">virtual_pixel_method</a>=
|
2151
|
+
<em>method</em></td>
|
2152
|
+
</tr>
|
2153
|
+
|
2154
|
+
<tr>
|
2155
|
+
<td>-visual</td>
|
2156
|
+
|
2157
|
+
<td>No equivalent</td>
|
2158
|
+
</tr>
|
2159
|
+
|
2160
|
+
<tr>
|
2161
|
+
<td>-watermark <em>brightness</em></td>
|
2162
|
+
|
2163
|
+
<td>See <a href="#watermark">watermark</a>, below</td>
|
2164
|
+
</tr>
|
2165
|
+
|
2166
|
+
<tr>
|
2167
|
+
<td>-wave <em>amplitude</em>x<em>wavelength</em></td>
|
2168
|
+
|
2169
|
+
<td>Image#<a href=
|
2170
|
+
"image3.html#wave">wave</a>(<em>amplitude</em>=25.0,
|
2171
|
+
<em>wavelength</em>=150.0)</td>
|
2172
|
+
</tr>
|
2173
|
+
|
2174
|
+
<tr>
|
2175
|
+
<td>-weight <em>type</em></td>
|
2176
|
+
|
2177
|
+
<td>Draw#<a href=
|
2178
|
+
"draw.html#font_weight">font_weight</a>(<a href=
|
2179
|
+
"constants.html#WeightType">type</a>) (for drawing)<br />
|
2180
|
+
Draw#<a href=
|
2181
|
+
"draw.html#font_weight_eq">font_weight=</a><em><a href=
|
2182
|
+
"constants.html#WeightType">type</a></em></td>
|
2183
|
+
</tr>
|
2184
|
+
|
2185
|
+
<tr>
|
2186
|
+
<td>-white-point <em>x</em>.<em>y</em></td>
|
2187
|
+
|
2188
|
+
<td>Image#<a href=
|
2189
|
+
"imageattrs.html#chromaticity">chromaticity=</a>
|
2190
|
+
<em><a href=
|
2191
|
+
"struct.html#Chromaticity">chromaticity</a></em></td>
|
2192
|
+
</tr>
|
2193
|
+
|
2194
|
+
<tr>
|
2195
|
+
<td>-white-threshold <em>threshold</em></td>
|
2196
|
+
|
2197
|
+
<td>Image#<a href=
|
2198
|
+
"image3.html#white_threshold">white_threshold</a>(<em>red_channel</em>
|
2199
|
+
[, <em>green_channel</em>[, <em>blue_channel</em>[,
|
2200
|
+
<em>opacity_channel</em>]]])</td>
|
2201
|
+
</tr>
|
2202
|
+
|
2203
|
+
<tr>
|
2204
|
+
<td>-window <em>id</em></td>
|
2205
|
+
|
2206
|
+
<td>No equivalent</td>
|
2207
|
+
</tr>
|
2208
|
+
|
2209
|
+
<tr>
|
2210
|
+
<td>-window-group</td>
|
2211
|
+
|
2212
|
+
<td>No equivalent</td>
|
2213
|
+
</tr>
|
2214
|
+
|
2215
|
+
<tr>
|
2216
|
+
<td>-write <em>filename</em></td>
|
2217
|
+
|
2218
|
+
<td>Image#<a href=
|
2219
|
+
"image3.html#write">write</a>(<em>filename</em>)<br />
|
2220
|
+
ImageList#<a href=
|
2221
|
+
"ilist.html#write">write</a>(<em>filename</em>)</td>
|
2222
|
+
</tr>
|
2223
|
+
</tbody>
|
2224
|
+
</table>
|
2225
|
+
|
2226
|
+
<h2 class="methods" id="composite">composite</h2>
|
2227
|
+
|
2228
|
+
<table class="striped" summary=
|
2229
|
+
"composite options and equivalent methods">
|
2230
|
+
<thead>
|
2231
|
+
<tr>
|
2232
|
+
<th>Magick Option</th>
|
2233
|
+
|
2234
|
+
<th>RMagick Method</th>
|
2235
|
+
</tr>
|
2236
|
+
</thead>
|
2237
|
+
|
2238
|
+
<tbody>
|
2239
|
+
<tr>
|
2240
|
+
<td>-blend <em>src-percent</em>x<em>dst-percent</em></td>
|
2241
|
+
|
2242
|
+
<td>Image#<a href=
|
2243
|
+
"image1.html#blend">blend</a>(<em>overlay</em>,
|
2244
|
+
<em>src_percent</em>, <em>dst_percent</em>,
|
2245
|
+
<em>x_offset</em>=0, <em>y_offset</em>=0)</td>
|
2246
|
+
</tr>
|
2247
|
+
|
2248
|
+
<tr>
|
2249
|
+
<td id="displace">-displace
|
2250
|
+
<em>x-amplitude</em>x<em>y-amplitude</em></td>
|
2251
|
+
|
2252
|
+
<td>Image#<a href=
|
2253
|
+
"image1.html#displace">displace</a>(<em>displacement_map</em>,
|
2254
|
+
<em>x_amplitude</em>, <em>y_amplitude</em>,
|
2255
|
+
<em>x_offset</em>=0, <em>y_offset</em>=0)</td>
|
2256
|
+
</tr>
|
2257
|
+
|
2258
|
+
<tr id="dissolve">
|
2259
|
+
<td>-dissolve
|
2260
|
+
<em>src_percent</em>x<em>dst_percent</em></td>
|
2261
|
+
|
2262
|
+
<td>Image#<a href=
|
2263
|
+
"image1.html#dissolve">dissolve</a>(<em>overlay</em>,
|
2264
|
+
<em>src_percent</em>, <em>dst_percent</em>,
|
2265
|
+
<em>x_offset</em>=0,<em>y_offset</em>=0)</td>
|
2266
|
+
</tr>
|
2267
|
+
|
2268
|
+
<tr id="tile">
|
2269
|
+
<td>-tile</td>
|
2270
|
+
|
2271
|
+
<td>Image#<a href=
|
2272
|
+
"image1.html#composite_tiled">composite_tiled</a>(<em>src</em>,
|
2273
|
+
<em>composite_op</em>=OverCompositeOp)</td>
|
2274
|
+
</tr>
|
2275
|
+
|
2276
|
+
<tr id="watermark">
|
2277
|
+
<td>-watermark <em>lightness</em></td>
|
2278
|
+
|
2279
|
+
<td>Image#<a href=
|
2280
|
+
"image3.html#watermark">watermark</a>(<em>mark</em>,
|
2281
|
+
<em>lightness</em>=1.0, <em>saturation</em>=1.0,
|
2282
|
+
<em>x_offset</em>=0, <em>y_offset</em>=0)</td>
|
2283
|
+
</tr>
|
2284
|
+
</tbody>
|
2285
|
+
</table>
|
2286
|
+
|
2287
|
+
<h2 class="methods" id="montage">montage</h2>
|
2288
|
+
|
2289
|
+
<div class="intro">
|
2290
|
+
<h3>Notes</h3>
|
2291
|
+
|
2292
|
+
<p>The RMagick methods that correspond to
|
2293
|
+
<code>montage</code>'s options are in the
|
2294
|
+
<code>Magick::ImageList::Montage</code> class.</p>
|
2295
|
+
</div>
|
2296
|
+
|
2297
|
+
<table class="striped" summary=
|
2298
|
+
"montage options and equivalent methods">
|
2299
|
+
<thead>
|
2300
|
+
<tr>
|
2301
|
+
<th>Magick Option</th>
|
2302
|
+
|
2303
|
+
<th>RMagick Method</th>
|
2304
|
+
</tr>
|
2305
|
+
</thead>
|
2306
|
+
|
2307
|
+
<tbody>
|
2308
|
+
<tr>
|
2309
|
+
<td>-backgroundcolor <em>color</em></td>
|
2310
|
+
|
2311
|
+
<td>Montage#<a href=
|
2312
|
+
"ilist.html#montage">background_color=</a><em>color</em></td>
|
2313
|
+
</tr>
|
2314
|
+
|
2315
|
+
<tr>
|
2316
|
+
<td>-bordercolor <em>color</em></td>
|
2317
|
+
|
2318
|
+
<td>Montage#<a href=
|
2319
|
+
"ilist.html#montage">border_color=</a><em>color</em></td>
|
2320
|
+
</tr>
|
2321
|
+
|
2322
|
+
<tr>
|
2323
|
+
<td>-borderwidth <em>value</em></td>
|
2324
|
+
|
2325
|
+
<td>Montage#<a href=
|
2326
|
+
"ilist.html#montage">border_width=</a><em>value</em></td>
|
2327
|
+
</tr>
|
2328
|
+
|
2329
|
+
<tr>
|
2330
|
+
<td>-clone</td>
|
2331
|
+
|
2332
|
+
<td>No equivalent</td>
|
2333
|
+
</tr>
|
2334
|
+
|
2335
|
+
<tr>
|
2336
|
+
<td>-compose <em>operator</em></td>
|
2337
|
+
|
2338
|
+
<td>Montage#<a href=
|
2339
|
+
"ilist.html#montage">compose=</a><em>operator</em></td>
|
2340
|
+
</tr>
|
2341
|
+
|
2342
|
+
<tr>
|
2343
|
+
<td>-fill <em>color</em></td>
|
2344
|
+
|
2345
|
+
<td>Montage#<a href=
|
2346
|
+
"ilist.html#montage">fill=</a><em>color</em></td>
|
2347
|
+
</tr>
|
2348
|
+
|
2349
|
+
<tr>
|
2350
|
+
<td>-frame <em>geometry</em></td>
|
2351
|
+
|
2352
|
+
<td>Montage#<a href=
|
2353
|
+
"ilist.html#montage">frame=</a>"<em>geometry</em>"</td>
|
2354
|
+
</tr>
|
2355
|
+
|
2356
|
+
<tr>
|
2357
|
+
<td>-geometry <em>geometry</em></td>
|
2358
|
+
|
2359
|
+
<td>Montage#<a href=
|
2360
|
+
"ilist.html#montage">geometry=</a>"<em>geometry</em>"</td>
|
2361
|
+
</tr>
|
2362
|
+
|
2363
|
+
<tr>
|
2364
|
+
<td>-gravity <em>type</em></td>
|
2365
|
+
|
2366
|
+
<td>Montage#<a href=
|
2367
|
+
"ilist.html#montage">gravity=</a><em>type</em></td>
|
2368
|
+
</tr>
|
2369
|
+
|
2370
|
+
<tr>
|
2371
|
+
<td>-mattecolor <em>color</em></td>
|
2372
|
+
|
2373
|
+
<td>Montage#<a href=
|
2374
|
+
"ilist.html#montage">matte_color=</a><em>color</em></td>
|
2375
|
+
</tr>
|
2376
|
+
|
2377
|
+
<tr>
|
2378
|
+
<td>-mode <em>type</em></td>
|
2379
|
+
|
2380
|
+
<td>No equivalent</td>
|
2381
|
+
</tr>
|
2382
|
+
|
2383
|
+
<tr>
|
2384
|
+
<td>-pointsize <em>value</em></td>
|
2385
|
+
|
2386
|
+
<td>Montage#<a href=
|
2387
|
+
"ilist.html#montage">pointsize=</a><em>value</em></td>
|
2388
|
+
</tr>
|
2389
|
+
|
2390
|
+
<tr>
|
2391
|
+
<td>-shadow</td>
|
2392
|
+
|
2393
|
+
<td>Montage#<a href=
|
2394
|
+
"ilist.html#montage">shadow=</a><code>true</code></td>
|
2395
|
+
</tr>
|
2396
|
+
|
2397
|
+
<tr>
|
2398
|
+
<td>-stroke <em>color</em></td>
|
2399
|
+
|
2400
|
+
<td>Montage#<a href=
|
2401
|
+
"ilist.html#montage">stroke=</a><em>color</em></td>
|
2402
|
+
</tr>
|
2403
|
+
|
2404
|
+
<tr>
|
2405
|
+
<td>-texture <em>filename</em></td>
|
2406
|
+
|
2407
|
+
<td>Montage#<a href=
|
2408
|
+
"ilist.html#montage">texture=</a><em>image</em></td>
|
2409
|
+
</tr>
|
2410
|
+
|
2411
|
+
<tr>
|
2412
|
+
<td>-tile <em>geometry</em></td>
|
2413
|
+
|
2414
|
+
<td>Montage#<a href=
|
2415
|
+
"ilist.html#montage">tile=</a><em>geometry</em></td>
|
2416
|
+
</tr>
|
2417
|
+
|
2418
|
+
<tr>
|
2419
|
+
<td>-title <em>string</em></td>
|
2420
|
+
|
2421
|
+
<td>Montage#<a href=
|
2422
|
+
"ilist.html#montage">title=</a><em>string</em></td>
|
2423
|
+
</tr>
|
2424
|
+
</tbody>
|
2425
|
+
</table>
|
2426
|
+
|
2427
|
+
<p class="spacer"> </p>
|
2428
|
+
|
2429
|
+
<div class="nav">
|
2430
|
+
« <a href="index.html">Prev</a> | <a href=
|
2431
|
+
"imusage.html">Contents</a> | <a href="comtasks.html">Next</a>
|
2432
|
+
»
|
2433
|
+
</div>
|
2434
|
+
</body>
|
2435
|
+
</html>
|