Is it possible somehow to crop animated gif with builtin php libraries, ie without using Imagick etc?
Thanks ;)
Is it possible somehow to crop animated gif with builtin php libraries, ie without using Imagick etc?
Thanks ;)
There are no "built-in" image processing libraries in PHP. You have to use GD, Imagick, etc.