PHP GD Auto Crop Image – Four Sides w/ Threshold

Cats: php

I don’t know why you can’t set the threshold for the four sides filter (IMG_CROP_SIDES) in PHP’s imagecropauto so here’s how to do it manually using the IMG_CROP_THRESHOLD filter instead.