help,how to override filter use programmatically
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?
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?
can not use flysystem, i use sylius, but i created own bundle, all image has own logic,