Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Resizing/Manipulation support. #26

Closed
rhonz10 opened this issue Sep 17, 2016 · 2 comments
Closed

Image Resizing/Manipulation support. #26

rhonz10 opened this issue Sep 17, 2016 · 2 comments

Comments

@rhonz10
Copy link

rhonz10 commented Sep 17, 2016

I was reading the Docs, and I found this to have many great features. One thing I didn't see, image manipulation, or at least image resizing to thumbnails, like what Wordpress do.

Intervention/image is a very nice image manipulation library. It would be great if it will be integrated with laravel-mediable.

@frasmage
Copy link
Collaborator

Hi @rhonz10,

Thank you for your interest!

This question has come up before, but so far the decision has been to leave the task of image manipulation up to the user to implement, because there are many different approaches that could be taken.

See this thread for a discussion of potential ways of integrating intervention/image. As noted in the thread, league/glide is another great option, which approaches the task from a different angle, allowing you to generate any number of sizes on the fly, without duplicating the media records themselves.

@rhonz10
Copy link
Author

rhonz10 commented Sep 17, 2016

Thanks @frasmage for the quick response. I'll take a look at league/glide. Great project by the way.

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

No branches or pull requests

2 participants