Convolution effect config page
Image style edit page

Summary

Filters Image Effect (FiltersIE) is a Drupal 7 module that add some filtering image effects to be used in your image styles.

It use the ImageAPI and the concrete effect implementation use the GD or ImageMagick library so it complete the existing core GD toolkit or the ImageMagick toolkit.

Filters

Currently there is:

  • A generic image filter that take for input a 3x3 kernel convolution matrix, an offset and a divisor. With it you can make a multitude of custom filter like blur, emboss, sharpen and others (take a look to the following page for more information on that subject: http://docs.gimp.org/en/plug-in-convmatrix.html).
  • A predefined image sharpening filter using convolution.
  • An other image sharpening filter that use the Unsharp masking (USM) technique (for GD library it's the same script found in the Drupal6 ImageAPI module and should be slower than the mentioned one above).
  • Perhaps more predefined to come.

Acknowledgement

This project is sponsored by Reymond Décoration SA.

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.0 tar.gz (12.38 KB) | zip (14.75 KB) 2012-Jan-04 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (12.39 KB) | zip (14.75 KB) 2012-Jan-05 Notes

Project Information


Maintainers for FiltersIE

  • drikc - 14 commits
    last: 20 weeks ago, first: 1 year ago

Issues for FiltersIE

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports