LiipImagineBundle icon indicating copy to clipboard operation
LiipImagineBundle copied to clipboard

help,how to override filter use programmatically

Open langziyang opened this issue 1 year ago • 2 comments

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?

langziyang avatar Jan 28 '24 04:01 langziyang

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?

tacman avatar Feb 22 '24 14:02 tacman

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

langziyang avatar Feb 23 '24 00:02 langziyang