Recent Releases of https://github.com/rmagick/rmagick
https://github.com/rmagick/rmagick - RMagick 7.0.3
Bug Fixes
- Fix potential stack buffer overflows in format_exception and add_format_prefix by @Watson1978 in https://github.com/rmagick/rmagick/pull/1796
Full Changelog: https://github.com/rmagick/rmagick/compare/RMagick_7-0-2...RMagick_7-0-3
- C++
Published by Watson1978 14 days ago
https://github.com/rmagick/rmagick - RMagick 7.0.2
Bug Fixes
- Clean up ImageMagick resources on exit to fix ruby_memcheck false leaks by @ndossche in https://github.com/rmagick/rmagick/pull/1790
- Fix memory leaks if level operations fail in Image#{level_colors, levelize_channel} by @ndossche in https://github.com/rmagick/rmagick/pull/1791
- Fix memory leak in Image#{color_profile=, iptc_profile=} when out of memory by @ndossche in https://github.com/rmagick/rmagick/pull/1792
- Fix memory leak in Image#gamma_correct by @ndossche in https://github.com/rmagick/rmagick/pull/1793
- Fix missing error check in KernelInfo#clone by @ndossche in https://github.com/rmagick/rmagick/pull/1794
Full Changelog: https://github.com/rmagick/rmagick/compare/RMagick_7-0-1...RMagick_7-0-2
- C++
Published by Watson1978 17 days ago
https://github.com/rmagick/rmagick - RMagick 7.0.1
Bug Fixes
- Image_gray_q changes the colour space of the image, instead of returning whether it's grayscale (#1788)
- Check for errors from ParseGeometry() (#1786)
- Fail explicitly when trying to install on JRuby (#1784)
New Contributors
- @ndossche made their first contribution in https://github.com/rmagick/rmagick/pull/1786
Full Changelog: https://github.com/rmagick/rmagick/compare/RMagick_7-0-0...RMagick_7-0-1
- C++
Published by Watson1978 20 days ago
https://github.com/rmagick/rmagick - RMagick 7.0.0
Breaking Changes
- Drop support for Ruby 3.1 and older (#1749)
- Drop support for old ImageMagick (6.8.x and 7.0.x) (#1748)
Improvements
- Modernize argument parsing using keyword arguments API (#1754)
- Fix floating-point truncation in Magick::TypeMetric coordinates (#1765)
- Fix floating-point truncation in Magick::ChromaticityInfo coordinates (#1241)
- C++
Published by Watson1978 about 1 month ago