You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: