Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't fail ImageAnalyzer on unsupported types | Guilherme Mansur | 2019-04-24 | 1 | -0/+8 |
| | | | | | | | | | | 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. | ||||
* | Move #extract_metadata_from to ActiveStorage's TestHelper | Ricardo Díaz | 2018-04-25 | 2 | -10/+0 |
| | | | | | | ImageAnalyzerTest and VideoAnalyzerTest are defining the same helper, since both use `#create_file_blob` that is defined in TestHelper, it makes sense to move `#extract_metadata_from` to that side. | ||||
* | Correct orientation detection | George Claghorn | 2018-01-31 | 1 | -2/+2 |
| | |||||
* | Swap encoded image width and height if angle is 90 or 270 degrees | George Claghorn | 2018-01-31 | 1 | -2/+15 |
| | |||||
* | Cope with videos with undefined display aspect ratios | George Claghorn | 2018-01-20 | 1 | -0/+9 |
| | |||||
* | Use helper method | George Claghorn | 2018-01-19 | 1 | -1/+2 |
| | |||||
* | Preserve display aspect ratio for videos with rectangular samples | George Claghorn | 2018-01-19 | 1 | -4/+18 |
| | |||||
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Append extension to tempfile name | George Claghorn | 2017-12-31 | 1 | -1/+9 |
| | | | | | | Fixes analyzing an SVG image without an XML declaration. ImageMagick occasionally looks to the extension when it can't discern the type of an image file from its contents. References #31356. | ||||
* | Swap raw video width and height if angle is 90 or 270 degrees | George Claghorn | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 2 | -0/+51 |