aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo/photo_gd.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactor photo_driver to use namespaces.Klaus Weidenbach2019-02-141-162/+0
| | | | Add simple UnitTest, but it is not yet very meaningful.
* imagemagick preserves exif when scaling. GD does not. We do not want to ↵zotlabs2018-04-221-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 photosredmatrix2016-01-131-0/+17
|
* fix photo item for search_item.tpl and a minor css fixMario Vavti2015-10-301-1/+1
|
* add gif to supported image types (if it's supported)friendica2014-09-111-1/+1
|
* don't try and load an empty string as a photofriendica2013-04-291-0/+3
|
* photo driver abstractionfriendica2013-04-251-0/+137