Image type gif – animation is lost

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 (17. 4. 2013 6:11)

uestla
Member | 799
+
0
-

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

RSS feed Topic closed