aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Photo/PhotoImagick.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+5
|
* Add .webp image format supportMax Kostikov2019-12-071-11/+19
|
* 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/+218
Add simple UnitTest, but it is not yet very meaningful.