rmagick 3.2.0 → 4.3.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rmagick might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.codeclimate.yml +63 -0
- data/.devcontainer/Dockerfile +14 -0
- data/.devcontainer/ImageMagick6/devcontainer.json +11 -0
- data/.devcontainer/devcontainer.json +11 -0
- data/.devcontainer/setup-repo.sh +10 -0
- data/.devcontainer/setup-user.sh +45 -0
- data/.editorconfig +3 -0
- data/.github/ISSUE_TEMPLATE.md +17 -0
- data/.github/workflows/ci.yml +79 -0
- data/.gitignore +3 -1
- data/.rspec +1 -0
- data/.rubocop.yml +24 -0
- data/.rubocop_todo.yml +151 -297
- data/.yardopts +5 -0
- data/CHANGELOG.md +233 -0
- data/CODE_OF_CONDUCT.md +122 -7
- data/CONTRIBUTING.md +14 -10
- data/README.md +326 -0
- data/Rakefile +16 -22
- data/before_install_linux.sh +22 -28
- data/before_install_osx.sh +57 -2
- data/ext/RMagick/extconf.rb +149 -105
- data/ext/RMagick/rmagick.c +77 -104
- data/ext/RMagick/rmagick.h +121 -103
- data/ext/RMagick/rmdraw.c +364 -436
- data/ext/RMagick/rmenum.c +106 -114
- data/ext/RMagick/rmfill.c +149 -70
- data/ext/RMagick/rmilist.c +225 -367
- data/ext/RMagick/rmimage.c +4751 -4405
- data/ext/RMagick/rminfo.c +574 -787
- data/ext/RMagick/rmkinfo.c +51 -121
- data/ext/RMagick/rmmain.c +454 -286
- data/ext/RMagick/rmmontage.c +64 -130
- data/ext/RMagick/rmpixel.c +488 -437
- data/ext/RMagick/rmstruct.c +83 -96
- data/ext/RMagick/rmutil.c +302 -214
- data/lib/rmagick/version.rb +1 -1
- data/lib/rmagick_internal.rb +138 -93
- data/lib/rvg/clippath.rb +2 -1
- data/lib/rvg/container.rb +10 -5
- data/lib/rvg/describable.rb +1 -1
- data/lib/rvg/embellishable.rb +5 -4
- data/lib/rvg/misc.rb +15 -12
- data/lib/rvg/paint.rb +2 -1
- data/lib/rvg/pathdata.rb +12 -11
- data/lib/rvg/rvg.rb +12 -8
- data/lib/rvg/stylable.rb +9 -7
- data/lib/rvg/text.rb +11 -6
- data/lib/rvg/transformable.rb +3 -2
- data/lib/rvg/units.rb +1 -1
- data/rmagick.gemspec +10 -11
- metadata +52 -423
- data/.appveyor.yml +0 -45
- data/.circleci/config.yml +0 -56
- data/.ruby-version +0 -1
- data/.simplecov +0 -27
- data/.travis.yml +0 -62
- data/Doxyfile +0 -1514
- data/README.textile +0 -259
- data/benchmarks/memory/README.md +0 -50
- data/benchmarks/memory/image_new.rb +0 -8
- data/benchmarks/memory/rmagick.gnuplot +0 -16
- data/doc/.cvsignore +0 -1
- data/doc/comtasks.html +0 -287
- data/doc/constants.html +0 -1581
- data/doc/css/doc.css +0 -299
- data/doc/css/popup.css +0 -34
- data/doc/css/ref.css +0 -67
- data/doc/draw.html +0 -3272
- data/doc/ex/InitialCoords.rb +0 -22
- data/doc/ex/NewCoordSys.rb +0 -30
- data/doc/ex/OrigCoordSys.rb +0 -16
- data/doc/ex/PreserveAspectRatio.rb +0 -204
- data/doc/ex/RotateScale.rb +0 -36
- data/doc/ex/Skew.rb +0 -38
- data/doc/ex/Use01.rb +0 -15
- data/doc/ex/Use02.rb +0 -20
- data/doc/ex/Use03.rb +0 -16
- data/doc/ex/ViewBox.rb +0 -31
- data/doc/ex/adaptive_threshold.rb +0 -9
- data/doc/ex/add_noise.rb +0 -16
- data/doc/ex/affine.rb +0 -48
- data/doc/ex/affine_transform.rb +0 -20
- data/doc/ex/arc.rb +0 -49
- data/doc/ex/arcpath.rb +0 -32
- data/doc/ex/arcs01.rb +0 -28
- data/doc/ex/arcs02.rb +0 -59
- data/doc/ex/average.rb +0 -15
- data/doc/ex/axes.rb +0 -64
- data/doc/ex/baseline_shift01.rb +0 -17
- data/doc/ex/bilevel_channel.rb +0 -8
- data/doc/ex/blur_image.rb +0 -12
- data/doc/ex/border.rb +0 -10
- data/doc/ex/bounding_box.rb +0 -42
- data/doc/ex/cbezier1.rb +0 -41
- data/doc/ex/cbezier2.rb +0 -41
- data/doc/ex/cbezier3.rb +0 -41
- data/doc/ex/cbezier4.rb +0 -42
- data/doc/ex/cbezier5.rb +0 -42
- data/doc/ex/cbezier6.rb +0 -53
- data/doc/ex/channel.rb +0 -25
- data/doc/ex/charcoal.rb +0 -12
- data/doc/ex/chop.rb +0 -29
- data/doc/ex/circle.rb +0 -33
- data/doc/ex/circle01.rb +0 -16
- data/doc/ex/clip_path.rb +0 -60
- data/doc/ex/coalesce.rb +0 -57
- data/doc/ex/color_fill_to_border.rb +0 -29
- data/doc/ex/color_floodfill.rb +0 -28
- data/doc/ex/color_histogram.rb +0 -47
- data/doc/ex/color_reset.rb +0 -11
- data/doc/ex/colorize.rb +0 -16
- data/doc/ex/colors.rb +0 -64
- data/doc/ex/compose_mask.rb +0 -22
- data/doc/ex/composite.rb +0 -133
- data/doc/ex/composite_layers.rb +0 -52
- data/doc/ex/composite_tiled.rb +0 -21
- data/doc/ex/contrast.rb +0 -36
- data/doc/ex/crop.rb +0 -31
- data/doc/ex/crop_with_gravity.rb +0 -42
- data/doc/ex/cubic01.rb +0 -43
- data/doc/ex/cubic02.rb +0 -91
- data/doc/ex/cycle_colormap.rb +0 -21
- data/doc/ex/dissolve.rb +0 -12
- data/doc/ex/drawcomp.rb +0 -41
- data/doc/ex/drop_shadow.rb +0 -60
- data/doc/ex/edge.rb +0 -11
- data/doc/ex/ellipse.rb +0 -45
- data/doc/ex/ellipse01.rb +0 -21
- data/doc/ex/emboss.rb +0 -11
- data/doc/ex/enhance.rb +0 -28
- data/doc/ex/equalize.rb +0 -11
- data/doc/ex/evenodd.rb +0 -42
- data/doc/ex/fill_pattern.rb +0 -23
- data/doc/ex/flatten_images.rb +0 -36
- data/doc/ex/flip.rb +0 -11
- data/doc/ex/flop.rb +0 -11
- data/doc/ex/font_styles.rb +0 -32
- data/doc/ex/fonts.rb +0 -16
- data/doc/ex/frame.rb +0 -12
- data/doc/ex/gaussian_blur.rb +0 -11
- data/doc/ex/get_multiline_type_metrics.rb +0 -41
- data/doc/ex/get_pixels.rb +0 -45
- data/doc/ex/get_type_metrics.rb +0 -142
- data/doc/ex/gradientfill.rb +0 -27
- data/doc/ex/grav.rb +0 -45
- data/doc/ex/gravity.rb +0 -78
- data/doc/ex/group.rb +0 -26
- data/doc/ex/hatchfill.rb +0 -27
- data/doc/ex/image.rb +0 -44
- 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.png +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.png +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.png +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/image_with_profile.jpg +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 +0 -34
- data/doc/ex/level.rb +0 -11
- data/doc/ex/level_colors.rb +0 -11
- data/doc/ex/line.rb +0 -41
- data/doc/ex/line01.rb +0 -21
- data/doc/ex/mask.rb +0 -35
- data/doc/ex/matte_fill_to_border.rb +0 -39
- data/doc/ex/matte_floodfill.rb +0 -32
- data/doc/ex/matte_replace.rb +0 -39
- data/doc/ex/median_filter.rb +0 -28
- data/doc/ex/modulate.rb +0 -11
- data/doc/ex/mono.rb +0 -23
- data/doc/ex/morph.rb +0 -25
- data/doc/ex/mosaic.rb +0 -37
- data/doc/ex/motion_blur.rb +0 -11
- data/doc/ex/negate.rb +0 -11
- data/doc/ex/negate_channel.rb +0 -9
- data/doc/ex/nested_rvg.rb +0 -21
- data/doc/ex/nonzero.rb +0 -42
- data/doc/ex/normalize.rb +0 -11
- data/doc/ex/oil_paint.rb +0 -11
- data/doc/ex/opacity.rb +0 -37
- data/doc/ex/ordered_dither.rb +0 -11
- data/doc/ex/path.rb +0 -63
- data/doc/ex/pattern1.rb +0 -25
- data/doc/ex/pattern2.rb +0 -26
- data/doc/ex/polaroid.rb +0 -26
- data/doc/ex/polygon.rb +0 -23
- data/doc/ex/polygon01.rb +0 -21
- data/doc/ex/polyline.rb +0 -22
- data/doc/ex/polyline01.rb +0 -21
- data/doc/ex/posterize.rb +0 -8
- data/doc/ex/preview.rb +0 -8
- data/doc/ex/qbezierpath.rb +0 -52
- data/doc/ex/quad01.rb +0 -34
- data/doc/ex/quantize-m.rb +0 -25
- data/doc/ex/radial_blur.rb +0 -9
- data/doc/ex/raise.rb +0 -8
- data/doc/ex/random_threshold_channel.rb +0 -13
- data/doc/ex/rect01.rb +0 -14
- data/doc/ex/rect02.rb +0 -20
- data/doc/ex/rectangle.rb +0 -34
- data/doc/ex/reduce_noise.rb +0 -28
- data/doc/ex/remap.rb +0 -11
- data/doc/ex/remap_images.rb +0 -19
- data/doc/ex/resize_to_fill.rb +0 -8
- data/doc/ex/resize_to_fit.rb +0 -8
- data/doc/ex/roll.rb +0 -9
- data/doc/ex/rotate.rb +0 -44
- data/doc/ex/rotate_f.rb +0 -14
- data/doc/ex/roundrect.rb +0 -33
- data/doc/ex/rubyname.rb +0 -30
- data/doc/ex/rvg_clippath.rb +0 -12
- data/doc/ex/rvg_linecap.rb +0 -42
- data/doc/ex/rvg_linejoin.rb +0 -40
- data/doc/ex/rvg_opacity.rb +0 -18
- data/doc/ex/rvg_pattern.rb +0 -26
- data/doc/ex/rvg_stroke_dasharray.rb +0 -11
- data/doc/ex/segment.rb +0 -11
- data/doc/ex/sepiatone.rb +0 -7
- data/doc/ex/shade.rb +0 -11
- data/doc/ex/shadow.rb +0 -30
- data/doc/ex/shave.rb +0 -15
- data/doc/ex/shear.rb +0 -10
- data/doc/ex/sketch.rb +0 -17
- data/doc/ex/skewx.rb +0 -51
- data/doc/ex/skewy.rb +0 -47
- data/doc/ex/smile.rb +0 -126
- data/doc/ex/solarize.rb +0 -11
- data/doc/ex/sparse_color.rb +0 -55
- data/doc/ex/splice.rb +0 -8
- data/doc/ex/spread.rb +0 -11
- data/doc/ex/stegano.rb +0 -54
- data/doc/ex/stroke_dasharray.rb +0 -42
- data/doc/ex/stroke_fill.rb +0 -10
- data/doc/ex/stroke_linecap.rb +0 -44
- data/doc/ex/stroke_linejoin.rb +0 -48
- data/doc/ex/stroke_width.rb +0 -49
- data/doc/ex/swirl.rb +0 -17
- data/doc/ex/text.rb +0 -37
- data/doc/ex/text01.rb +0 -16
- data/doc/ex/text_align.rb +0 -36
- data/doc/ex/text_antialias.rb +0 -37
- data/doc/ex/text_styles.rb +0 -19
- data/doc/ex/text_undercolor.rb +0 -28
- data/doc/ex/texture_fill_to_border.rb +0 -34
- data/doc/ex/texture_floodfill.rb +0 -32
- data/doc/ex/texturefill.rb +0 -24
- data/doc/ex/threshold.rb +0 -13
- data/doc/ex/to_blob.rb +0 -13
- data/doc/ex/translate.rb +0 -39
- data/doc/ex/transparent.rb +0 -38
- data/doc/ex/transpose.rb +0 -9
- data/doc/ex/transverse.rb +0 -9
- data/doc/ex/tref01.rb +0 -24
- data/doc/ex/triangle01.rb +0 -15
- data/doc/ex/trim.rb +0 -23
- data/doc/ex/tspan01.rb +0 -17
- data/doc/ex/tspan02.rb +0 -17
- data/doc/ex/tspan03.rb +0 -19
- data/doc/ex/unsharp_mask.rb +0 -28
- data/doc/ex/viewex.rb +0 -33
- data/doc/ex/vignette.rb +0 -12
- data/doc/ex/watermark.rb +0 -27
- data/doc/ex/wave.rb +0 -9
- data/doc/ex/wet_floor.rb +0 -58
- data/doc/ex/writing_mode01.rb +0 -26
- data/doc/ex/writing_mode02.rb +0 -26
- data/doc/ilist.html +0 -2056
- data/doc/image1.html +0 -4680
- data/doc/image2.html +0 -3665
- data/doc/image3.html +0 -4522
- data/doc/imageattrs.html +0 -1638
- data/doc/imusage.html +0 -514
- data/doc/index.html +0 -416
- data/doc/info.html +0 -1499
- data/doc/magick.html +0 -570
- data/doc/optequiv.html +0 -2435
- data/doc/rvg.html +0 -975
- data/doc/rvgclip.html +0 -248
- data/doc/rvggroup.html +0 -305
- data/doc/rvgimage.html +0 -289
- data/doc/rvgpattern.html +0 -475
- data/doc/rvgshape.html +0 -406
- data/doc/rvgstyle.html +0 -270
- data/doc/rvgtext.html +0 -465
- data/doc/rvgtspan.html +0 -238
- data/doc/rvgtut.html +0 -530
- data/doc/rvguse.html +0 -145
- data/doc/rvgxform.html +0 -294
- data/doc/scripts/doc.js +0 -22
- data/doc/scripts/stripeTables.js +0 -23
- data/doc/struct.html +0 -1339
- data/doc/usage.html +0 -1621
- data/examples/constitute.rb +0 -7
- data/examples/crop_with_gravity.rb +0 -42
- data/examples/demo.rb +0 -323
- data/examples/describe.rb +0 -41
- data/examples/find_similar_region.rb +0 -34
- data/examples/histogram.rb +0 -312
- data/examples/identify.rb +0 -174
- data/examples/image_opacity.rb +0 -28
- data/examples/import_export.rb +0 -31
- data/examples/pattern_fill.rb +0 -37
- data/examples/rotating_text.rb +0 -45
- data/examples/spinner.rb +0 -49
- data/examples/thumbnail.rb +0 -64
- data/examples/vignette.rb +0 -78
- data/lib/obsolete.rb +0 -66
- data/spec/rmagick/ImageList1_spec.rb +0 -24
- data/spec/rmagick/draw_spec.rb +0 -155
- data/spec/rmagick/image/blue_shift_spec.rb +0 -14
- data/spec/rmagick/image/channel_entropy_spec.rb +0 -9
- data/spec/rmagick/image/composite_spec.rb +0 -72
- data/spec/rmagick/image/constitute_spec.rb +0 -13
- data/spec/rmagick/image/dispatch_spec.rb +0 -16
- data/spec/rmagick/image/from_blob_spec.rb +0 -12
- data/spec/rmagick/image/ping_spec.rb +0 -12
- data/spec/rmagick/image/properties_spec.rb +0 -27
- data/spec/rmagick/image/read_spec.rb +0 -28
- data/spec/spec_helper.rb +0 -10
- data/spec/support/issue_200/app.rb +0 -8
- data/test/Draw.rb +0 -351
- data/test/Enum.rb +0 -228
- data/test/Fill.rb +0 -93
- data/test/Image1.rb +0 -627
- data/test/Image2.rb +0 -1426
- data/test/Image3.rb +0 -1091
- data/test/ImageList1.rb +0 -858
- data/test/ImageList2.rb +0 -406
- data/test/Image_attributes.rb +0 -666
- data/test/Import_Export.rb +0 -115
- data/test/Info.rb +0 -444
- data/test/KernelInfo.rb +0 -67
- data/test/Magick.rb +0 -311
- data/test/Pixel.rb +0 -285
- data/test/PolaroidOptions.rb +0 -23
- data/test/Preview.rb +0 -26
- data/test/Struct.rb +0 -45
- data/test/appearance/Montage.rb +0 -26
- data/test/appearance/appearance_assertion.rb +0 -13
- data/test/appearance/expected/montage_border_color.jpg +0 -0
- data/test/cmyk.icm +0 -0
- data/test/lib/Obsolete.rb +0 -30
- data/test/lib/internal/Draw.rb +0 -823
- data/test/lib/internal/Geometry.rb +0 -98
- data/test/lib/internal/Magick.rb +0 -40
- data/test/srgb.icm +0 -0
- data/test/test_all_basic.rb +0 -49
- data/test/tmpnam_test.rb +0 -50
data/test/Magick.rb
DELETED
@@ -1,311 +0,0 @@
|
|
1
|
-
# !/usr/bin/env ruby -w
|
2
|
-
|
3
|
-
require 'rmagick'
|
4
|
-
require 'test/unit'
|
5
|
-
require 'test/unit/ui/console/testrunner'
|
6
|
-
|
7
|
-
module Magick
|
8
|
-
def self._tmpnam_
|
9
|
-
@@_tmpnam_
|
10
|
-
end
|
11
|
-
end
|
12
|
-
|
13
|
-
class Magick::AlphaChannelOption
|
14
|
-
def self.enumerators
|
15
|
-
@@enumerators
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
class Magick::AlignType
|
20
|
-
def self.enumerators
|
21
|
-
@@enumerators
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
class Magick::AnchorType
|
26
|
-
def self.enumerators
|
27
|
-
@@enumerators
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
class MagickUT < Test::Unit::TestCase
|
32
|
-
def test_colors
|
33
|
-
res = nil
|
34
|
-
assert_nothing_raised { res = Magick.colors }
|
35
|
-
assert_instance_of(Array, res)
|
36
|
-
res.each do |c|
|
37
|
-
assert_instance_of(Magick::Color, c)
|
38
|
-
assert_instance_of(String, c.name)
|
39
|
-
assert_instance_of(Magick::ComplianceType, c.compliance) unless c.compliance.nil?
|
40
|
-
assert_instance_of(Magick::Pixel, c.color)
|
41
|
-
end
|
42
|
-
Magick.colors { |c| assert_instance_of(Magick::Color, c) }
|
43
|
-
end
|
44
|
-
|
45
|
-
# Test a few of the @@enumerator arrays in the Enum subclasses.
|
46
|
-
# No need to test all of them.
|
47
|
-
def test_enumerators
|
48
|
-
ary = nil
|
49
|
-
assert_nothing_raised do
|
50
|
-
ary = Magick::AlphaChannelOption.enumerators
|
51
|
-
end
|
52
|
-
assert_instance_of(Array, ary)
|
53
|
-
|
54
|
-
assert_nothing_raised do
|
55
|
-
ary = Magick::AlignType.enumerators
|
56
|
-
end
|
57
|
-
assert_instance_of(Array, ary)
|
58
|
-
assert_equal(4, ary.length)
|
59
|
-
|
60
|
-
assert_nothing_raised do
|
61
|
-
ary = Magick::AnchorType.enumerators
|
62
|
-
end
|
63
|
-
assert_instance_of(Array, ary)
|
64
|
-
assert_equal(3, ary.length)
|
65
|
-
end
|
66
|
-
|
67
|
-
def test_features
|
68
|
-
res = nil
|
69
|
-
assert_nothing_raised { res = Magick::Magick_features }
|
70
|
-
assert_instance_of(String, res)
|
71
|
-
end
|
72
|
-
|
73
|
-
def test_fonts
|
74
|
-
res = nil
|
75
|
-
assert_nothing_raised { res = Magick.fonts }
|
76
|
-
assert_instance_of(Array, res)
|
77
|
-
res.each do |f|
|
78
|
-
assert_instance_of(Magick::Font, f)
|
79
|
-
assert_instance_of(String, f.name)
|
80
|
-
assert_instance_of(String, f.description) unless f.description.nil?
|
81
|
-
assert_instance_of(String, f.family)
|
82
|
-
assert_instance_of(Magick::StyleType, f.style) unless f.style.nil?
|
83
|
-
assert_instance_of(Magick::StretchType, f.stretch) unless f.stretch.nil?
|
84
|
-
assert_kind_of(Integer, f.weight)
|
85
|
-
assert_instance_of(String, f.encoding) unless f.encoding.nil?
|
86
|
-
assert_instance_of(String, f.foundry) unless f.foundry.nil?
|
87
|
-
assert_instance_of(String, f.format) unless f.format.nil?
|
88
|
-
end
|
89
|
-
Magick.fonts { |f| assert_instance_of(Magick::Font, f) }
|
90
|
-
end
|
91
|
-
|
92
|
-
def test_geometry
|
93
|
-
g = nil
|
94
|
-
gs = nil
|
95
|
-
g2 = nil
|
96
|
-
assert_nothing_raised { g = Magick::Geometry.new }
|
97
|
-
assert_nothing_raised { gs = g.to_s }
|
98
|
-
assert_equal('', gs)
|
99
|
-
|
100
|
-
g = Magick::Geometry.new(40)
|
101
|
-
gs = g.to_s
|
102
|
-
assert_equal('40x', gs)
|
103
|
-
|
104
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
105
|
-
gs2 = g2.to_s
|
106
|
-
assert_equal(gs, gs2)
|
107
|
-
|
108
|
-
g = Magick::Geometry.new(40, 50)
|
109
|
-
gs = g.to_s
|
110
|
-
assert_equal('40x50', gs)
|
111
|
-
|
112
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
113
|
-
gs2 = g2.to_s
|
114
|
-
assert_equal(gs, gs2)
|
115
|
-
|
116
|
-
g = Magick::Geometry.new(40, 50, 10)
|
117
|
-
gs = g.to_s
|
118
|
-
assert_equal('40x50+10+0', gs)
|
119
|
-
|
120
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
121
|
-
gs2 = g2.to_s
|
122
|
-
assert_equal(gs, gs2)
|
123
|
-
|
124
|
-
g = Magick::Geometry.new(40, 50, 10, -15)
|
125
|
-
gs = g.to_s
|
126
|
-
assert_equal('40x50+10-15', gs)
|
127
|
-
|
128
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
129
|
-
gs2 = g2.to_s
|
130
|
-
assert_equal(gs, gs2)
|
131
|
-
|
132
|
-
g = Magick::Geometry.new(40, 50, 0, 0, Magick::AreaGeometry)
|
133
|
-
gs = g.to_s
|
134
|
-
assert_equal('40x50@', gs)
|
135
|
-
|
136
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
137
|
-
gs2 = g2.to_s
|
138
|
-
assert_equal(gs, gs2)
|
139
|
-
|
140
|
-
g = Magick::Geometry.new(40, 50, 0, 0, Magick::AspectGeometry)
|
141
|
-
gs = g.to_s
|
142
|
-
assert_equal('40x50!', gs)
|
143
|
-
|
144
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
145
|
-
gs2 = g2.to_s
|
146
|
-
assert_equal(gs, gs2)
|
147
|
-
|
148
|
-
g = Magick::Geometry.new(40, 50, 0, 0, Magick::LessGeometry)
|
149
|
-
gs = g.to_s
|
150
|
-
assert_equal('40x50<', gs)
|
151
|
-
|
152
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
153
|
-
gs2 = g2.to_s
|
154
|
-
assert_equal(gs, gs2)
|
155
|
-
|
156
|
-
g = Magick::Geometry.new(40, 50, 0, 0, Magick::GreaterGeometry)
|
157
|
-
gs = g.to_s
|
158
|
-
assert_equal('40x50>', gs)
|
159
|
-
|
160
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
161
|
-
gs2 = g2.to_s
|
162
|
-
assert_equal(gs, gs2)
|
163
|
-
|
164
|
-
g = Magick::Geometry.new(40, 50, 0, 0, Magick::MinimumGeometry)
|
165
|
-
gs = g.to_s
|
166
|
-
assert_equal('40x50^', gs)
|
167
|
-
|
168
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
169
|
-
gs2 = g2.to_s
|
170
|
-
assert_equal(gs, gs2)
|
171
|
-
|
172
|
-
g = Magick::Geometry.new(40, 0, 0, 0, Magick::PercentGeometry)
|
173
|
-
gs = g.to_s
|
174
|
-
assert_equal('40%', gs)
|
175
|
-
|
176
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
177
|
-
gs2 = g2.to_s
|
178
|
-
assert_equal(gs, gs2)
|
179
|
-
|
180
|
-
g = Magick::Geometry.new(40, 60, 0, 0, Magick::PercentGeometry)
|
181
|
-
gs = g.to_s
|
182
|
-
assert_equal('40%x60%', gs)
|
183
|
-
|
184
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
185
|
-
gs2 = g2.to_s
|
186
|
-
assert_equal(gs, gs2)
|
187
|
-
|
188
|
-
g = Magick::Geometry.new(40, 60, 10, 0, Magick::PercentGeometry)
|
189
|
-
gs = g.to_s
|
190
|
-
assert_equal('40%x60%+10+0', gs)
|
191
|
-
|
192
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
193
|
-
gs2 = g2.to_s
|
194
|
-
assert_equal(gs, gs2)
|
195
|
-
|
196
|
-
g = Magick::Geometry.new(40, 60, 10, 20, Magick::PercentGeometry)
|
197
|
-
gs = g.to_s
|
198
|
-
assert_equal('40%x60%+10+20', gs)
|
199
|
-
|
200
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
201
|
-
gs2 = g2.to_s
|
202
|
-
assert_equal(gs, gs2)
|
203
|
-
|
204
|
-
g = Magick::Geometry.new(40.5, 60.75)
|
205
|
-
gs = g.to_s
|
206
|
-
assert_equal('40.50x60.75', gs)
|
207
|
-
|
208
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
209
|
-
gs2 = g2.to_s
|
210
|
-
assert_equal(gs, gs2)
|
211
|
-
|
212
|
-
g = Magick::Geometry.new(40.5, 60.75, 0, 0, Magick::PercentGeometry)
|
213
|
-
gs = g.to_s
|
214
|
-
assert_equal('40.50%x60.75%', gs)
|
215
|
-
|
216
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
217
|
-
gs2 = g2.to_s
|
218
|
-
assert_equal(gs, gs2)
|
219
|
-
|
220
|
-
g = Magick::Geometry.new(0, 0, 10, 20)
|
221
|
-
gs = g.to_s
|
222
|
-
assert_equal('+10+20', gs)
|
223
|
-
|
224
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
225
|
-
gs2 = g2.to_s
|
226
|
-
assert_equal(gs, gs2)
|
227
|
-
|
228
|
-
g = Magick::Geometry.new(0, 0, 10)
|
229
|
-
gs = g.to_s
|
230
|
-
assert_equal('+10+0', gs)
|
231
|
-
|
232
|
-
assert_nothing_raised { g2 = Magick::Geometry.from_s(gs) }
|
233
|
-
gs2 = g2.to_s
|
234
|
-
assert_equal(gs, gs2)
|
235
|
-
|
236
|
-
# assert behavior with empty string argument
|
237
|
-
assert_nothing_raised { g = Magick::Geometry.from_s('') }
|
238
|
-
assert_equal('', g.to_s)
|
239
|
-
|
240
|
-
assert_raise(ArgumentError) { Magick::Geometry.new(Magick::AreaGeometry) }
|
241
|
-
assert_raise(ArgumentError) { Magick::Geometry.new(40, Magick::AreaGeometry) }
|
242
|
-
assert_raise(ArgumentError) { Magick::Geometry.new(40, 20, Magick::AreaGeometry) }
|
243
|
-
assert_raise(ArgumentError) { Magick::Geometry.new(40, 20, 10, Magick::AreaGeometry) }
|
244
|
-
end
|
245
|
-
|
246
|
-
def test_init_formats
|
247
|
-
assert_instance_of(Hash, Magick.init_formats)
|
248
|
-
end
|
249
|
-
|
250
|
-
def test_opaque_alpha
|
251
|
-
assert_equal(Magick::QuantumRange, Magick::OpaqueAlpha)
|
252
|
-
end
|
253
|
-
|
254
|
-
def test_set_log_event_mask
|
255
|
-
assert_nothing_raised { Magick.set_log_event_mask('Module,Coder') }
|
256
|
-
end
|
257
|
-
|
258
|
-
def test_set_log_format
|
259
|
-
assert_nothing_raised { Magick.set_log_format('format %d%e%f') }
|
260
|
-
end
|
261
|
-
|
262
|
-
def test_limit_resources
|
263
|
-
cur = new = nil
|
264
|
-
|
265
|
-
assert_nothing_raised { cur = Magick.limit_resource(:memory, 500) }
|
266
|
-
assert_kind_of(Integer, cur)
|
267
|
-
assert(cur > 1024**2)
|
268
|
-
assert_nothing_raised { new = Magick.limit_resource('memory') }
|
269
|
-
assert_equal(500, new)
|
270
|
-
Magick.limit_resource(:memory, cur)
|
271
|
-
|
272
|
-
assert_nothing_raised { cur = Magick.limit_resource(:map, 3500) }
|
273
|
-
assert_kind_of(Integer, cur)
|
274
|
-
assert(cur > 1024**2)
|
275
|
-
assert_nothing_raised { new = Magick.limit_resource('map') }
|
276
|
-
assert_equal(3500, new)
|
277
|
-
Magick.limit_resource(:map, cur)
|
278
|
-
|
279
|
-
assert_nothing_raised { cur = Magick.limit_resource(:disk, 3 * 1024 * 1024 * 1024) }
|
280
|
-
assert_kind_of(Integer, cur)
|
281
|
-
assert(cur > 1024**2)
|
282
|
-
assert_nothing_raised { new = Magick.limit_resource('disk') }
|
283
|
-
assert_equal(3_221_225_472, new)
|
284
|
-
Magick.limit_resource(:disk, cur)
|
285
|
-
|
286
|
-
assert_nothing_raised { cur = Magick.limit_resource(:file, 500) }
|
287
|
-
assert_kind_of(Integer, cur)
|
288
|
-
assert(cur > 512)
|
289
|
-
assert_nothing_raised { new = Magick.limit_resource('file') }
|
290
|
-
assert_equal(500, new)
|
291
|
-
Magick.limit_resource(:file, cur)
|
292
|
-
|
293
|
-
assert_nothing_raised { cur = Magick.limit_resource(:time, 300) }
|
294
|
-
assert_kind_of(Integer, cur)
|
295
|
-
assert(cur > 300)
|
296
|
-
assert_nothing_raised { new = Magick.limit_resource('time') }
|
297
|
-
assert_equal(300, new)
|
298
|
-
Magick.limit_resource(:time, cur)
|
299
|
-
|
300
|
-
assert_raise(ArgumentError) { Magick.limit_resource(:xxx) }
|
301
|
-
assert_raise(ArgumentError) { Magick.limit_resource('xxx') }
|
302
|
-
assert_raise(ArgumentError) { Magick.limit_resource('map', 3500, 2) }
|
303
|
-
assert_raise(ArgumentError) { Magick.limit_resource }
|
304
|
-
end
|
305
|
-
|
306
|
-
def test_transparent_alpha
|
307
|
-
assert_equal(0, Magick::TransparentAlpha)
|
308
|
-
end
|
309
|
-
end
|
310
|
-
|
311
|
-
Test::Unit::UI::Console::TestRunner.run(MagickUT) if $PROGRAM_NAME == __FILE__
|
data/test/Pixel.rb
DELETED
@@ -1,285 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby -w
|
2
|
-
|
3
|
-
require 'rmagick'
|
4
|
-
require 'test/unit'
|
5
|
-
require 'test/unit/ui/console/testrunner'
|
6
|
-
|
7
|
-
class PixelUT < Test::Unit::TestCase
|
8
|
-
def setup
|
9
|
-
@pixel = Magick::Pixel.from_color('brown')
|
10
|
-
end
|
11
|
-
|
12
|
-
def test_red
|
13
|
-
assert_nothing_raised { @pixel.red = 123 }
|
14
|
-
assert_equal(123, @pixel.red)
|
15
|
-
assert_nothing_raised { @pixel.red = 255.25 }
|
16
|
-
assert_equal(255, @pixel.red)
|
17
|
-
assert_raise(TypeError) { @pixel.red = 'x' }
|
18
|
-
end
|
19
|
-
|
20
|
-
def test_green
|
21
|
-
assert_nothing_raised { @pixel.green = 123 }
|
22
|
-
assert_equal(123, @pixel.green)
|
23
|
-
assert_nothing_raised { @pixel.green = 255.25 }
|
24
|
-
assert_equal(255, @pixel.green)
|
25
|
-
assert_raise(TypeError) { @pixel.green = 'x' }
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_blue
|
29
|
-
assert_nothing_raised { @pixel.blue = 123 }
|
30
|
-
assert_equal(123, @pixel.blue)
|
31
|
-
assert_nothing_raised { @pixel.blue = 255.25 }
|
32
|
-
assert_equal(255, @pixel.blue)
|
33
|
-
assert_raise(TypeError) { @pixel.blue = 'x' }
|
34
|
-
end
|
35
|
-
|
36
|
-
def test_alpha
|
37
|
-
assert_nothing_raised { @pixel.alpha = 123 }
|
38
|
-
assert_equal(123, @pixel.alpha)
|
39
|
-
assert_nothing_raised { @pixel.alpha = 255.25 }
|
40
|
-
assert_equal(255, @pixel.alpha)
|
41
|
-
assert_raise(TypeError) { @pixel.alpha = 'x' }
|
42
|
-
end
|
43
|
-
|
44
|
-
def test_opacity
|
45
|
-
assert_nothing_raised { @pixel.opacity = 123 }
|
46
|
-
assert_equal(123, @pixel.opacity)
|
47
|
-
assert_nothing_raised { @pixel.opacity = 255.25 }
|
48
|
-
assert_equal(255, @pixel.opacity)
|
49
|
-
assert_raise(TypeError) { @pixel.opacity = 'x' }
|
50
|
-
end
|
51
|
-
|
52
|
-
def test_cyan
|
53
|
-
assert_nothing_raised { @pixel.cyan = 123 }
|
54
|
-
assert_equal(123, @pixel.cyan)
|
55
|
-
assert_nothing_raised { @pixel.cyan = 255.25 }
|
56
|
-
assert_equal(255, @pixel.cyan)
|
57
|
-
assert_raise(TypeError) { @pixel.cyan = 'x' }
|
58
|
-
end
|
59
|
-
|
60
|
-
def test_magenta
|
61
|
-
assert_nothing_raised { @pixel.magenta = 123 }
|
62
|
-
assert_equal(123, @pixel.magenta)
|
63
|
-
assert_nothing_raised { @pixel.magenta = 255.25 }
|
64
|
-
assert_equal(255, @pixel.magenta)
|
65
|
-
assert_raise(TypeError) { @pixel.magenta = 'x' }
|
66
|
-
end
|
67
|
-
|
68
|
-
def test_yellow
|
69
|
-
assert_nothing_raised { @pixel.yellow = 123 }
|
70
|
-
assert_equal(123, @pixel.yellow)
|
71
|
-
assert_nothing_raised { @pixel.yellow = 255.25 }
|
72
|
-
assert_equal(255, @pixel.yellow)
|
73
|
-
assert_raise(TypeError) { @pixel.yellow = 'x' }
|
74
|
-
end
|
75
|
-
|
76
|
-
def test_black
|
77
|
-
assert_nothing_raised { @pixel.black = 123 }
|
78
|
-
assert_equal(123, @pixel.black)
|
79
|
-
assert_nothing_raised { @pixel.black = 255.25 }
|
80
|
-
assert_equal(255, @pixel.black)
|
81
|
-
assert_raise(TypeError) { @pixel.black = 'x' }
|
82
|
-
end
|
83
|
-
|
84
|
-
def test_case_eq
|
85
|
-
pixel = Magick::Pixel.from_color('brown')
|
86
|
-
assert_true(@pixel === pixel)
|
87
|
-
assert_false(@pixel === 'red')
|
88
|
-
|
89
|
-
pixel = Magick::Pixel.from_color('red')
|
90
|
-
assert_false(@pixel === pixel)
|
91
|
-
end
|
92
|
-
|
93
|
-
def test_clone
|
94
|
-
pixel = @pixel.clone
|
95
|
-
assert_true(@pixel === pixel)
|
96
|
-
assert_not_equal(@pixel.object_id, pixel.object_id)
|
97
|
-
|
98
|
-
pixel = @pixel.taint.clone
|
99
|
-
assert_true(pixel.tainted?)
|
100
|
-
|
101
|
-
pixel = @pixel.freeze.clone
|
102
|
-
assert_true(pixel.frozen?)
|
103
|
-
end
|
104
|
-
|
105
|
-
def test_dup
|
106
|
-
pixel = @pixel.dup
|
107
|
-
assert_true(@pixel === pixel)
|
108
|
-
assert_not_equal(@pixel.object_id, pixel.object_id)
|
109
|
-
|
110
|
-
pixel = @pixel.taint.dup
|
111
|
-
assert_true(pixel.tainted?)
|
112
|
-
|
113
|
-
pixel = @pixel.freeze.dup
|
114
|
-
assert_false(pixel.frozen?)
|
115
|
-
end
|
116
|
-
|
117
|
-
def test_hash
|
118
|
-
hash = nil
|
119
|
-
assert_nothing_raised { hash = @pixel.hash }
|
120
|
-
assert_not_nil(hash)
|
121
|
-
assert_equal(1_385_501_952, hash)
|
122
|
-
|
123
|
-
p = Magick::Pixel.new
|
124
|
-
assert_equal(0, p.hash)
|
125
|
-
|
126
|
-
p = Magick::Pixel.from_color('red')
|
127
|
-
assert_equal(2_139_095_040, p.hash)
|
128
|
-
|
129
|
-
# Pixel.hash sacrifices the last bit of the opacity channel
|
130
|
-
p = Magick::Pixel.new(0, 0, 0, 72)
|
131
|
-
p2 = Magick::Pixel.new(0, 0, 0, 73)
|
132
|
-
assert_not_equal(p, p2)
|
133
|
-
assert_equal(p.hash, p2.hash)
|
134
|
-
end
|
135
|
-
|
136
|
-
def test_eql?
|
137
|
-
p = @pixel
|
138
|
-
assert(@pixel.eql?(p))
|
139
|
-
p = Magick::Pixel.new
|
140
|
-
assert(!@pixel.eql?(p))
|
141
|
-
end
|
142
|
-
|
143
|
-
def test_fcmp
|
144
|
-
red = Magick::Pixel.from_color('red')
|
145
|
-
blue = Magick::Pixel.from_color('blue')
|
146
|
-
assert_nothing_raised { red.fcmp(red) }
|
147
|
-
assert(red.fcmp(red))
|
148
|
-
assert(!red.fcmp(blue))
|
149
|
-
|
150
|
-
assert_nothing_raised { red.fcmp(blue, 10) }
|
151
|
-
assert_nothing_raised { red.fcmp(blue, 10, Magick::RGBColorspace) }
|
152
|
-
assert_raises(TypeError) { red.fcmp(blue, 'x') }
|
153
|
-
assert_raises(TypeError) { red.fcmp(blue, 10, 'x') }
|
154
|
-
assert_raises(ArgumentError) { red.fcmp }
|
155
|
-
assert_raises(ArgumentError) { red.fcmp(blue, 10, 'x', 'y') }
|
156
|
-
end
|
157
|
-
|
158
|
-
def test_from_hsla
|
159
|
-
assert_nothing_raised { Magick::Pixel.from_hsla(127, 50, 50) }
|
160
|
-
assert_nothing_raised { Magick::Pixel.from_hsla(127, 50, 50, 0) }
|
161
|
-
assert_nothing_raised { Magick::Pixel.from_hsla('99%', '100%', '100%', '100%') }
|
162
|
-
assert_nothing_raised { Magick::Pixel.from_hsla(0, 0, 0, 0) }
|
163
|
-
assert_nothing_raised { Magick::Pixel.from_hsla(359, 255, 255, 1.0) }
|
164
|
-
assert_raise(TypeError) { Magick::Pixel.from_hsla([], 50, 50, 0) }
|
165
|
-
assert_raise(TypeError) { Magick::Pixel.from_hsla(127, [], 50, 0) }
|
166
|
-
assert_raise(TypeError) { Magick::Pixel.from_hsla(127, 50, [], 0) }
|
167
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_hsla }
|
168
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_hsla(127, 50, 50, 50, 50) }
|
169
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_hsla(-0.01, 0, 0) }
|
170
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_hsla(0, -0.01, 0) }
|
171
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_hsla(0, 0, -0.01) }
|
172
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_hsla(0, 0, 0, -0.01) }
|
173
|
-
assert_raise(RangeError) { Magick::Pixel.from_hsla(0, 0, 0, 1.01) }
|
174
|
-
assert_raise(RangeError) { Magick::Pixel.from_hsla(360, 0, 0) }
|
175
|
-
assert_raise(RangeError) { Magick::Pixel.from_hsla(0, 256, 0) }
|
176
|
-
assert_raise(RangeError) { Magick::Pixel.from_hsla(0, 0, 256) }
|
177
|
-
assert_nothing_raised { @pixel.to_hsla }
|
178
|
-
|
179
|
-
args = [200, 125.125, 250.5, 0.6]
|
180
|
-
px = Magick::Pixel.from_hsla(*args)
|
181
|
-
hsla = px.to_hsla
|
182
|
-
assert_in_delta(args[0], hsla[0], 0.25, "expected #{args.inspect} got #{hsla.inspect}")
|
183
|
-
assert_in_delta(args[1], hsla[1], 0.25, "expected #{args.inspect} got #{hsla.inspect}")
|
184
|
-
assert_in_delta(args[2], hsla[2], 0.25, "expected #{args.inspect} got #{hsla.inspect}")
|
185
|
-
assert_in_delta(args[3], hsla[3], 0.005, "expected #{args.inspect} got #{hsla.inspect}")
|
186
|
-
|
187
|
-
# test percentages
|
188
|
-
args = ['20%', '20%', '20%', '20%']
|
189
|
-
args2 = [360.0 / 5, 255.0 / 5, 255.0 / 5, 1.0 / 5]
|
190
|
-
px = Magick::Pixel.from_hsla(*args)
|
191
|
-
hsla = px.to_hsla
|
192
|
-
px2 = Magick::Pixel.from_hsla(*args2)
|
193
|
-
hsla2 = px2.to_hsla
|
194
|
-
|
195
|
-
assert_in_delta(hsla[0], hsla2[0], 0.25, "#{hsla.inspect} != #{hsla2.inspect} with args: #{args.inspect} and #{args2.inspect}")
|
196
|
-
assert_in_delta(hsla[1], hsla2[1], 0.25, "#{hsla.inspect} != #{hsla2.inspect} with args: #{args.inspect} and #{args2.inspect}")
|
197
|
-
assert_in_delta(hsla[2], hsla2[2], 0.25, "#{hsla.inspect} != #{hsla2.inspect} with args: #{args.inspect} and #{args2.inspect}")
|
198
|
-
assert_in_delta(hsla[3], hsla2[3], 0.005, "#{hsla.inspect} != #{hsla2.inspect} with args: #{args.inspect} and #{args2.inspect}")
|
199
|
-
end
|
200
|
-
|
201
|
-
def test_from_hsl
|
202
|
-
assert_instance_of(Magick::Pixel, Magick::Pixel.from_HSL([127, 50, 50]))
|
203
|
-
assert_raise(ArgumentError) { Magick::Pixel.from_HSL([127, 50]) }
|
204
|
-
end
|
205
|
-
|
206
|
-
def test_intensity
|
207
|
-
assert_kind_of(Integer, @pixel.intensity)
|
208
|
-
end
|
209
|
-
|
210
|
-
def test_marshal
|
211
|
-
marshal = @pixel.marshal_dump
|
212
|
-
|
213
|
-
pixel = Magick::Pixel.new
|
214
|
-
assert_equal(@pixel, pixel.marshal_load(marshal))
|
215
|
-
end
|
216
|
-
|
217
|
-
def test_spaceship
|
218
|
-
@pixel.red = 100
|
219
|
-
pixel = @pixel.dup
|
220
|
-
assert_equal(0, @pixel <=> pixel)
|
221
|
-
|
222
|
-
pixel.red -= 10
|
223
|
-
assert_equal(1, @pixel <=> pixel)
|
224
|
-
pixel.red += 20
|
225
|
-
assert_equal(-1, @pixel <=> pixel)
|
226
|
-
|
227
|
-
@pixel.green = 100
|
228
|
-
pixel = @pixel.dup
|
229
|
-
pixel.green -= 10
|
230
|
-
assert_equal(1, @pixel <=> pixel)
|
231
|
-
pixel.green += 20
|
232
|
-
assert_equal(-1, @pixel <=> pixel)
|
233
|
-
|
234
|
-
@pixel.blue = 100
|
235
|
-
pixel = @pixel.dup
|
236
|
-
pixel.blue -= 10
|
237
|
-
assert_equal(1, @pixel <=> pixel)
|
238
|
-
pixel.blue += 20
|
239
|
-
assert_equal(-1, @pixel <=> pixel)
|
240
|
-
|
241
|
-
@pixel.opacity = 100
|
242
|
-
pixel = @pixel.dup
|
243
|
-
pixel.opacity -= 10
|
244
|
-
assert_equal(1, @pixel <=> pixel)
|
245
|
-
pixel.opacity += 20
|
246
|
-
assert_equal(-1, @pixel <=> pixel)
|
247
|
-
|
248
|
-
@pixel.alpha = 100
|
249
|
-
pixel = @pixel.dup
|
250
|
-
pixel.alpha -= 10
|
251
|
-
assert_equal(-1, @pixel <=> pixel)
|
252
|
-
pixel.alpha += 20
|
253
|
-
assert_equal(1, @pixel <=> pixel)
|
254
|
-
end
|
255
|
-
|
256
|
-
def test_to_hsl
|
257
|
-
hsl = @pixel.to_HSL
|
258
|
-
assert_instance_of(Array, hsl)
|
259
|
-
assert_equal(3, hsl.size)
|
260
|
-
end
|
261
|
-
|
262
|
-
def test_to_color
|
263
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance) }
|
264
|
-
assert_nothing_raised { @pixel.to_color(Magick::SVGCompliance) }
|
265
|
-
assert_nothing_raised { @pixel.to_color(Magick::X11Compliance) }
|
266
|
-
assert_nothing_raised { @pixel.to_color(Magick::XPMCompliance) }
|
267
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance, true) }
|
268
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance, false) }
|
269
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance, false, 8) }
|
270
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance, false, 16) }
|
271
|
-
# test "hex" format
|
272
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance, false, 8, true) }
|
273
|
-
assert_nothing_raised { @pixel.to_color(Magick::AllCompliance, false, 16, true) }
|
274
|
-
|
275
|
-
assert_equal('#A52A2A', @pixel.to_color(Magick::AllCompliance, false, 8, true))
|
276
|
-
assert_equal('#A5A52A2A2A2A', @pixel.to_color(Magick::AllCompliance, false, 16, true))
|
277
|
-
|
278
|
-
assert_raise(ArgumentError) { @pixel.to_color(Magick::AllCompliance, false, 32) }
|
279
|
-
assert_raise(TypeError) { @pixel.to_color(1) }
|
280
|
-
end
|
281
|
-
|
282
|
-
def test_to_s
|
283
|
-
assert_match(/red=\d+, green=\d+, blue=\d+, opacity=\d+/, @pixel.to_s)
|
284
|
-
end
|
285
|
-
end
|
data/test/PolaroidOptions.rb
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
require 'rmagick'
|
2
|
-
require 'test/unit'
|
3
|
-
require 'test/unit/ui/console/testrunner'
|
4
|
-
|
5
|
-
class PolaroidOptionsUT < Test::Unit::TestCase
|
6
|
-
def setup
|
7
|
-
@options = Magick::Image::PolaroidOptions.new
|
8
|
-
end
|
9
|
-
|
10
|
-
def test_shadow_color
|
11
|
-
assert_nothing_raised { @options.shadow_color = "gray50" }
|
12
|
-
|
13
|
-
@options.freeze
|
14
|
-
assert_raise(FreezeError) { @options.shadow_color = "gray50" }
|
15
|
-
end
|
16
|
-
|
17
|
-
def test_border_color
|
18
|
-
assert_nothing_raised { @options.border_color = "gray50" }
|
19
|
-
|
20
|
-
@options.freeze
|
21
|
-
assert_raise(FreezeError) { @options.border_color = "gray50" }
|
22
|
-
end
|
23
|
-
end
|
data/test/Preview.rb
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby -w
|
2
|
-
|
3
|
-
require 'rmagick'
|
4
|
-
require 'test/unit'
|
5
|
-
require 'test/unit/ui/console/testrunner'
|
6
|
-
|
7
|
-
class PreviewUT < Test::Unit::TestCase
|
8
|
-
def test_preview
|
9
|
-
hat = Magick::Image.read(IMAGES_DIR + '/Flower_Hat.jpg').first
|
10
|
-
assert_nothing_raised do
|
11
|
-
prev = hat.preview(Magick::RotatePreview)
|
12
|
-
assert_instance_of(Magick::Image, prev)
|
13
|
-
end
|
14
|
-
puts "\n"
|
15
|
-
Magick::PreviewType.values do |type|
|
16
|
-
puts "testing #{type}..."
|
17
|
-
assert_nothing_raised { hat.preview(type) }
|
18
|
-
end
|
19
|
-
assert_raise(TypeError) { hat.preview(2) }
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
if $PROGRAM_NAME == __FILE__
|
24
|
-
IMAGES_DIR = '../doc/ex/images'
|
25
|
-
Test::Unit::UI::Console::TestRunner.run(PreviewUT)
|
26
|
-
end
|
data/test/Struct.rb
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby -w
|
2
|
-
|
3
|
-
require 'rmagick'
|
4
|
-
require 'test/unit'
|
5
|
-
require 'test/unit/ui/console/testrunner'
|
6
|
-
|
7
|
-
class StructUT < Test::Unit::TestCase
|
8
|
-
def test_chromaticity_to_s
|
9
|
-
image = Magick::Image.new(10, 10)
|
10
|
-
assert_match(/red_primary=\(x=.+,y=.+\) green_primary=\(x=.+,y=.+\) blue_primary=\(x=.+,y=.+\) white_point=\(x=.+,y=.+\)/, image.chromaticity.to_s)
|
11
|
-
end
|
12
|
-
|
13
|
-
def test_export_color_info
|
14
|
-
color = Magick.colors[0]
|
15
|
-
assert_instance_of(Magick::Color, color)
|
16
|
-
assert_match(/name=.+, compliance=.+, color.red=.+, color.green=.+, color.blue=.+, color.opacity=.+/, color.to_s)
|
17
|
-
end
|
18
|
-
|
19
|
-
def test_export_type_info
|
20
|
-
font = Magick.fonts[0]
|
21
|
-
assert_match(/^name=.+, description=.+, family=.+, style=.+, stretch=.+, weight=.+, encoding=.*, foundry=.*, format=.*$/, font.to_s)
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_export_point_info
|
25
|
-
draw = Magick::Draw.new
|
26
|
-
metric = draw.get_type_metrics('ABCDEF')
|
27
|
-
assert_match(/^pixels_per_em=\(x=.+,y=.+\) ascent=.+ descent=.+ width=.+ height=.+ max_advance=.+ bounds.x1=.+ bounds.y1=.+ bounds.x2=.+ bounds.y2=.+ underline_position=.+ underline_thickness=.+$/, metric.to_s)
|
28
|
-
end
|
29
|
-
|
30
|
-
def test_primary_info_to_s
|
31
|
-
chrom = Magick::Image.new(10, 10).chromaticity
|
32
|
-
red_primary = chrom.red_primary
|
33
|
-
assert_match(/^x=.+, y=.+, z=.+$/, red_primary.to_s)
|
34
|
-
end
|
35
|
-
|
36
|
-
def test_rectangle_info_to_s
|
37
|
-
rect = Magick::Rectangle.new(10, 20, 30, 40)
|
38
|
-
assert_equal('width=10, height=20, x=30, y=40', rect.to_s)
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_segment_info_to_s
|
42
|
-
segment = Magick::Segment.new(10, 20, 30, 40)
|
43
|
-
assert_equal('x1=10, y1=20, x2=30, y2=40', segment.to_s)
|
44
|
-
end
|
45
|
-
end
|