petsoukos

Results 4 issues of petsoukos

Hello, It would be nice to have the option to auto crop images with [imagecropauto (GD)](https://www.php.net/manual/en/function.imagecropauto.php) / [trimImage (imagick)](https://www.php.net/manual/en/imagick.trimimage.php)

#### Description Trying to read 10 files from disk usually ends up skipping some of them randomly with error ``` Unknown error calling: "eio_open" ``` Takes for ever to load...

I was hoping that this package was implementing auto cropping with PHP's [imagecropauto](https://www.php.net/manual/en/function.imagecropauto.php). Is it possible to include in a future release?

I'm currently developing a custom plugin to enhance the functionality of my Matomo setup, particularly around ecommerce tracking. My goal is to extend the ecommerce tracking capabilities by hooking into...