Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add GitHub Actions. | M Somerville | 2020-11-16 | -3/+3 |
| | | | | We now have Image::Magick, so make sure that is handled better. | |||
* | Add per report OpenGraph images | Graeme Porteous | 2020-01-27 | -4/+38 |
| | | | | | | | | | | | | | Includes a bit of refactoring of PhotoSet::get_image_data to make it easier to call subsequent methods on the photo object. We then do this to get the width and height. Also adds width/height attributes to FixMyStreet::ImageMagick Attributes are updated every time the image is transformed and before the as_blob data, which also undefs the image, is returned so it always present for subsequent calls. Fixes #2394. | |||
* | Assume no IM if testing, as it changes sample image. | Matthew Somerville | 2018-11-26 | -0/+1 |
| | ||||
* | Factor out ImageMagick wrapper. | Matthew Somerville | 2018-11-14 | -0/+68 |