Gregwar/Image

crop gif

Opened this issue · 0 comments

Hi,

Cropping a gif file will result in a single image saved with .gif extension and the animation is lost.
I`m using this method:
Image::open($source_path)->crop($x, $y, $w, $h)->save($target_path);
Any suggestions?

Andrei.