You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great library, but I'm really missing a "smart crop" feature! There's a handful of PHP libraries that do this, but it would be great to be integrated into this code.
Sounds like a good idea. I'm just worried that it won't be possible to implement it properly. For example the library mentioned iterates through every single pixel of the image, which can quickly run into the millions and become very resource-intensive.
This is a great library, but I'm really missing a "smart crop" feature! There's a handful of PHP libraries that do this, but it would be great to be integrated into this code.
Here's some example code for doing just the smart crop: https://github.com/xymak/smartcrop.php
Here's an example of an alternative image processing library that has smart crop built in: https://kosinix.github.io/grafika/smart-crop.html
This is a lighter weight version of doing full on face detection as described in #75 since it is just looking for "interestingness" in the image.
It'd be super great if this were built in!
The text was updated successfully, but these errors were encountered: