I have the below image(260x310) which I'd like to crop, so all the black areas are removed and the thumb returned. The thumb must be 130px (width) by 155px (height).
How can I crop it using PHP's GD library? (Imagick library isn't an option). If there is something I can improve in my question, please let me know.