Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 1 | -0/+8 |
| | | | | [David Robertson & George Claghorn] | ||||
* | Flush tempfile after populating it | George Claghorn | 2018-04-23 | 1 | -0/+1 |
| | | | | Ensure that other processes like ImageMagick and FFmpeg see the complete contents of the file. | ||||
* | Unlink internal tempfiles after use | George Claghorn | 2018-01-26 | 1 | -1/+11 |
| | |||||
* | Add missing require | George Claghorn | 2018-01-22 | 1 | -3/+5 |
| | |||||
* | Append extension to tempfile name | George Claghorn | 2017-12-31 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Allow third-party previewers/analyzers to customize their tempdirs | George Claghorn | 2017-11-02 | 1 | -2/+7 |
| | |||||
* | Use the indicative mood consistently [ci skip] | George Claghorn | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 1 | -0/+21 |