elboletaire / Watimage

:framed_picture: PHP image manipulation class
https://elboletaire.github.io/Watimage
Other
25 stars 17 forks source link

Transparencies are lost when resizing gif images #25

Closed elboletaire closed 8 years ago

elboletaire commented 8 years ago

ldbglobe commented 8 years ago

I hope this help you to handle GIF transparency https://gist.github.com/miguelxt/908143#gistcomment-1488540

I use a similar method to fix GIF transparency support on my own image library

elboletaire commented 8 years ago

Yay! I'll take a look into it when I can. I hope it serves me!

Thanks :smile:

elboletaire commented 8 years ago

Fixed for resizing. The rotate issue seems to be a bug in rotate. I need to check it further.

I've created #31 to fix that apart, as it's a different issue.