aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/analyzer/image_analyzer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Skip image analysis on ImageMagick errorGeorge Claghorn2019-05-301-0/+3
|
* Don't fail ImageAnalyzer on unsupported typesGuilherme Mansur2019-04-241-4/+11
| | | | | | | | | | 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.
* Correct orientation detectionGeorge Claghorn2018-01-311-1/+1
|
* Swap encoded image width and height if angle is 90 or 270 degreesGeorge Claghorn2018-01-311-1/+11
|
* Remove redundant sentences [ci skip]George Claghorn2018-01-071-2/+1
|
* Fix links [ci skip]George Claghorn2017-10-221-2/+2
|
* Extract metadata from images and videosGeorge Claghorn2017-10-221-0/+36