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/ex/normalize.rb
ADDED
data/doc/ex/oil_paint.rb
ADDED
data/doc/ex/opacity.rb
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
require 'RMagick'
|
3
|
+
|
4
|
+
canvas = Magick::Image.new(260, 125)
|
5
|
+
gc = Magick::Draw.new
|
6
|
+
gc.fill('black')
|
7
|
+
gc.rectangle(10,20, 250,90)
|
8
|
+
|
9
|
+
gc.stroke('blue')
|
10
|
+
gc.fill('yellow')
|
11
|
+
gc.stroke_width(10)
|
12
|
+
|
13
|
+
gc.opacity('25%')
|
14
|
+
gc.roundrectangle(20,20, 60,90, 5,5)
|
15
|
+
|
16
|
+
gc.opacity('50%')
|
17
|
+
gc.roundrectangle(80,20, 120,90, 5,5)
|
18
|
+
|
19
|
+
gc.opacity(0.75)
|
20
|
+
gc.roundrectangle(140,20, 180,90, 5,5)
|
21
|
+
|
22
|
+
gc.opacity(1)
|
23
|
+
gc.roundrectangle(200,20, 240,90, 5,5)
|
24
|
+
|
25
|
+
gc.font_weight(Magick::NormalWeight)
|
26
|
+
gc.font_style(Magick::NormalStyle)
|
27
|
+
gc.stroke('transparent')
|
28
|
+
gc.fill('black')
|
29
|
+
gc.gravity(Magick::SouthGravity)
|
30
|
+
gc.text(-90,15, '"25%"')
|
31
|
+
gc.text(-30,15, '"50%"')
|
32
|
+
gc.text( 30,15, '"75%"')
|
33
|
+
gc.text( 90,15, '"100%"')
|
34
|
+
|
35
|
+
gc.draw(canvas)
|
36
|
+
canvas.write("opacity.png")
|
37
|
+
exit
|
data/doc/ex/path.rb
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
require 'RMagick'
|
3
|
+
|
4
|
+
imgl = Magick::ImageList.new
|
5
|
+
imgl.new_image(390, 240, Magick::HatchFill.new('white','lightcyan2'))
|
6
|
+
|
7
|
+
gc = Magick::Draw.new
|
8
|
+
|
9
|
+
# Draw path
|
10
|
+
gc.fill_opacity 0
|
11
|
+
gc.stroke 'red'
|
12
|
+
gc.stroke_width 3
|
13
|
+
gc.path "M20,120 C20,20 170,20 170,120 S320,220 320,120"
|
14
|
+
|
15
|
+
# Annotate
|
16
|
+
# Show end points
|
17
|
+
gc.fill_opacity 0
|
18
|
+
gc.stroke 'gray50'
|
19
|
+
gc.stroke_width 1
|
20
|
+
gc.circle 20,120, 23, 123
|
21
|
+
gc.circle 170,120, 173, 123
|
22
|
+
gc.circle 320,120, 323, 123
|
23
|
+
|
24
|
+
# Show control points
|
25
|
+
gc.fill_opacity 1
|
26
|
+
gc.circle 20, 20, 23, 23
|
27
|
+
gc.circle 170, 20, 173, 23
|
28
|
+
gc.circle 320,220, 323, 223
|
29
|
+
|
30
|
+
# Show connector lines
|
31
|
+
gc.line 20,120, 20, 20
|
32
|
+
gc.line 170, 20, 170,220
|
33
|
+
gc.line 320,220, 320,120
|
34
|
+
|
35
|
+
# Show auto control point
|
36
|
+
gc.fill_opacity 0
|
37
|
+
gc.stroke 'blue'
|
38
|
+
gc.stroke_width 3
|
39
|
+
gc.circle 170,220, 173,223
|
40
|
+
|
41
|
+
# Add labels
|
42
|
+
gc.font_weight Magick::NormalWeight
|
43
|
+
gc.font_style Magick::NormalStyle
|
44
|
+
gc.stroke "none" # unset stroke color
|
45
|
+
gc.fill 'black'
|
46
|
+
|
47
|
+
# Add end point labels
|
48
|
+
gc.text 30,125, "'20,120'"
|
49
|
+
gc.text 180,125, "'170,120'"
|
50
|
+
gc.text 330,125, "'320,120'"
|
51
|
+
|
52
|
+
# Add control point labels
|
53
|
+
gc.text 30, 25, "'20,20'"
|
54
|
+
gc.text 180, 25, "'170,20'"
|
55
|
+
gc.text 330,225, "'320,220'"
|
56
|
+
|
57
|
+
# Add auto control point label
|
58
|
+
gc.text 180,225, "'auto ctl point'"
|
59
|
+
|
60
|
+
gc.draw imgl
|
61
|
+
|
62
|
+
imgl.border!(1,1, 'lightcyan2')
|
63
|
+
imgl.write 'path.gif'
|
64
|
+
|
data/doc/ex/pattern1.rb
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
|
3
|
+
require 'RMagick'
|
4
|
+
|
5
|
+
gc = Magick::Draw.new
|
6
|
+
gc.pattern('triangles', 0, 0, 16, 16) {
|
7
|
+
gc.fill('darkblue')
|
8
|
+
gc.rectangle(0,0, 16,16)
|
9
|
+
gc.fill('yellow')
|
10
|
+
gc.stroke('red')
|
11
|
+
gc.polygon(0,0, 8,16, 16,0, 0,0)
|
12
|
+
}
|
13
|
+
|
14
|
+
gc.stroke('triangles')
|
15
|
+
gc.stroke_width(16)
|
16
|
+
gc.fill('none')
|
17
|
+
gc.ellipse(150, 75, 130, 60, 0, 360)
|
18
|
+
|
19
|
+
img = Magick::Image.new(300, 150, Magick::HatchFill.new('white','lightcyan2',8))
|
20
|
+
gc.draw(img)
|
21
|
+
|
22
|
+
img.border!(1,1, "lightcyan2")
|
23
|
+
|
24
|
+
img.write('pattern1.gif')
|
25
|
+
exit
|
data/doc/ex/pattern2.rb
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
|
3
|
+
require 'RMagick'
|
4
|
+
|
5
|
+
hat = Magick::Image.read("images/Flower_Hat.jpg").first
|
6
|
+
hat.resize!(0.25)
|
7
|
+
|
8
|
+
# Construct a pattern using the hat image
|
9
|
+
gc = Magick::Draw.new
|
10
|
+
gc.pattern('hat', 0, 0, hat.columns, hat.rows) {
|
11
|
+
gc.composite(0, 0, 0, 0, hat)
|
12
|
+
}
|
13
|
+
|
14
|
+
# Set the fill to the hat "pattern." Draw an ellipse
|
15
|
+
gc.fill('hat')
|
16
|
+
gc.ellipse(150, 75, 140, 70, 0, 360)
|
17
|
+
|
18
|
+
# Create a canvas to draw on
|
19
|
+
img = Magick::Image.new(300, 150, Magick::HatchFill.new('white','lightcyan2',8))
|
20
|
+
|
21
|
+
# Draw the ellipse using the fill
|
22
|
+
gc.draw(img)
|
23
|
+
|
24
|
+
img.border!(1,1, "lightcyan2")
|
25
|
+
img.write('pattern2.gif')
|
26
|
+
exit
|
data/doc/ex/polaroid.rb
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
require 'RMagick'
|
3
|
+
require 'date'
|
4
|
+
|
5
|
+
# Demonstrate the Image#polaroid method
|
6
|
+
|
7
|
+
img = Magick::Image.read('images/Flower_Hat.jpg').first
|
8
|
+
img[:Caption] = "\nLosha\n" + Date.today.to_s
|
9
|
+
|
10
|
+
begin
|
11
|
+
picture = img.polaroid do
|
12
|
+
self.font_weight = Magick::NormalWeight
|
13
|
+
self.font_style = Magick::NormalStyle
|
14
|
+
self.gravity = Magick::CenterGravity
|
15
|
+
self.border_color = "#f0f0f8"
|
16
|
+
end
|
17
|
+
|
18
|
+
# Composite it on a white background so the result is opaque.
|
19
|
+
background = Magick::Image.new(picture.columns, picture.rows)
|
20
|
+
result = background.composite(picture, Magick::CenterGravity, Magick::OverCompositeOp)
|
21
|
+
|
22
|
+
rescue NotImplementedError
|
23
|
+
result = Magick::Image.read('images/notimplemented.gif').first
|
24
|
+
result.resize!(img.columns, img.rows)
|
25
|
+
end
|
26
|
+
|
27
|
+
|
28
|
+
result.write('polaroid.jpg')
|
data/doc/ex/polygon.rb
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
require 'RMagick'
|
3
|
+
|
4
|
+
imgl = Magick::ImageList.new
|
5
|
+
imgl.new_image(290, 200, Magick::HatchFill.new('white','lightcyan2'))
|
6
|
+
|
7
|
+
gc = Magick::Draw.new
|
8
|
+
gc.stroke('blue').stroke_width(3)
|
9
|
+
|
10
|
+
# Draw red 5-pointed star
|
11
|
+
gc.fill('red')
|
12
|
+
gc.polygon( 75,37.5, 89.5,80.5, 134.5,80.5, 98.5,107.5,
|
13
|
+
111.5,150.5, 75,125, 38.5,150.5, 51.5,107.5,
|
14
|
+
15.5,80.5, 60.5,80.5)
|
15
|
+
# Draw green hexagon
|
16
|
+
gc.fill('lime')
|
17
|
+
gc.polygon(225,37.5, 279,68.75, 279,131.25,
|
18
|
+
225,162.5, 171,131.3, 171,68.75)
|
19
|
+
|
20
|
+
gc.draw(imgl)
|
21
|
+
imgl.border!(1,1, "lightcyan2")
|
22
|
+
|
23
|
+
imgl.write("polygon.gif")
|
24
|
+
|
data/doc/ex/polygon01.rb
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
require 'rvg/rvg'
|
2
|
+
|
3
|
+
Magick::RVG.dpi = 90
|
4
|
+
|
5
|
+
rvg = Magick::RVG.new(12.cm, 4.cm).viewbox(0, 0, 1200, 400) do |canvas|
|
6
|
+
canvas.background_fill = 'white'
|
7
|
+
canvas.desc = "Example polygon01 - star and hexagon"
|
8
|
+
|
9
|
+
# Show outline of canvas using the 'rect' method
|
10
|
+
canvas.rect(1195, 395, 1, 1).styles(:fill=>'none', :stroke=>'blue', :stroke_width=>2)
|
11
|
+
|
12
|
+
canvas.polygon(350,75,379,161,469,161,397,215,
|
13
|
+
423,301,350,250,277,301,303,215,
|
14
|
+
231,161,321,161).styles(:fill=>'red', :stroke=>'blue', :stroke_width=>10)
|
15
|
+
|
16
|
+
canvas.polygon(850,75,958,137.5,958,262.5,
|
17
|
+
850,325,742,262.6,742,137.5).
|
18
|
+
styles(:fill=>'lime', :stroke=>'blue', :stroke_width=>10)
|
19
|
+
|
20
|
+
end
|
21
|
+
|
22
|
+
rvg.draw.write('polygon01.gif')
|
23
|
+
|
data/doc/ex/polyline.rb
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
require 'RMagick'
|
3
|
+
|
4
|
+
imgl = Magick::ImageList.new
|
5
|
+
imgl.new_image(300, 100, Magick::HatchFill.new('white','lightcyan2'))
|
6
|
+
|
7
|
+
points = [12,93.75, 37,93.75, 37,81.25, 62,81.25,
|
8
|
+
62,93.75, 87,93.75, 87,62, 112,62, 112,93.75,
|
9
|
+
137,93.75, 137,43.75, 162,43.75, 162,93.75,
|
10
|
+
187,93.75, 187,25, 212,25, 212,93.75, 237,93.75,
|
11
|
+
237,6.25, 262,6.25, 262,93.75, 287,93.75]
|
12
|
+
|
13
|
+
gc = Magick::Draw.new
|
14
|
+
gc.stroke('blue').stroke_width(3)
|
15
|
+
gc.fill_opacity(0)
|
16
|
+
gc.polyline(*points)
|
17
|
+
|
18
|
+
gc.draw(imgl)
|
19
|
+
|
20
|
+
imgl.border!(1,1, "lightcyan2")
|
21
|
+
|
22
|
+
imgl.write("polyline.gif")
|
23
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
require 'rvg/rvg'
|
2
|
+
|
3
|
+
Magick::RVG.dpi = 90
|
4
|
+
|
5
|
+
rvg = Magick::RVG.new(12.cm, 4.cm).viewbox(0, 0, 1200, 400) do |canvas|
|
6
|
+
canvas.background_fill = 'white'
|
7
|
+
canvas.desc = "Example polyline01 - increasingly larger bars"
|
8
|
+
|
9
|
+
# Show outline of canvas using the 'rect' method
|
10
|
+
canvas.rect(1195, 395, 1, 1).styles(:fill=>'none', :stroke=>'blue', :stroke_width=>2)
|
11
|
+
|
12
|
+
canvas.polyline(50,375,
|
13
|
+
150,375,150,325,250,325,250,375,
|
14
|
+
350,375,350,250,450,250,450,375,
|
15
|
+
550,375,550,175,650,175,650,375,
|
16
|
+
750,375,750,100,850,100,850,375,
|
17
|
+
950,375,950,25,1050,25,1050,375,
|
18
|
+
1150,375).styles(:fill=>'none', :stroke=>'blue', :stroke_width=>10)
|
19
|
+
|
20
|
+
end
|
21
|
+
|
22
|
+
rvg.draw.write('polyline01.gif')
|
23
|
+
|
data/doc/ex/posterize.rb
ADDED
data/doc/ex/preview.rb
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
require 'RMagick'
|
3
|
+
|
4
|
+
imgl = Magick::ImageList.new
|
5
|
+
imgl.new_image(500, 300, Magick::HatchFill.new('white','lightcyan2'))
|
6
|
+
|
7
|
+
gc = Magick::Draw.new
|
8
|
+
|
9
|
+
# Draw path with quadratic bezier commands
|
10
|
+
gc.fill_opacity 0
|
11
|
+
gc.stroke 'red'
|
12
|
+
gc.stroke_width 3
|
13
|
+
gc.path "M20,150 Q120,25 220,150 T420,150"
|
14
|
+
|
15
|
+
# Annotate
|
16
|
+
# Show end points
|
17
|
+
gc.fill_opacity 1
|
18
|
+
gc.stroke 'grey50'
|
19
|
+
gc.stroke_width 1
|
20
|
+
gc.circle 20,150, 23, 153
|
21
|
+
gc.circle 220,150, 223, 153
|
22
|
+
gc.circle 420,150, 423, 153
|
23
|
+
|
24
|
+
# Show control points
|
25
|
+
gc.fill 'black'
|
26
|
+
gc.stroke 'transparent'
|
27
|
+
gc.circle 120,25, 123, 28
|
28
|
+
gc.circle 320,275, 323, 278
|
29
|
+
|
30
|
+
# Show connector lines
|
31
|
+
gc.line 20,150, 120,25
|
32
|
+
gc.line 120,25, 320,275
|
33
|
+
gc.line 320,275, 420,150
|
34
|
+
|
35
|
+
# Add labels
|
36
|
+
gc.font_weight Magick::NormalWeight
|
37
|
+
gc.font_style Magick::NormalStyle
|
38
|
+
|
39
|
+
# Add end point labels
|
40
|
+
gc.text 30,155, "'20,150'"
|
41
|
+
gc.text 230,155, "'220,150'"
|
42
|
+
gc.text 430,155, "'420,150'"
|
43
|
+
|
44
|
+
# Add control point labels
|
45
|
+
gc.text 130,30, "'120,25'"
|
46
|
+
gc.text 330,280, "'320,275'"
|
47
|
+
|
48
|
+
gc.draw imgl
|
49
|
+
|
50
|
+
imgl.border!(1,1, "lightcyan2")
|
51
|
+
#imgl.display
|
52
|
+
imgl.write "qbezierpath.gif"
|
data/doc/ex/quad01.rb
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
require 'rvg/rvg'
|
2
|
+
|
3
|
+
Magick::RVG.dpi = 90
|
4
|
+
|
5
|
+
rvg = Magick::RVG.new(12.cm, 6.cm).viewbox(0, 0, 1200, 600) do |canvas|
|
6
|
+
canvas.title = "Example quad01 - quadratic Bezier commands in path data"
|
7
|
+
canvas.desc = <<-END_DESC
|
8
|
+
Picture showing a "Q" a "T" command, along with annotations showing the
|
9
|
+
control points and end points
|
10
|
+
END_DESC
|
11
|
+
canvas.background_fill = 'white'
|
12
|
+
canvas.rect(1195, 592, 1, 1).styles(:fill=>'none', :stroke=>'blue', :stroke_width=>1)
|
13
|
+
|
14
|
+
canvas.path("M200,300 Q400,50 600,300 T1000,300").
|
15
|
+
styles(:fill=>'none', :stroke=>'red', :stroke_width=>5)
|
16
|
+
|
17
|
+
# End points
|
18
|
+
canvas.g.styles(:fill=>'black') do |grp|
|
19
|
+
grp.circle(10, 200, 300)
|
20
|
+
grp.circle(10, 600, 300)
|
21
|
+
grp.circle(10, 1000, 300)
|
22
|
+
end
|
23
|
+
|
24
|
+
# Control points and lines from end points to control points
|
25
|
+
canvas.g.styles(:fill=>'#888') do |grp|
|
26
|
+
grp.circle(10, 400, 50)
|
27
|
+
grp.circle(10, 800, 550)
|
28
|
+
end
|
29
|
+
|
30
|
+
canvas.path("M200,300 L400,50 L600,300 L800,550 L1000,300").
|
31
|
+
styles(:fill=>'none', :stroke=>'#888', :stroke_width=>2)
|
32
|
+
|
33
|
+
end
|
34
|
+
|
35
|
+
rvg.draw.write('quad01.gif')
|
36
|
+
|
@@ -0,0 +1,25 @@
|
|
1
|
+
#! /usr/local/bin/ruby -w
|
2
|
+
|
3
|
+
# Demonstrate the ImageList#quantize method
|
4
|
+
|
5
|
+
require 'RMagick'
|
6
|
+
|
7
|
+
snapshots = Magick::ImageList.new "images/Ballerina.jpg","images/Gold_Statue.jpg","images/Shorts.jpg"
|
8
|
+
|
9
|
+
# Quantize all 3 images to a single set of 16 colors in the RGB colorspace
|
10
|
+
$stdout.sync=true
|
11
|
+
printf "Quantizing... Please be patient, this may take a couple of seconds... "
|
12
|
+
quant = snapshots.quantize 16
|
13
|
+
puts "Done."
|
14
|
+
|
15
|
+
# Now we create the "before" and "after" images.
|
16
|
+
# Arrange the original images side-by-side into a
|
17
|
+
# single image.
|
18
|
+
old = snapshots.append false
|
19
|
+
old.write('quantize-m_before.jpg')
|
20
|
+
|
21
|
+
# Repeat for the quantized images.
|
22
|
+
new = quant.append false
|
23
|
+
new.write('quantize-m_after.jpg')
|
24
|
+
|
25
|
+
exit
|