Ask Your Question

kroko's profile - activity

2022-06-17 23:28:34 +0200 received badge  Famous Question (source)
2019-03-13 16:47:39 +0200 received badge  Notable Question (source)
2018-05-19 12:01:13 +0200 received badge  Good Question (source)
2018-02-27 19:30:41 +0200 received badge  Popular Question (source)
2018-02-23 10:15:59 +0200 answered a question Problem : ImageMagick and animate

Thanks for your answer. I hope this problem will be solved in the next SAGE release.

One more thing : this problem occurs with the SAGE Notebook and with Jupyter Notebook too.

2018-02-15 04:08:24 +0200 received badge  Nice Question (source)
2018-02-13 23:09:25 +0200 answered a question Problem : ImageMagick and animate

Thank you very much for your answer.

Here is what I get :

'/dot_sage'

2018-02-13 12:35:01 +0200 answered a question Problem : ImageMagick and animate

Thank you very much for your answer.

Here is what I get :

'/dot_sage'

2018-02-13 11:24:56 +0200 received badge  Student (source)
2018-02-13 01:24:57 +0200 asked a question Problem : ImageMagick and animate

Hi,

I have Sage 8.1 and ImageMagick (installed from 7.0.7-22-Q16-x64-dll.exe) installed on W10.

When I execute in Sage Notebook :

sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymin=-1, ymax=1) for c in sxrange(0,1,.2)]
a = animate(sines)
a.show()

I get this :

convert.exe: unable to open image
'/dot_sage/temp/my_desktop/17724/tmp_bfv0BC.gif': No such file or
directory @ error/blob.c/OpenBlob/3335.
Animation with 5 frames

And I have no animation.

How can I solve this ?

Thank you