Skip to content
Rob Frawley 2nd edited this page Sep 27, 2016 · 20 revisions
Travis-CI Style-CI Downloads Release
Travis Style CI Downloads Latest Stable Version

Overview

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects. The following list offers a brief feature highlight of available functionality provided by this package:

  • Filter Sets: Using any Symfony-supported configuration language (such as YML and XML), you can create filter set definitions that specify transformation routines. These include a set of filters and post-processors, as well as other, optional parameters.
  • Filters: Many built-in filters are provided, allowing the application of common transformations. Examples include thumbnail, scale, crop, strip, watermark, and many more. Additionally, custom filters are supported.
  • Post-Processors: This component allows for the modification of the resulting binary file created by filters. Examples include jpegoptim, optipng, cjpeg, and pngquant. Additionally, custom post-processors are supported.

Documentation

Complete reference documentation is hosted in the Imagine Bundle chapter of the Symfony bundle documentation. If you discover any abnormalities within the documentation, open a new issue so we can correct it.

Issues

Have you encountered an unexpected behavior or are you having trouble understanding proper configuration or usage of this package? No worries, we're glad to help! Many active project contributors frequent the issue tracker and will be happy to offer assistance.

Before immediatly opening a new issue, please take a moment to search the issues history to rule-out that your issue has already been encountered and resolved.

After determining your issue is unique, we welcome you to open a new issue request. One of the many active project contributors will be happy to provide a direct answer, or work with you to debug the specific situation to help reach a resolution.

Note: Provide as much context as humanly possible in your initial issue description. It is often beneficial to provide your YML/XML configuration, info about your system environment, as well as other details about your setup, and doing so will ensure your issue is resolved constructively and expediently.

Development

Branches

  • 1.x (current release, supported)
  • 2.x (development branch, not suported)

Roadmap

Information pertaining to the 2.x roadmap will be added here shortly...

Clone this wiki locally