aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Photo/PhotoGd.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+5
|
* fix php errors and deprecation warningsMario Vavti2023-12-311-3/+3
|
* 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.