What is the purpose of this pull request? (put an "x" next to an item)
[ ] Documentation update
[ ] Bug fix
[X] New feature
[X] Other, please explain:
applyEffects.php is a pretty big unstructured file handling many different tasks on a picture. I split it up to multiple methods in lib/applyEffects.php (rather bad name and whole handling can most likely still be improved a lot!)
This enables the creation of a rather simple page that displays an image how it would look after it was processed by the photobox (frame, text, etc)
What changes did you make? (Give an overview)
see above
Is there anything you'd like reviewers to focus on?
this was a rather quick job using a lot of IDE tools to refacture and separate the methods.
Commits should be squashed. Gitlab has an option for this on merge requests. Didn't see one here :D
Prerequisites checklist
What is the purpose of this pull request? (put an "x" next to an item)
What changes did you make? (Give an overview)
see above
Is there anything you'd like reviewers to focus on?
this was a rather quick job using a lot of IDE tools to refacture and separate the methods. Commits should be squashed. Gitlab has an option for this on merge requests. Didn't see one here :D