auto crop online code example
Example 1: remove background from image
Use this one its best
linK: https://www.remove.bg/
Example 2: remove background resize
// For removing resize of big images in wordpress, put this into "function.php"
add_filter( 'big_image_size_threshold', '__return_false' );