Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

crop gif #150

Open IrimieAndreiREEA opened 6 years ago

IrimieAndreiREEA commented 6 years ago

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.