Path to this page:
Subject: CVS commit: pkgsrc/graphics/ruby-RMagick
From: Takahiro Kambe
Date: 2024-05-05 19:02:30
Message id: 20240505170230.D8DA8FA2C@cvs.NetBSD.org
Log Message:
graphics/ruby-RMagick: update to 6.0.0
RMagick 6.0.0 (2024-05-02)
Improvements
* Improve compatibility of Image#pixel_color value for ImageMagick 6 and 7
(#1591)
* Add missing constants (#1580)
* Loosen ImageMagick version check between compiled and runtime (#1526)
Bug Fixes
* Transform image according to Info#colorspace (#1594)
* Sync Image::Info attributes to image object (#1593)
* Fix install error on Windows MINGW environment (#1588)
* Fix header checks in order to use aligned_malloc expectedly (#1579)
Breaking Changes
* Change method that returns a color name to return a hex string (#1592)
o The following methods return RGBA hex string as color name. The hex
string length is according to color depth.
Image#background_color
Image#border_color
Image#colormap
Image#matte_color
Image#transparent_color
Info#background_color
Info#border_color
Info#matte_color
Info#transparent_color
o Change default value of argument
- The hex argument of Pixel#to_color has true by default.
* Drop ruby-mswin environment support on Windows (#1587)
* Drop Ruby 2.x support (#1540)
* Drop ImageMagick 6.7 support (#1539)
Files: