tags:

views:

48

answers:

1

Is it possible somehow to crop animated gif with builtin php libraries, ie without using Imagick etc?

Thanks ;)

A: 

There are no "built-in" image processing libraries in PHP. You have to use GD, Imagick, etc.

Core Xii