Shizuo Fujita
Shizuo Fujita
The monitor feature accepts ImageMagick callbacks. If the callback runs without GVL, it will cause a SEGV. https://github.com/rmagick/rmagick/pull/1253 So, to release GVL, I think we need to drop monitor feature.
I think following yardoc format is better for users. ``` /** * * Call AdaptiveBlurImage. * * @overload adaptive_blur(radius = 0.0) * @param radius [Float] the radius of the Gaussian...
This would be an issue related to user environment. I will close this. Feel free to reopen if you have still any problem.
This is similar with https://github.com/rmagick/rmagick/issues/226 This problem should be reported to ImageMagick. The broken file is saved when SVG is processed and saved with ImageMagick commands. ``` convert -density 100...
@dlemstra Can you look the above report?
@dlemstra IM6 and IM7 seem to create different results when saving to gif with https://github.com/rmagick/rmagick/blob/main/doc/ex/color_floodfill.rb
If at least one argument is given to the sample method, its value means scale. ``` * @overload sample(scale) * @param scale [Numeric] You can use this argument instead of...
The memory usage of RMagic was improved by https://github.com/rmagick/rmagick/pull/836 And you can control it by [Magick.set_cache_threshold](http://www.rubydoc.info/gems/rmagick/2.15.4/Magick#set_cache_threshold-class_method) or [Magick.limit_resource](http://www.rubydoc.info/gems/rmagick/2.15.4/Magick#limit_resource-class_method). Feel free to reopen the issue if you still have a problem.
There's a simple description in the documentation. https://rmagick.github.io/image1.html#capture So, I will close this.
I think the error may be due to old ImageMagick. Unfortunately, I can't reproduce this problem... Feel free to reopen if you have still any problem.