Scroll
ImageCache Drupal 6 module description
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:
- ImageCache Profiles – for working with user profile images.
- iTweak Upload – enhances upload.module and comment_upload.module form uploads.
- Taxonomy Image – for uploading images to taxonomy terms.
- Ubercart – a robust e-commerce system for Drupal.
- Imagecache Actions – provides additional advanced actions like watermarking.
- ImageMagick Raw Action – allows creating custom ImageMagick actions.
- Javascript Crop – a JavaScript interface for cropping operations.
- 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.