Image type gif – animation is lost

Notice: This thread is very old.
mrataja
Member | 57
+
0
-

It is not possible to save gif file, without loosing animation

$image = \Nette\Image::fromFile('orig.gif'); //gif picture with animation
$image->save('file.gif'); //static file is created

Last edited by mrataja (2013-04-17 06:11)

uestla
Backer | 796
+
0
-

It's a GD library thing… Try using ImageMagick.