stil / gif-endec

PHP GIF encoder and decoder
63 stars 16 forks source link

Global color tables issue #9

Closed AidasK closed 6 years ago

AidasK commented 7 years ago

With some images this library does not work. It does not throw any error, but gif image crashes. This happens when first frame has only a few colors (e.g. black and white image or blank one). I ended up by using this lib instead https://github.com/Intervention/gif

stil commented 6 years ago

Please provide sample image that causes crash. I will reopen this issue then.