Overview of LiipImagineBundle features
2.xLiipImagineBundle is an image manipulation abstraction toolkit for Symfony projects. It allows you to define image transformations through three main components:
- Filter Sets: Defined using Symfony-supported configuration languages (like YAML or XML), these specify a sequence of transformations.
- Filters: Built-in routines for common image transformations such as
thumbnail,scale,crop,strip, andwatermark. You can also implement custom filters. - Post-Processors: Routines that modify the resulting binary file after filters have been applied. Built-in examples include
JpegOptim,OptiPNG,MozJpeg, andPngQuant. Custom post-processors are also supported.