Here is the second part of the article “Image Cropping in PHP”. The first part is here This part describes the function imagecrop introduced in PHP 5.5.0 for cropping images. imagecrop can be used to crop an image based on a start and end point/co-ordinate and dimensions. (It doesn’t take into account any color like… Continue reading Image Cropping in PHP – Part 2