The gif picture downloaded remotely by php is still.

download web pictures with php. When the picture format is gif, the size of the downloaded picture becomes smaller, and then it doesn"t move. The code is as follows:
$content = file_get_contents ($file_url);
file_put_contents ($save_to, $content);

Mar.04,2021

has been solved, occasional problem.

Menu