Feature #30492
Updated by Go MAEDA almost 6 years ago
Redmine uses ImageMagick via rmagick to generate thumbnails and gantt png export. I think it is beneficial to replace rmagick with "minimagick":https://github.com/minimagick/minimagick for the following reasons:
* Smaller footprint. The author says that the memory occupation is "much smaller compared to RMagick".
* Supports the latest ImageMagick 7. rmagick does not yet.
* Completely written in Ruby. Unlike rmagick, minimagick never causes build errors when installing the gem.