Here we are again. Now it’s my turn to create a simpler way to define crop variants (and later image renderings) for #typo3
To add crop variants, create a class that implements an interface and return a definition defined in PHP objects.
TCA will be created based on the existence of these classes, implementing a special interface. no other config required, dependency injection auto wiring for the win.
Anybody did something like that before?
If not, anybody interested in this?
(more to come)