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
Actions