voidlabs / mosaico-cropper

Mosaico Cropper is a cropper tool written on top of jQuery and the jQuery UI Widget Factory providing easy inline resize/crop/pan for images
https://cropper.mosaico.io
MIT License
4 stars 4 forks source link

Add support for Glide backends: https://github.com/thephpleague/glide/ #5

Closed bago closed 5 years ago

bago commented 5 years ago

PHP (MIT) library/service for image resizing.

URL:

API: https://glide.thephpleague.com/1.0/api/size/ resize: https://glide.herokuapp.com/1.0/kayaks.jpg?w=300 crop(contains): https://glide.herokuapp.com/1.0/kayaks.jpg?w=300&h=100&fit=crop crop+resize: https://glide.herokuapp.com/1.0/kayaks.jpg?crop=600,400,500,500&w=300 crop+resize: https://glide.herokuapp.com/1.0/kayaks.jpg?crop=1200,800,500,500&w=200&h=300&fit=crop