Image tookit's rotate operation.
function image_test_rotate(stdClass $image, $degrees, $background = NULL) { _image_test_log_call('rotate', array( $image, $degrees, $background, )); return TRUE; }