aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo/photo_imagick.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactor photo_driver to use namespaces.Klaus Weidenbach2019-02-141-213/+0
| | | | Add simple UnitTest, but it is not yet very meaningful.
* return on readImageBlob() exceptionMario Vavti2018-12-111-0/+1
|
* catch exception if readImageBlob() receives bogus dataMario Vavti2018-12-031-3/+7
| | | (cherry picked from commit 443d7684dbe8c1c3540df5aeb719403d67789747)
* imagemagick preserves exif when scaling. GD does not. We do not want to ↵zotlabs2018-04-221-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 photosredmatrix2016-01-131-0/+18
|
* cleaning up issues reported in logsfriendica2013-07-281-2/+2
|
* don't try and load an empty string as a photofriendica2013-04-291-1/+5
|
* photo driver abstractionfriendica2013-04-251-0/+173