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