2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-08-11 17:41:01 by Matthias Drochner | Files touched by this commit (1) |
Log message:
bump PKGREVISION for ImageMagick shlib name change
|
2009-07-30 15:08:21 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-RMagick to 2.11.0.
Changes:
RMagick 2.11.0
o Fix bug #26475, dissolve and watermark don't work with new versions of
ImageMagick (reported by Jim Crate)
o Add Image#composite_mathematics (available in ImageMagick 6.5.4-3)
o Add new LinearDodgeCompositeOp, LinearBurnCompositeOp,
PegtopCompositeOp, PinLightCompositeOp, VividLightCompositeOp enum values
(available in ImageMagick 6.5.4-3)
|
2009-07-08 06:00:57 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update RMagick to 2.10.0.
Changes:
RMagick 2.10.0
o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier
than 1.8.5 no longer supported.
o (Experimental) Support the use of Ruby managed memory for all memory
allocations (available in ImageMagick 6.5.3-10)
o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3)
o Add new AlphaBackgroundChannel enum value (available in ImageMagick
6.5.2-5)
o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
|
2009-06-14 22:05:44 by Joerg Sonnenberger | Files touched by this commit (38) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-15 01:31:37 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update RMagick to 2.9.2
Changes:
RMagick 2.9.2
o Add new HorizontalTileEdgeVirtualPixelMethod,
VerticalTileEdgeVirtualPixelMethod, CheckerTileVirtualPixelMethod
VirtualPixelMethod enum values (available in ImageMagick 6.5.0-1)
o Added BilinearForwardDistortion, BilinearReverseDistortion enums
(available in ImageMagick 6.5.1-2)
o Add missing composite operators to Magick::Draw#composite method
o Add warning about dropping support for ImageMagick < 6.3.5 and
Ruby < 1.8.5
o Fix bug #25892, stack buffer overflow in Magick::TypeMetric.to_s
(reported by Roman Simecek)
|
2009-02-03 13:44:52 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update RMagick to 2.9.1.
Changes:
RMagick 2.9.1
o Fix a bug that prevents the use of transparent background colors when
built with ImageMagick 6.4.9-0
|
2009-01-17 02:49:06 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update RMagick to 2.9.0.
Changes:
RMagick 2.9.0
o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8)
o Add Draw#interword_spacing= attribute (available in ImageMagick
6.4.8-0)
o Add Draw#kerning, Draw#interword_spacing primitive methods (available in
ImageMagick 6.4.8-3)
o Feature #23171, support ImageList, Draw, Pixel marshaling.
o Support all the new EvaluateOperator constants
|
2008-12-05 02:19:53 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update RMagick to 2.8.0.
Changes:
RMagick 2.8.0
o Add the endian, scene, and transparent_color attributes to Image::Info
o Deprecate Image#endian= attribute setter
o Add the transparent_chroma method to the Image class (available in
ImageMagick 6.4.5-6)
o Add the sparse_color method to the Image class (available in ImageMagick
6.4.3)
o Detect change to ParseSizeGeometry signature in ImageMagick 6.4.6-9 and
compile accordingly.
o Update Image#change_geometry to work with the new ParseSizeGeometry API
in ImageMagick 6.4.6-9.
|