warning: Parameter 1 to theme_link_node_thumbnail() expected to be a reference, value given in /home/diysite/public_html/includes/theme.inc on line 617.

Imagecache

Resizing and cropping images can be a real pain.  The Imagecache module can do this automatically for you and it can do it multiple times. 

For example, if you sell products, you may wish to have a list of products with thumbnails linking to a product page that displays a larger version of the image.

With Imagecache you can create 'presets' or dimensions of an image and then use these presets throughout your site to make sure all images are the same size.  Each time Imagecache processes an image it will save the resized image so that when the next person loads the page they don't have to wait for the image to be processed.

To set up imagacache see .