1 Imagecache is a dynamic image manipulation and cache tool.
2 It allows you to create a namespace that corresponds to a set
3 of image manipulation actions. It generates a derivative image the
4 first time it is requested from a namespace until the namespace or
5 the entire imagecache is flushed.
9 goto Administer -> Site Configuration -> Image cache
11 add some actions to yoru ruleset,
14 print theme('imagecache', $ruleset_namespace, $image['filepath'], $alt, $title, $attributes)
15 to your tpl.php file where you would like the image to appear, where $alt, $title and $attributes are optional parameters.