0
Hello, I am having a certain difficulty in displaying GIF Animated in my script, I know that the GD library does not display animated GIF, I would like to know how to do this.
I just want to send the Animated GIF from a URL to the browser, example:
//As Funções são apenas para ilustração
$GIF = Pegar_GIF_Animado('url.gif');
header('Content-Type: image/gif');
Exibir_GIF($GIF);
Thank you!
some manipulation will be done on the image or it is only to display?
– Pedro Sanção
Just to show off
– Strakh