Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Conflict with Intervention/image #25

Open
timenz opened this issue Apr 8, 2015 · 1 comment
Open

Conflict with Intervention/image #25

timenz opened this issue Apr 8, 2015 · 1 comment

Comments

@timenz
Copy link

timenz commented Apr 8, 2015

This rarely happen in production we use two image manipulation library at same time, but when developing we will check one compare another library and I found that this library not working when we have library from https://github.com/Intervention/image enabled in providers.

route
Route::get('ok', function(){
    // ImageSrc aliases for kevbaldwyn/image
    return ImageSrc::path('image.jpg', 'resizeCrop', 400, 200);
});
result with Intervention/image enabled
?=image.jpg&=resizeCrop,400,200
result without
/_img?img=image.jpg&transform=resizeCrop,400,200

It's would be nice, if this can be fixed.

@kevbaldwyn
Copy link
Owner

As you say this is a rare use case, so not a priority. Feel free to submit a PR though if you fix it yourself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants