You are here

README.txt in Image Resize Filter 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 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 Adminsiter->Site configuration->Input formats
   (admin/settings/filters). Click "configure" next to the input format you want
   to enable the image resize filter on.

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

4) IMPORTANT: Click the "Rearrange" tab to check the order of the filters.

   If using the Image Resize Filter on the "Filtered HTML" input 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 "configure" next to the input format the image resize filter
   has been enabled on, then click the "Configure" tab so 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 Adminsiter->Site configuration->Input formats
  15. (admin/settings/filters). Click "configure" next to the input format you want
  16. to enable the image resize filter on.
  17. 3) Check the box for "Image resize filter" under the list of filters and save
  18. the configuration.
  19. 4) IMPORTANT: Click the "Rearrange" tab to check the order of the filters.
  20. If using the Image Resize Filter on the "Filtered HTML" input format, you
  21. MUST ensure A) that the tag is in the list of allowed tags and B) The
  22. "Image resize filter" is run BEFORE the "HTML filter".
  23. If using the Image Resize Filter with BBCode or some other non-HTML filter,
  24. the "Image resize filter" must be run AFTER the BBCode filter. If using
  25. Pathologic (http://drupal.org/project/pathologic), Image Resize Filter must
  26. be run AFTER the Pathologic filter too, since Pathologic must correct image
  27. path locations for Image Resize Filter to find the images.
  28. 5) Optional. Click "configure" next to the input format the image resize filter
  29. has been enabled on, then click the "Configure" tab so set additional
  30. configuration for the the image resize filter.
  31. Identifying problems
  32. --------------------
  33. It is important to understand that Image Resize Filter has absolutely no effect
  34. on the content creation form. If you are having trouble resizing an image in a
  35. WYSIWYG or editing a piece of content, DO NOT file an issue with Image Resize
  36. Filter. This module is only responsible for the display of output and has
  37. absolutely no effect on editing or creating new content.
  38. Support
  39. -------
  40. If you experience a problem with Image Resize Filter, file a request or issue in
  41. the Image Resize Filter queue at
  42. http://drupal.org/project/issues/image_resize_filter.
  43. DO NOT POST IN THE FORUMS. Posting in the issue queues is a direct line of
  44. communication with the module authors.