You are here

function imagecache_scale_and_crop_form in ImageCache 5.2

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

Imagecache Scale and Crop

File

./imagecache_actions.inc, line 73

Code

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