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

help,how to override filter use programmatically #1565

Open
langziyang opened this issue Jan 28, 2024 · 2 comments
Open

help,how to override filter use programmatically #1565

langziyang opened this issue Jan 28, 2024 · 2 comments

Comments

@langziyang
Copy link

For example, let's say there is a project developed using the bundle approach with the liip_imagine library, which defines some image filters. Now, I have created my own bundle. In this case, I want to fetch the filters and based on the filter parameters, return custom images. However, my images are hosted on another server, and I never want to generate thumbnail images or cache them. What do I need to do?

@tacman
Copy link
Contributor

tacman commented Feb 22, 2024

when you say they're on another server, can you use Flysystem to access them?

Also, if you don't want to generate images, what's the use case for using this bundle?

@langziyang
Copy link
Author

can not use flysystem, i use sylius, but i created own bundle, all image has own logic,

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