logo

Palette - Make it Colorful🎨

Palette - Visual Page Builder, no design degree required.

Live Demo Download Palette

Scroll

ImageCache Drupal 6 module description

17/04/2025, by Ivan

ImageCache has been moved into the core in Drupal 7. ImageCache allows you to set presets for image processing. If an ImageCache derivative doesn’t exist, a server rewrite rule passes the request to Drupal, which in turn forwards it to ImageCache for dynamic file generation.

ImageCache requires that you:

  • Install and enable the ImageAPI module with one of its toolkits (GD or ImageMagick).
  • Clear URL support or private file paths.

Some modules that work with ImageCache:

  1. ImageCache Profiles – for working with user profile images.
  2. iTweak Upload – enhances upload.module and comment_upload.module form uploads.
  3. Taxonomy Image – for uploading images to taxonomy terms.
  4. Ubercart – a robust e-commerce system for Drupal.
  5. Imagecache Actions – provides additional advanced actions like watermarking.
  6. ImageMagick Raw Action – allows creating custom ImageMagick actions.
  7. Javascript Crop – a JavaScript interface for cropping operations.
  8. Transliteration – helps avoid issues with file names containing spaces or special characters.

It is strongly recommended that you review the documentation and Troubleshooting Guides if you encounter any problems with ImageCache.