Actions
Defect #40832
openDeprecation warning regarding the use of the convert command in ImageMagick 7
Status:
New
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
When running Redmine with ImageMagick 7, a deprecation warning is displayed indicating that the convert
command is deprecated and should be replaced with the magick
command.
To reproduce the issue, execute the following statement in the Rails console:
irb(main):001> Redmine::Thumbnail.convert_available?
WARNING: The convert command is deprecated in IMv7, use "magick"
=> true
Related issues
Updated by Go MAEDA 5 months ago
MiniMagick 4.13.0 includes a fix for the deprecation warning.
Updating MiniMagick reduces the deprecation warnings during the test.
https://github.com/minimagick/minimagick/issues/560
Updated by Go MAEDA 5 months ago
- Related to Patch #40849: Update MiniMagick to 4.13 added
Actions