aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Photo
Commit message (Collapse)AuthorAgeFilesLines
* Avoid to process original images using storeThumbnailMax Kostikov2019-06-181-3/+7
|
* get channel from photo uidMario Vavti2019-05-241-1/+1
|
* Update PhotoDriver.phpMax Kostikov2019-05-081-13/+3
|
* Add photo usage detection if not exist on thumbnail saveMax Kostikov2019-05-081-0/+12
|
* Add multiple profiles support on image operations in photo driverMax Kostikov2019-04-121-5/+8
|
* Revert "Update htconfig.sample.php"Max Kostikov2019-04-101-0/+27
| | | | This reverts commit f2126ef18c8b66020305d07dcefeacc4e55a3c12
* Remove duplicate code in PhotoDriver classes.Klaus Weidenbach2019-02-143-38/+32
| | | | | cropImage is just a special case of cropImageRect, no need to duplicate all the code.
* Refactor photo_driver to use namespaces.Klaus Weidenbach2019-02-143-0/+880
Add simple UnitTest, but it is not yet very meaningful.