aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Photo/PhotoDriver.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate code in PhotoDriver classes.Klaus Weidenbach2019-02-141-2/+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-141-0/+468
Add simple UnitTest, but it is not yet very meaningful.