-
Notifications
You must be signed in to change notification settings - Fork 379
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
Create thumb image without storing #1204
Comments
I don't think you can render an image without saving it. Do you know if you can do that @dbu? |
Do you have my problem too? @michellesanver |
No I don’t :) |
I did this through documents and symfony services. @michellesanver |
I am not aware of any option to do that currently. I am sure it would be somehow implementable, but would need someone who wants to contribute it (do you want to work on it @Arman-Hosseini?) and you would need to convince the maintainers that the use case is general enough to be needed. If its only about scaling for a preview/admin interface, this could be done in the browser with the image size attributes, or maybe with a nice javascript plugin to decide on what to crop and so on. If its a super specific different use case, it could also make sense that you write your own controller to interact with the LiipImagineBundle services or Imagine library itself. |
Hi @dbu . |
the purpose of this bundle is to provide scaled images on websites. as the output will be the same each time the same filter set is applied, it is more efficient to store the result of the filter set. when the image is updated on the server, the cache needs to be cleared.
look, this library is developped by people in their spare time and offered for free to use. we are happy if it is useful for you, but we don't do free consulting on top of that. |
I meant when I asked this question I was in urgent need of it, but now I've solved it and thank you and this great community. @dbu |
glad to hear! |
Hi guys.
How do I create an image without saving it?
I want to set the height of the image and get the rendered image without saving.
The text was updated successfully, but these errors were encountered: