You are here

function imagecache_scale_and_crop_form in ImageCache 6.2

Same name and namespace in other branches
  1. 5.2 imagecache_actions.inc \imagecache_scale_and_crop_form()

ImageCache Scale and Crop

File

./imagecache_actions.inc, line 68

Code

function imagecache_scale_and_crop_form($data = array()) {
  return imagecache_resize_form($data);
}