Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip image analysis on ImageMagick error | George Claghorn | 2019-05-30 | 1 | -0/+3 |
| | |||||
* | Don't fail ImageAnalyzer on unsupported types | Guilherme Mansur | 2019-04-24 | 1 | -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. | ||||
* | Fix usage documentation in VideoAnalyzer | Carlos Ramirez III | 2019-01-28 | 1 | -1/+1 |
| | | | The code snippet within the usage documentation comment used the wrong object namespace for the ActiveStorage::Analyzer::VideoAnalyzer | ||||
* | Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF | utilum | 2018-06-08 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 1 | -2/+0 |
| | | | | | Ruby 2.4+ provides `Hash#compact` and `Hash#compact!` natively, so `active_support/core_ext/hash/compact` is no longer necessary. | ||||
* | Correct orientation detection | George Claghorn | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Swap encoded image width and height if angle is 90 or 270 degrees | George Claghorn | 2018-01-31 | 1 | -1/+11 |
| | |||||
* | Cope with videos with undefined display aspect ratios | George Claghorn | 2018-01-20 | 1 | -2/+6 |
| | |||||
* | Preserve display aspect ratio for videos with rectangular samples | George Claghorn | 2018-01-19 | 1 | -15/+35 |
| | |||||
* | Document automatic width-height swapping [ci skip] | George Claghorn | 2018-01-07 | 1 | -0/+2 |
| | |||||
* | Remove redundant sentences [ci skip] | George Claghorn | 2018-01-07 | 2 | -4/+2 |
| | |||||
* | Configure previewer/analyzer command paths centrally | George Claghorn | 2018-01-03 | 1 | -2/+4 |
| | |||||
* | Swap raw video width and height if angle is 90 or 270 degrees | George Claghorn | 2017-12-08 | 1 | -1/+13 |
| | |||||
* | Make ASt previewer/analyzer binary paths configurable | George Claghorn | 2017-12-01 | 1 | -1/+3 |
| | |||||
* | Fix links [ci skip] | George Claghorn | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 3 | -0/+128 |