We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to give an absolute url as parameters and generate a thumbnail from an external image located anywhere on the web?
Is this possible or should I configure something like gaufrette?
The text was updated successfully, but these errors were encountered:
The easiest way would be using Gaufrette, registering the stream wrapper and use the Liip\ImagineBundle\Imagine\Data\Loader\StreamLoader - see #63 ff. It's documented with the Gaufrette example: https://github.com/liip/LiipImagineBundle/blob/7b2cd5c8af3fb6602eecc83fb4dac74986a97bdb/Resources/doc/data-loader/stream.md#streamloader
Liip\ImagineBundle\Imagine\Data\Loader\StreamLoader
You also can use the stream loader directly without the need of Gaufrette, but it makes life easier :)
Sorry, something went wrong.
No branches or pull requests
Is there a way to give an absolute url as parameters and generate a thumbnail from an external image located anywhere on the web?
Is this possible or should I configure something like gaufrette?
The text was updated successfully, but these errors were encountered: