Здравствуйте. Подскажите хорошую библиотеку для работы с изображениями наподобие
image.intervention.io/use/url либо
https://github.com/dvizh/yii2-gallery(эта для YII2 но функционал подходящий).
А именно интересует вывод изображения по имени изображения с возможностью изменения размера "на лету" из кеша.
Within a Laravel application it is possible to use the URL to manipulate images dynamically. The manipulated version of the an image will be stored in the cache and will be loaded directly without resource-intensive GD operation.
An image has to be uploaded only once. All manipulations like resizing or cropping will be handled later, when the file is accessed via a HTTP request like this:
Какую библиотеку используете вы?
Спасибо