gumlet / php-image-resize

PHP library to resize, scale and crop images. Cloud solution available at:
https://www.gumlet.com
MIT License
1.19k stars 310 forks source link

Ability to crop in random position #31

Closed Efiware closed 7 years ago

Efiware commented 8 years ago

Hi

Thank you for a nice resizing tool. Would be great if you are able crop the image at a random position, i.e a method like this:

public function crop($width, $height, $source_x, $source_y) {}

This will make this tool compatible with this client side cropping script: http://www.croppic.net/

adityapatadia commented 7 years ago

Added freecrop method. Refer readme.