Image-Contour-Cropper
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Crops an image to whatever section has the greatest amount of contour changes
Image Contour Cropper
- This class crops an image to specified dimensions by whatever section in the image has the greatest amount of contour. It is mostly useful for creating consistent thumbnails where the input images have varying size constraints.

Basic Usage:

    $i = new ImageContourCropper;
    $i->debug_contour = true;
    $i->load($external_file_url);
    $i->thumbnail(274, 167);
    $i->save('thumb.jpg');

![Demo](https://raw.github.com/EricPKerr/Image-Contour-Cropper/master/demo/combined.jpg)

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。