Skip to content

pierrerolland/imagick-bundle

Repository files navigation

Symfony2 Imagick Bundle

This bundle provides some functions to manipulate images, via the generic Imagick extension.

Still in development.

Features

  • Create filters that you will call in your Twig files. These filters can combine several operations on your images
  • Use some Imagick functions as a Symfony 2 service
  • Modified images are stored in a customized cache directory
  • Possibility to use all Imagick methods

Available operations

  • Cropping
  • Flipping, and flopping
  • Adding a gaussian blur
  • Turning image to grayscale
  • Negating image's colors
  • Changing opacity
  • Rounding image's corners
  • Rotating
  • Turning image to sepia
  • Stripping EXIF data
  • Making thumbnails

Installation

Please read the instructions in the dedicated section

Documentation

Full documentation is available here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages