Powered by Blogger.

Dynamic image manipulation using drupal imagecache



Dynamic image manipulation using drupal imagecache

<?php
print theme('imagecache', $preset, $image['filepath'], $alt, $title,  $attributes);
?>

Create preset from admin/build/imagecache, set actions and use that in theme function.

http://drupal.org/node/163561

No comments