You are here

README.txt in Image Resize Filter 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
This filter makes it easy to resize images, especially when combined with a
WYSIWYG editor such as tinyMCE or FCKeditor. Users never have to worry about
scaling image sizes again, just insert an image and set it's height and width
properties in HTML and the image is resized on output.

Author: Nathan Haug (quicksketch)

This module Built By Robots: http://www.lullabot.com.

Dependencies
------------
 * Drupal 6 or 7

Install
-------
1) Place the entire image_resize_filter directory in sites/all/modules. Then
   enable the module in Drupal.

2) Visit the Administration->Configuration->Content authoring->text formats
   (admin/config/content/formats). Click "configure" next to the text format you
   want to enable the image resize filter on.

3) Check the box for "Image resize filter" under the list of filters.

4) IMPORTANT: Re-order your enabled filters under "Filter processing order".

   If using the Image Resize Filter on the "Filtered HTML" text format, you
   MUST ensure A) that the <img> tag is in the list of allowed tags and B) The
   "Image resize filter" is run BEFORE the "HTML filter".

   If using the Image Resize Filter with BBCode or some other non-HTML filter,
   the "Image resize filter" must be run AFTER the BBCode filter. If using
   Pathologic (http://drupal.org/project/pathologic), Image Resize Filter must
   be run AFTER the Pathologic filter too, since Pathologic must correct image
   path locations for Image Resize Filter to find the images.

5) Optional. Click the Image resize filter tab underneath "Filter settings" to
   set additional configuration for the the image resize filter.

Identifying problems
--------------------
It is important to understand that Image Resize Filter has absolutely no effect
on the content creation form. If you are having trouble resizing an image in a
WYSIWYG or editing a piece of content, DO NOT file an issue with Image Resize
Filter. This module is only responsible for the display of output and has
absolutely no effect on editing or creating new content.

Support
-------
If you experience a problem with Image Resize Filter, file a request or issue in
the Image Resize Filter queue at
http://drupal.org/project/issues/image_resize_filter.
DO NOT POST IN THE FORUMS. Posting in the issue queues is a direct line of
communication with the module authors.

File

README.txt
View source
  1. This filter makes it easy to resize images, especially when combined with a
  2. WYSIWYG editor such as tinyMCE or FCKeditor. Users never have to worry about
  3. scaling image sizes again, just insert an image and set it's height and width
  4. properties in HTML and the image is resized on output.
  5. Author: Nathan Haug (quicksketch)
  6. This module Built By Robots: http://www.lullabot.com.
  7. Dependencies
  8. ------------
  9. * Drupal 6 or 7
  10. Install
  11. -------
  12. 1) Place the entire image_resize_filter directory in sites/all/modules. Then
  13. enable the module in Drupal.
  14. 2) Visit the Administration->Configuration->Content authoring->text formats
  15. (admin/config/content/formats). Click "configure" next to the text format you
  16. want to enable the image resize filter on.
  17. 3) Check the box for "Image resize filter" under the list of filters.
  18. 4) IMPORTANT: Re-order your enabled filters under "Filter processing order".
  19. If using the Image Resize Filter on the "Filtered HTML" text format, you
  20. MUST ensure A) that the tag is in the list of allowed tags and B) The
  21. "Image resize filter" is run BEFORE the "HTML filter".
  22. If using the Image Resize Filter with BBCode or some other non-HTML filter,
  23. the "Image resize filter" must be run AFTER the BBCode filter. If using
  24. Pathologic (http://drupal.org/project/pathologic), Image Resize Filter must
  25. be run AFTER the Pathologic filter too, since Pathologic must correct image
  26. path locations for Image Resize Filter to find the images.
  27. 5) Optional. Click the Image resize filter tab underneath "Filter settings" to
  28. set additional configuration for the the image resize filter.
  29. Identifying problems
  30. --------------------
  31. It is important to understand that Image Resize Filter has absolutely no effect
  32. on the content creation form. If you are having trouble resizing an image in a
  33. WYSIWYG or editing a piece of content, DO NOT file an issue with Image Resize
  34. Filter. This module is only responsible for the display of output and has
  35. absolutely no effect on editing or creating new content.
  36. Support
  37. -------
  38. If you experience a problem with Image Resize Filter, file a request or issue in
  39. the Image Resize Filter queue at
  40. http://drupal.org/project/issues/image_resize_filter.
  41. DO NOT POST IN THE FORUMS. Posting in the issue queues is a direct line of
  42. communication with the module authors.