You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymin=-1, ymax=1)
for c in srange(0,1,.1)]
a = animate(sines)
a.save('animations/sines')
returns
Command "['convert', '-dispose', 'Background', '-delay', '20', '-loop',
'0', '*.png', '/home/slabbe/animations/sines.gif']" returned non-zero
exit status "1" (with stderr "convert-im6.q16: unable to open image
`/home/slabbe/animations/sines.gif': Aucun fichier ou dossier de ce
type @ error/blob.c/OpenBlob/2874." and stdout "").
---------------------------------------------------------------------------
Traceback (most recent call last):
...
OSError: Error: Cannot generate GIF animation. The convert command
(ImageMagick) is present but does not seem to be functional. Verify
that the objects passed to the animate command can be saved in PNG
image format. See www.imagemagick.org more information.
The problem is not that imagemagick is not functional.
The way error message are given as written in #33092 needs to be improved.
From this ask question, the command
returns
The problem is not that imagemagick is not functional.
The way error message are given as written in #33092 needs to be improved.
CC: @sagetrac-tmonteil
Component: graphics
Author: Sébastien Labbé
Branch/Commit: u/slabbe/34204 @
bc5851c
Issue created by migration from https://trac.sagemath.org/ticket/34204
The text was updated successfully, but these errors were encountered: