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/lib/rvg/to_c.rb
ADDED
@@ -0,0 +1,103 @@
|
|
1
|
+
class Magick::RVG
|
2
|
+
|
3
|
+
private
|
4
|
+
def header_text(pgm, name)
|
5
|
+
pgm.puts <<"END_HEADER"
|
6
|
+
/*
|
7
|
+
Version: #{Magick_version}
|
8
|
+
|
9
|
+
gcc `Magick-config --cflags --cppflags` #{name}.c `Magick-config --ldflags --libs` -o #{name}
|
10
|
+
*/
|
11
|
+
|
12
|
+
#include <stdio.h>
|
13
|
+
#include <time.h>
|
14
|
+
#include <sys/types.h>
|
15
|
+
#include <string.h>
|
16
|
+
#include <stdlib.h>
|
17
|
+
#include <magick/api.h>
|
18
|
+
|
19
|
+
|
20
|
+
int main(int argc,char **argv)
|
21
|
+
{
|
22
|
+
Image *image;
|
23
|
+
ImageInfo *info;
|
24
|
+
DrawInfo *draw;
|
25
|
+
const char * const primitives =
|
26
|
+
END_HEADER
|
27
|
+
end
|
28
|
+
|
29
|
+
def list_primitives(pgm, gc)
|
30
|
+
primitives = gc.inspect.split("\n")
|
31
|
+
indent = 0
|
32
|
+
primitives.each do |cmd|
|
33
|
+
indent -= 1 if cmd['pop ']
|
34
|
+
pgm.print(' ', (' '*indent), '"', cmd, '\n"', "\n")
|
35
|
+
indent += 1 if cmd['push ']
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
def trailer_text(pgm, name)
|
40
|
+
pgm.puts <<"END_TRAILER"
|
41
|
+
;
|
42
|
+
|
43
|
+
InitializeMagick("#{name}");
|
44
|
+
|
45
|
+
info = CloneImageInfo(NULL);
|
46
|
+
if (!info)
|
47
|
+
{
|
48
|
+
MagickError(ResourceLimitError,"Unable to allocate ImageInfo",
|
49
|
+
"Memory allocation failed");
|
50
|
+
}
|
51
|
+
|
52
|
+
info->size = AcquireMagickMemory(20);
|
53
|
+
sprintf(info->size, "%dx%d", #{@width.to_i}, #{@height.to_i});
|
54
|
+
|
55
|
+
image = AllocateImage(info);
|
56
|
+
if (!image)
|
57
|
+
{
|
58
|
+
MagickError(ResourceLimitError,"Unable to allocate Image",
|
59
|
+
"Memory allocation failed");
|
60
|
+
}
|
61
|
+
|
62
|
+
SetImage(image, OpaqueOpacity);
|
63
|
+
|
64
|
+
draw = CloneDrawInfo(info, NULL);
|
65
|
+
CloneString(&(draw->primitive), primitives);
|
66
|
+
DrawImage(image, draw);
|
67
|
+
|
68
|
+
if (image->exception.severity != UndefinedException)
|
69
|
+
{
|
70
|
+
printf("%s: %s", image->exception.reason, image->exception.description);
|
71
|
+
exit(1);
|
72
|
+
}
|
73
|
+
|
74
|
+
strcpy(image->filename, "#{name+".gif"}");
|
75
|
+
WriteImage(info, image);
|
76
|
+
|
77
|
+
DestroyDrawInfo(draw);
|
78
|
+
DestroyImage(image);
|
79
|
+
DestroyImageInfo(info);
|
80
|
+
DestroyMagick();
|
81
|
+
|
82
|
+
return 0;
|
83
|
+
}
|
84
|
+
END_TRAILER
|
85
|
+
end
|
86
|
+
|
87
|
+
public
|
88
|
+
|
89
|
+
# Convert an RVG object to a stand-alone C program
|
90
|
+
# suitable for reproducing a bug.
|
91
|
+
def to_c(name)
|
92
|
+
pgm = File.open(name+".c", "w")
|
93
|
+
header_text(pgm, name)
|
94
|
+
gc = Draw.new
|
95
|
+
add_primitives(gc)
|
96
|
+
list_primitives(pgm, gc)
|
97
|
+
trailer_text(pgm, name)
|
98
|
+
pgm.close
|
99
|
+
$stderr.puts "Done"
|
100
|
+
end
|
101
|
+
|
102
|
+
end # class Magick::RVG
|
103
|
+
|
@@ -0,0 +1,133 @@
|
|
1
|
+
#--
|
2
|
+
# $Id: transformable.rb,v 1.5 2009/02/28 23:52:28 rmagick Exp $
|
3
|
+
# Copyright (C) 2009 Timothy P. Hunter
|
4
|
+
#++
|
5
|
+
|
6
|
+
module Magick
|
7
|
+
class RVG
|
8
|
+
|
9
|
+
# Transforms is an Array with a deep_copy method.
|
10
|
+
# During unit-testing it also has a deep_equal method.
|
11
|
+
class Transforms < Array #:nodoc:
|
12
|
+
|
13
|
+
def deep_copy(h=nil)
|
14
|
+
copy = self.class.new
|
15
|
+
each { |transform| copy << [transform[0], transform[1].dup] }
|
16
|
+
return copy
|
17
|
+
end
|
18
|
+
|
19
|
+
end # class Transform
|
20
|
+
|
21
|
+
# Transformations are operations on the coordinate system.
|
22
|
+
# All the transformations defined within a container (an RVG object
|
23
|
+
# or a group) are applied before drawing any shapes or text.
|
24
|
+
# All transformations are applied in the order they were
|
25
|
+
# defined. <em>Note:</em> This means that
|
26
|
+
# g.translate(10,20).scale(2)
|
27
|
+
# is not the same as
|
28
|
+
# g.scale(2).translate(10,20)
|
29
|
+
module Transformable
|
30
|
+
|
31
|
+
private
|
32
|
+
|
33
|
+
# Apply transforms in the same order they were specified!
|
34
|
+
def add_transform_primitives(gc)
|
35
|
+
@transforms.each { |transform| gc.__send__(transform[0], *transform[1]) }
|
36
|
+
end
|
37
|
+
|
38
|
+
def initialize(*args, &block)
|
39
|
+
super()
|
40
|
+
@transforms = Transforms.new
|
41
|
+
end
|
42
|
+
|
43
|
+
public
|
44
|
+
|
45
|
+
# Applies the transformation matrix [sx, rx, ry, sy, tx, ty]
|
46
|
+
def matrix(sx, rx, ry, sy, tx, ty)
|
47
|
+
begin
|
48
|
+
@transforms << [:affine, [Float(sx), Float(rx), Float(ry), Float(sy), Float(tx), Float(ty)]]
|
49
|
+
rescue ArgumentError
|
50
|
+
raise ArgumentError, "arguments must be convertable to float (got #{sx.class}, #{rx.class}, #{ry.class}, #{sy.class}, #{sx.class}, #{sx.class}, #{tx.class}, #{ty.class})"
|
51
|
+
end
|
52
|
+
yield(self) if block_given?
|
53
|
+
self
|
54
|
+
end
|
55
|
+
|
56
|
+
# Add <tt>tx</tt> to all x-coordinates and <tt>ty</tt>
|
57
|
+
# to all y-coordinates. If <tt>ty</tt> is omitted it defaults
|
58
|
+
# to <tt>tx</tt>.
|
59
|
+
def translate(tx, ty=nil)
|
60
|
+
ty ||= tx
|
61
|
+
begin
|
62
|
+
@transforms << [:translate, [Float(tx), Float(ty)]]
|
63
|
+
rescue ArgumentError
|
64
|
+
raise ArgumentError, "arguments must be convertable to float (got #{tx.class}, #{ty.class})"
|
65
|
+
end
|
66
|
+
yield(self) if block_given?
|
67
|
+
self
|
68
|
+
end
|
69
|
+
|
70
|
+
# Multiply the x-coordinates by <tt>sx</tt> and the y-coordinates
|
71
|
+
# by <tt>sy</tt>. If <tt>sy</tt> is omitted it defaults to <tt>sx</tt>.
|
72
|
+
def scale(sx, sy=nil)
|
73
|
+
sy ||= sx
|
74
|
+
begin
|
75
|
+
@transforms << [:scale, [Float(sx), Float(sy)]]
|
76
|
+
rescue ArgumentError
|
77
|
+
raise ArgumentError, "arguments must be convertable to float (got #{sx.class}, #{sy.class})"
|
78
|
+
end
|
79
|
+
yield(self) if block_given?
|
80
|
+
self
|
81
|
+
end
|
82
|
+
|
83
|
+
# This method can take either of two argument lists:
|
84
|
+
# [rotate(angle)] rotate by <tt>angle</tt> degrees
|
85
|
+
# [rotate(angle, cx, cy)] rotate by <tt>angle</tt> degrees about
|
86
|
+
# the point [<tt>cx</tt>, <tt>cy</tt>].
|
87
|
+
def rotate(angle, *args)
|
88
|
+
begin
|
89
|
+
case args.length
|
90
|
+
when 0
|
91
|
+
@transforms << [:rotate, [Float(angle)]]
|
92
|
+
when 2
|
93
|
+
cx, cy = Float(args[0]), Float(args[1])
|
94
|
+
@transforms << [:translate, [cx, cy]]
|
95
|
+
@transforms << [:rotate, [angle]]
|
96
|
+
@transforms << [:translate, [-cx, -cy]]
|
97
|
+
else
|
98
|
+
raise ArgumentError, "wrong number of arguments (#{args.length} for 1 or 3)"
|
99
|
+
end
|
100
|
+
rescue ArgumentError
|
101
|
+
raise ArgumentError, "arguments must be convertable to float (got #{[angle, *args].collect {|a| a.class}.join(', ')})"
|
102
|
+
end
|
103
|
+
yield(self) if block_given?
|
104
|
+
self
|
105
|
+
end
|
106
|
+
|
107
|
+
# Skew the X-axis by <tt>angle</tt> degrees.
|
108
|
+
def skewX(angle)
|
109
|
+
begin
|
110
|
+
@transforms << [:skewx, [Float(angle)]]
|
111
|
+
rescue ArgumentError
|
112
|
+
raise ArgumentError, "argument must be convertable to float (got #{angle.class})"
|
113
|
+
end
|
114
|
+
yield(self) if block_given?
|
115
|
+
self
|
116
|
+
end
|
117
|
+
|
118
|
+
# Skew the Y-axis by <tt>angle</tt> degrees.
|
119
|
+
def skewY(angle)
|
120
|
+
begin
|
121
|
+
@transforms << [:skewy, [Float(angle)]]
|
122
|
+
rescue ArgumentError
|
123
|
+
raise ArgumentError, "argument must be convertable to float (got #{angle.class})"
|
124
|
+
end
|
125
|
+
yield(self) if block_given?
|
126
|
+
self
|
127
|
+
end
|
128
|
+
|
129
|
+
end # module Transformable
|
130
|
+
|
131
|
+
end # class RVG
|
132
|
+
end # module Magick
|
133
|
+
|
data/lib/rvg/units.rb
ADDED
@@ -0,0 +1,66 @@
|
|
1
|
+
# $Id: units.rb,v 1.5 2009/02/28 23:52:28 rmagick Exp $
|
2
|
+
# Copyright (C) 2009 Timothy P. Hunter
|
3
|
+
module Magick
|
4
|
+
class RVG
|
5
|
+
|
6
|
+
# Define RVG.dpi and RVG.dpi=. Add conversions to Fixnum and Float classes
|
7
|
+
class << self
|
8
|
+
attr_reader :dpi
|
9
|
+
def dpi=(n)
|
10
|
+
if !defined?(@dpi)
|
11
|
+
[Float, Fixnum].each do |c|
|
12
|
+
c.class_eval <<-END_DEFS
|
13
|
+
# the default measurement - 1px is 1 pixel
|
14
|
+
def px
|
15
|
+
self
|
16
|
+
end
|
17
|
+
# inches
|
18
|
+
def in
|
19
|
+
self * ::Magick::RVG.dpi
|
20
|
+
end
|
21
|
+
# millimeters
|
22
|
+
def mm
|
23
|
+
self * ::Magick::RVG.dpi / 25.4
|
24
|
+
end
|
25
|
+
# centimeters
|
26
|
+
def cm
|
27
|
+
self * ::Magick::RVG.dpi / 2.54
|
28
|
+
end
|
29
|
+
# points
|
30
|
+
def pt
|
31
|
+
self * ::Magick::RVG.dpi / 72.0
|
32
|
+
end
|
33
|
+
# picas
|
34
|
+
def pc
|
35
|
+
self * ::Magick::RVG.dpi / 6.0
|
36
|
+
end
|
37
|
+
# percentage of the argument
|
38
|
+
def pct(of)
|
39
|
+
self * Float(of) / 100.0
|
40
|
+
end
|
41
|
+
# the default is deg
|
42
|
+
def deg
|
43
|
+
self
|
44
|
+
end
|
45
|
+
# radians -> degrees
|
46
|
+
def rad
|
47
|
+
self * 180.0 / Math::PI
|
48
|
+
end
|
49
|
+
# grads -> degrees
|
50
|
+
def grad
|
51
|
+
self * 9.0 / 10.0
|
52
|
+
end
|
53
|
+
END_DEFS
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
@dpi = Float(n)
|
58
|
+
return @dpi
|
59
|
+
rescue ArgumentError
|
60
|
+
raise TypeError, "Can't convert `#{n}' to Float"
|
61
|
+
end
|
62
|
+
end # class << self
|
63
|
+
|
64
|
+
end # class RVG
|
65
|
+
end # module Magick
|
66
|
+
|
data/metaconfig
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
# define additional install.rb config options
|
2
|
+
# add --allow-example-errors - default is false (only allow 5 examples to fail)
|
3
|
+
add_bool_config('allow-example-errors', false, 'Allow installation to proceed even if a lot of examples fail')
|
4
|
+
# add --disable-htmldoc - default is false, if true don't build doc and examples
|
5
|
+
add_bool_config('disable-htmldoc', false, "don't build HTML doc and examples")
|
6
|
+
# add --doc-dir - default is $prefix/share/RMagick
|
7
|
+
add_path_config('doc-dir', "$prefix/share/RMagick", 'where to install RMagick documentation')
|
data/post-clean.rb
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
# delete RMagick documentation created by post-setup.rb
|
2
|
+
# doc/*.rb.html
|
3
|
+
# doc/ex/* (!rb)
|
4
|
+
# Bug #246: Don't use chdir!
|
5
|
+
require 'fileutils'
|
6
|
+
|
7
|
+
targets = Dir['doc/*.rb.html']
|
8
|
+
FileUtils.safe_unlink(targets) unless targets.empty?
|
9
|
+
|
10
|
+
targets = Dir['doc/ex/*']
|
11
|
+
targets.delete_if { |entry| File.directory?(entry) || %r{\.rb\z}.match(entry) }
|
12
|
+
FileUtils.safe_unlink(targets) unless targets.empty?
|
data/post-install.rb
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
# install RMagick documentation
|
2
|
+
|
3
|
+
require 'fileutils'
|
4
|
+
require 'find'
|
5
|
+
|
6
|
+
if defined?(Installer) && self.class == Installer
|
7
|
+
|
8
|
+
BUILD_HTMLDOC = get_config('disable-htmldoc') != 'yes'
|
9
|
+
|
10
|
+
$docdir = nil
|
11
|
+
|
12
|
+
# Where to install the documentation
|
13
|
+
def docdir
|
14
|
+
return $docdir if $docdir
|
15
|
+
dir = get_config('doc-dir')+'/'
|
16
|
+
dir.sub!(/\A$prefix/, get_config('prefix'))
|
17
|
+
$docdir = dir
|
18
|
+
end
|
19
|
+
else
|
20
|
+
|
21
|
+
BUILD_HTMLDOC = true
|
22
|
+
|
23
|
+
def docdir
|
24
|
+
return ARGV[0]
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
if BUILD_HTMLDOC
|
29
|
+
|
30
|
+
puts "\npost-install.rb: installing documentation..."
|
31
|
+
|
32
|
+
Find.find('doc') do |file|
|
33
|
+
next if FileTest.directory? file
|
34
|
+
target = file.sub(/^doc\//,docdir())
|
35
|
+
unless FileTest.exists? File.dirname(target)
|
36
|
+
FileUtils.mkdir_p(File.dirname(target), :verbose => true)
|
37
|
+
# Mark this directory as one we created so
|
38
|
+
# that uninstall.rb knows it's okay to delete
|
39
|
+
FileUtils.touch("#{File.dirname(target)}/.rmagick")
|
40
|
+
end
|
41
|
+
FileUtils.install(file, target, :mode => 0644)
|
42
|
+
end
|
43
|
+
|
44
|
+
else
|
45
|
+
|
46
|
+
puts "\npost-install.rb: --disable-htmldoc specified. No documentation will be installed."
|
47
|
+
|
48
|
+
end
|
49
|
+
|
50
|
+
exit
|
data/post-setup.rb
ADDED
@@ -0,0 +1,254 @@
|
|
1
|
+
#===============================================================================
|
2
|
+
# post-setup.rb - setup documentation
|
3
|
+
#===============================================================================
|
4
|
+
|
5
|
+
EXAMPLES = '.examples'
|
6
|
+
STD_URI = 'http:\/\/www.imagemagick.org'
|
7
|
+
STD_URI_RE = /"#{STD_URI}/
|
8
|
+
DONT_RUN = ['fonts.rb'] # never run these examples
|
9
|
+
ENTITY = Hash['&' => '&', '>' => '>', '<' => '<']
|
10
|
+
|
11
|
+
if defined?(Installer) && self.class == Installer
|
12
|
+
|
13
|
+
RUBYPROG = get_config('ruby-prog')
|
14
|
+
SRCDIR = curr_srcdir()
|
15
|
+
ALLOW_EXAMPLE_ERRORS = get_config('allow-example-errors') == 'yes'
|
16
|
+
BUILD_HTMLDOC = get_config('disable-htmldoc') != 'yes'
|
17
|
+
|
18
|
+
else
|
19
|
+
|
20
|
+
RUBYPROG = 'ruby'
|
21
|
+
SRCDIR = '.'
|
22
|
+
ALLOW_EXAMPLE_ERRORS = true
|
23
|
+
BUILD_HTMLDOC = true
|
24
|
+
|
25
|
+
end
|
26
|
+
|
27
|
+
|
28
|
+
#
|
29
|
+
# A set of example programs in a directory and the output image each example produces.
|
30
|
+
#
|
31
|
+
|
32
|
+
class ExampleSet
|
33
|
+
def initialize(of)
|
34
|
+
@status_quo = get_status_quo()
|
35
|
+
@errs = 0
|
36
|
+
begin
|
37
|
+
File.open(EXAMPLES) do |f|
|
38
|
+
@targets = Marshal.load(f)
|
39
|
+
end
|
40
|
+
rescue
|
41
|
+
@targets = Hash.new
|
42
|
+
@n = 0
|
43
|
+
@of = of
|
44
|
+
@first_time = true
|
45
|
+
else
|
46
|
+
@first_time = false
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
def persist
|
51
|
+
File.open(EXAMPLES, 'w') do |f|
|
52
|
+
Marshal.dump(@targets, f)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
def targets(example)
|
57
|
+
@targets[example] || Array.new
|
58
|
+
end
|
59
|
+
|
60
|
+
def get_status_quo
|
61
|
+
sq = Dir["*"]
|
62
|
+
sq.delete_if { |entry| File.directory?(entry) }
|
63
|
+
end
|
64
|
+
|
65
|
+
def update_targets(example, new)
|
66
|
+
t = targets(example) + new
|
67
|
+
@targets[example] = t.uniq
|
68
|
+
end
|
69
|
+
|
70
|
+
def update_status_quo(example)
|
71
|
+
new_status_quo = get_status_quo()
|
72
|
+
new = new_status_quo - @status_quo
|
73
|
+
update_targets(example, new)
|
74
|
+
@status_quo = new_status_quo
|
75
|
+
end
|
76
|
+
|
77
|
+
def build(example)
|
78
|
+
cmd = "#{RUBYPROG} -I #{SRCDIR}/lib -I #{SRCDIR}/ext/RMagick #{example}"
|
79
|
+
print cmd
|
80
|
+
print " (example #{@n += 1} of #{@of})" if @first_time
|
81
|
+
puts
|
82
|
+
system cmd
|
83
|
+
|
84
|
+
if $? != 0 then
|
85
|
+
puts("post-setup.rb: #{example} example returned error code #{$?}")
|
86
|
+
@errs += 1 unless ALLOW_EXAMPLE_ERRORS
|
87
|
+
if @errs > 4
|
88
|
+
err(<<-END_EXFAIL
|
89
|
+
Too many examples failed. Search for "Help!" at
|
90
|
+
http://rmagick.rubyforge.org/install-faq.html.
|
91
|
+
END_EXFAIL
|
92
|
+
)
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
update_status_quo(example)
|
97
|
+
end
|
98
|
+
|
99
|
+
def update(example)
|
100
|
+
targets = targets(example)
|
101
|
+
up_to_date = ! targets.empty?
|
102
|
+
targets.each do |target|
|
103
|
+
up_to_date &&= File.exists?(target) && (File.stat(target) >= File.stat(example))
|
104
|
+
end
|
105
|
+
build(example) unless up_to_date
|
106
|
+
end
|
107
|
+
|
108
|
+
#
|
109
|
+
# print message and exit
|
110
|
+
#
|
111
|
+
def err(msg)
|
112
|
+
$stderr.puts "#{$0}: #{msg}"
|
113
|
+
exit 1
|
114
|
+
end
|
115
|
+
|
116
|
+
end
|
117
|
+
|
118
|
+
|
119
|
+
#
|
120
|
+
# Modify file lines via proc. If no lines changed, discard new version.
|
121
|
+
#
|
122
|
+
def filter(filename, backup=nil, &filter)
|
123
|
+
if ! File.writable? filename then
|
124
|
+
raise ArgumentError, "`#{filename}' is write-protected"
|
125
|
+
end
|
126
|
+
|
127
|
+
backup_name = filename + '.' + (backup || 'old')
|
128
|
+
File.rename(filename, backup_name)
|
129
|
+
changed = false
|
130
|
+
begin
|
131
|
+
File.open(filename, 'w') do |output|
|
132
|
+
File.foreach(backup_name) do |line|
|
133
|
+
old = line
|
134
|
+
line = filter.call(line)
|
135
|
+
output.puts(line)
|
136
|
+
changed ||= line != old
|
137
|
+
end
|
138
|
+
end
|
139
|
+
rescue
|
140
|
+
File.rename(backup_name, filename)
|
141
|
+
raise
|
142
|
+
end
|
143
|
+
|
144
|
+
if !changed
|
145
|
+
newname = filename + '.xxx'
|
146
|
+
File.rename(filename, newname)
|
147
|
+
File.rename(backup_name, filename)
|
148
|
+
File.unlink(newname)
|
149
|
+
elsif !backup
|
150
|
+
# Don't remove old copy if a backup extension was specified
|
151
|
+
File.unlink(backup_name) rescue nil
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
|
156
|
+
#
|
157
|
+
# Copy an example to the doc directory, wrap in HTML tags
|
158
|
+
#
|
159
|
+
def filetoHTML(file, html)
|
160
|
+
return if File.exists?(html) && File.stat(html) >= File.stat(file)
|
161
|
+
|
162
|
+
File.open(file) do |src|
|
163
|
+
File.open(html, 'w') do |dest|
|
164
|
+
dest.puts <<-END_EXHTMLHEAD
|
165
|
+
<!DOCTYPE public PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
166
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
167
|
+
<head>
|
168
|
+
<meta name="generator" content="ex2html.rb" />
|
169
|
+
<meta http-equiv="Content-Type" content=
|
170
|
+
"text/html; charset=us-ascii" />
|
171
|
+
<link rel="stylesheet" type="text/css" href="css/popup.css" />
|
172
|
+
|
173
|
+
<title>RMagick example: #{file}</title>
|
174
|
+
</head>
|
175
|
+
|
176
|
+
<body>
|
177
|
+
<h1>#{file}</h1>
|
178
|
+
<div class="bodybox">
|
179
|
+
<div class="bodyfloat">
|
180
|
+
<pre>
|
181
|
+
END_EXHTMLHEAD
|
182
|
+
|
183
|
+
src.each do |line|
|
184
|
+
line.gsub!(/[&><]/) { |s| ENTITY[s] }
|
185
|
+
dest.puts(line)
|
186
|
+
end
|
187
|
+
|
188
|
+
dest.puts <<-END_EXHTMLTAIL
|
189
|
+
</pre>
|
190
|
+
</div>
|
191
|
+
</div>
|
192
|
+
<div id="close"><a href="javascript:window.close();">Close window</a></div>
|
193
|
+
</body>
|
194
|
+
</html>
|
195
|
+
END_EXHTMLTAIL
|
196
|
+
end
|
197
|
+
File.chmod(0644, html)
|
198
|
+
end
|
199
|
+
|
200
|
+
end
|
201
|
+
|
202
|
+
puts "setup.rb: entering post-setup phase..."
|
203
|
+
|
204
|
+
|
205
|
+
if BUILD_HTMLDOC
|
206
|
+
|
207
|
+
#
|
208
|
+
# Don't bother if we're in the sandbox
|
209
|
+
#
|
210
|
+
if File.exist? 'CVS/Entries'
|
211
|
+
puts "post-setup.rb: in CVS sandbox - stopping..."
|
212
|
+
exit
|
213
|
+
end
|
214
|
+
|
215
|
+
puts "post-setup.rb: setting up documentation..."
|
216
|
+
|
217
|
+
# We're in the source directory. Process the doc in-place. The post-install.rb
|
218
|
+
# script moves the generated documentation to the ultimate installation directories.
|
219
|
+
|
220
|
+
cwd = Dir.getwd()
|
221
|
+
Dir.chdir('doc') # need to work with 1.6.x, can't use block form
|
222
|
+
begin
|
223
|
+
|
224
|
+
# Step 1A: edit the shebang line in the examples
|
225
|
+
Dir.chdir('ex')
|
226
|
+
files = Dir['*.rb']
|
227
|
+
files.each do |file|
|
228
|
+
filter(file) { |line| line.sub(/\A\#!\s*\S*ruby\s/, '#!'+RUBYPROG+' ') }
|
229
|
+
|
230
|
+
# Step 1B: Make a copy of the example as HTML in the doc directory
|
231
|
+
filetoHTML(file, "../#{file}.html")
|
232
|
+
end
|
233
|
+
|
234
|
+
# Step 2: run the examples
|
235
|
+
examples = Dir['*.rb'].sort
|
236
|
+
examples -= DONT_RUN
|
237
|
+
es = ExampleSet.new(examples.length)
|
238
|
+
begin
|
239
|
+
examples.each { |example| es.update(example) }
|
240
|
+
ensure
|
241
|
+
es.persist
|
242
|
+
end
|
243
|
+
|
244
|
+
ensure
|
245
|
+
Dir.chdir(cwd)
|
246
|
+
end
|
247
|
+
|
248
|
+
else
|
249
|
+
|
250
|
+
puts "post-setup.rb: --disable-htmldoc specified. No documentation will be set up."
|
251
|
+
|
252
|
+
end
|
253
|
+
|
254
|
+
exit
|