Really great work, @flokosiol. Is it possible to get the x- and y-position (in percent) of the focus-point, like $image->focus->x()? Often you need a flexible “cropping” by showing an image as a css background-image (with background-size: cover), where the size of the image depends on the users viewport. If you now set the background-position value to the focus point, you can be sure, that the desired focus of the image is always visible.
2 Likes