function image_test_crop

Image tookit's crop operation.

File

modules/simpletest/tests/image_test.module, line 111

Code

function image_test_crop(stdClass $image, $x, $y, $width, $height) {
  _image_test_log_call('crop', array(
    $image,
    $x,
    $y,
    $width,
    $height,
  ));
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.