mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6133dad869
Fix: #36065 The IamgeAnalyzer passes a image to ImageMagick without checking if the image is supported by ImageMagick. This patch checks that image is supported and if not logs an error and returns an empty hash instead of raising an error. This is the same error handling we do when we encounter a LoadError when mini_magick is not installed. |
||
---|---|---|
.. | ||
image_analyzer_test.rb | ||
video_analyzer_test.rb |