Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imagemagick preserves exif when scaling. GD does not. We do not want to ↵ | zotlabs | 2018-04-22 | 1 | -0/+5 |
| | | | | 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/+17 |
| | |||||
* | fix photo item for search_item.tpl and a minor css fix | Mario Vavti | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | add gif to supported image types (if it's supported) | friendica | 2014-09-11 | 1 | -1/+1 |
| | |||||
* | don't try and load an empty string as a photo | friendica | 2013-04-29 | 1 | -0/+3 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -0/+137 |