How to crop image from center using wp_image_editor

Try this code

$crop = array( 'center', 'center' );
$resize_img->resize( $wpc_image_width, $wpc_image_height, $crop);