-
I'm getting this smart crop error with a particular image.
The image is this one:
http://www.andrewgrantham.co.uk/images/rail/bg-narrow-gauge-track.jpg
Also can be found here if that link goes stale:…
-
Hello! I've got segmentation fault error and debugging showed me that only smart cropping causes it, only in the case when I call smart cropping several times. My server runs under alpine docker image…
-
The luminance calculation in smartcrop.js is currently:
function cie(r, g, b) {
return 0.5126 * b + 0.7152 * g + 0.0722 * r;
}
But going back to the HDTV Rec. 709 (either https…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if the Featured Image field in Gutenberg editor also supports focal point + crop like in e.g. the cover block.
*…
-
Maybe a screencast would be a nice option. Should also address #51.
-
I was wondering if this library supports a case of:
I want to input containerWidth, containerHeight, as well imageWidth, imageHeight, and imageFacesOnScreen, and I would like to get back:
imageS…
-
Hello,
I tried to apply smartcrop into a console application in .Net.
I used this sample code:
```
int width = 430;
int height = 135;
// find best crop
var output = new ImageCrop(width, h…
-
`smartcrop --width 100 --height 400 %1 %~n1_out%~x1`
When I run this command on kitty.jpg from the test suite, the output image is 99x400.
![2023-03-19_22-47-36_dopus_crop](https://user-images.g…
-
While it is possible to use wpsmartcrop on images in ACF (using the ordinary ACF image field), it is not very intuitive. It would be nice with a new field type for ACF based on wpsmartcrop.
PS: T…
-
This is useful for other tools, such as the dev ui.
At the moment the urls are things like https://quarkus.io/extensions/static/f17da5d4877059ca4038829a1d9d5847/64204/smartcrop-041f5002-81c7-4c2d-…