Image - an image processing library based upon Vix

It would be great if Image.Options.Crop.crop_focus() could have a focal point {x_percent, y_percent}

Great suggestion and happy to do that. Will get that out the door this weekend.

The process will be a little more expensive since Image.thumbnail/3 doesn’t take that option natively. So basically I will crop from the provided centre-point and then set the :centre option to :focus to get the result you’re after.

3 Likes