diff options
author | taca <taca@pkgsrc.org> | 2006-03-02 15:53:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-03-02 15:53:08 +0000 |
commit | b8ff2c5290ea337928e1acaa1f1ec6cbb3f17899 (patch) | |
tree | 498c03047b1f4266e8194b7f2f8a3441de3b7d65 /graphics/ruby-RMagick/distinfo | |
parent | 7bcaace8bb3337fb43912e259eda3dbe802204b7 (diff) | |
download | pkgsrc-b8ff2c5290ea337928e1acaa1f1ec6cbb3f17899.tar.gz |
Update ruby-RMagick package to 1.10.0.
RMagick 1.10.0
o Added add_noise_channel method to Image class (available with ImageMagick 6.2.5)
o Added vignette method to the Image class (available with ImageMagick 6.2.6)
o Added crop_resize method to the Image class (thanks to Jerret Taylor for
the suggestion and original code)
o Added export_pixels_to_str method to the Image class
o Provided default arguments to Image#export_pixels
o Added "order" option to Image#ordered_dither
o Added cyan, magenta, yellow, and black attribute accessors to the Pixel class
o Added CineonLogRGBColorspace, LABColorspace, Rec601LumaColorspace,
Rec601YCbCrColorspace, Rec709LumaColorspace, Rec709YCbCrColorspace,
LogColorspace enumerators to the ColorspaceType enumeration class.
o Fixed bug #2844, Image#to_blob exits if the image is a 0x0 JPEG
o Fixed bug #2688, Image#annotate, Draw#get_multiline_type_metrics handle
newline characters properly
o Tested with ImageMagick 6.2.6
o Removed support for all versions of ImageMagick prior to 6.0.0
Diffstat (limited to 'graphics/ruby-RMagick/distinfo')
-rw-r--r-- | graphics/ruby-RMagick/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ruby-RMagick/distinfo b/graphics/ruby-RMagick/distinfo index ca535c8728c..934896005d1 100644 --- a/graphics/ruby-RMagick/distinfo +++ b/graphics/ruby-RMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2006/01/03 14:25:50 taca Exp $ +$NetBSD: distinfo,v 1.11 2006/03/02 15:53:08 taca Exp $ -SHA1 (RMagick-1.9.3.tar.bz2) = bb71a0181231ca99b58533e7660f724ecff89230 -RMD160 (RMagick-1.9.3.tar.bz2) = 72d925fef3afc74b935408d999565863509adb5a -Size (RMagick-1.9.3.tar.bz2) = 916176 bytes +SHA1 (RMagick-1.10.0.tar.bz2) = 85b29800c99c3d775ed1163286b9b08e8c6281af +RMD160 (RMagick-1.10.0.tar.bz2) = 463f74026a04620111f1434c3debcd695671adcb +Size (RMagick-1.10.0.tar.bz2) = 921447 bytes |