Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor photo_driver to use namespaces. | Klaus Weidenbach | 2019-02-14 | 1 | -213/+0 |
| | | | | Add simple UnitTest, but it is not yet very meaningful. | ||||
* | return on readImageBlob() exception | Mario Vavti | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | catch exception if readImageBlob() receives bogus data | Mario Vavti | 2018-12-03 | 1 | -3/+7 |
| | | | (cherry picked from commit 443d7684dbe8c1c3540df5aeb719403d67789747) | ||||
* | imagemagick preserves exif when scaling. GD does not. We do not want to ↵ | zotlabs | 2018-04-22 | 1 | -0/+13 |
| | | | | preserve exif on thumbnails which we have rotated, as a browser reading the exif information could rotate them yet again. This checkin adds an abstract function to the generic photo driver which makes the behaviour consistent by stripping EXIF from imagick processed images. However, we will attempt to preserve any ICC colour profiles. See http://php.net/manual/en/imagick.stripimage.php | ||||
* | some initial work on uploading and cropping cover photos | redmatrix | 2016-01-13 | 1 | -0/+18 |
| | |||||
* | cleaning up issues reported in logs | friendica | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | don't try and load an empty string as a photo | friendica | 2013-04-29 | 1 | -1/+5 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -0/+173 |