Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gd: check if function exists - obviously this can change after the initial ↵ | Mario | 2024-07-17 | 1 | -6/+24 |
| | | | | install where we check this | ||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -3/+5 |
| | |||||
* | fix php errors and deprecation warnings | Mario Vavti | 2023-12-31 | 1 | -3/+3 |
| | |||||
* | Add .webp image format support | Max Kostikov | 2019-12-07 | 1 | -2/+16 |
| | |||||
* | Remove duplicate code in PhotoDriver classes. | Klaus Weidenbach | 2019-02-14 | 1 | -18/+0 |
| | | | | | cropImage is just a special case of cropImageRect, no need to duplicate all the code. | ||||
* | Refactor photo_driver to use namespaces. | Klaus Weidenbach | 2019-02-14 | 1 | -0/+194 |
Add simple UnitTest, but it is not yet very meaningful. |