Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This release of Image Resize Filter fixes a few issues caused by relative paths and runs all images contained in filtered text to be run through a theme function, allowing customization of the output that Image Resize Filter creates. New regular expressions and handling of missing images should speed up overall processing time.
The Drupal 7 version of Image Resize Filter should now be working again, compensating for API changes between Drupal 7 Beta 2 and the current Drupal 7 RC1.
New Features:
#642774: Make Image Resize Filter images run through a theme function
Bug Fixes:
#938442: Avoid file_directory_path() function (not present in D7)
#921074: Ignore relative paths (that cause Image Resize Filter to fail)
#981082: May attempt to resize non-existent images