coldume / imagecraft

A reliable and extensible PHP image manipulation library
MIT License
101 stars 28 forks source link

FadeIn-FadeOut Layer #16

Closed alvaro-octal closed 8 years ago

alvaro-octal commented 8 years ago

Hi,

I not beging able to find a way to place a text layer which appears and disappears, is it possible?

thanks in advance.

Edit: this is what I'm trying to do, as you can see I would like to emulate the fadeout (transparency) with the numbers (505, 750, ....). Octal

coldume commented 8 years ago

I'm afraid it is not possible using Imagecraft... If you are using this image on a website, maybe you can use JavaScript to achieve this effect.

alvaro-octal commented 8 years ago

I really would prefer to generate the "full" gif automatically, how difficult would it be to expand the library in order to add this kind of functionality?

None that I'm not even familiar with PHP-GD or GIF behavior, so I'm asking without any knowledge about the difficulty.

coldume commented 8 years ago