sh: convert: command not found

6 views
Skip to first unread message

Janzo

unread,
Mar 26, 2008, 2:10:48 PM3/26/08
to sage-support
Hi:
I'm learning the plot functions, sage show that error:

sh: convert: command not found

when i try to evaluate:

v=[]
for i in range(3):
v.append(polygon([[1,2],[5,6],[5,0],[6,i]], rgbcolor=(1,0,1)))
curve = animate(v)
curve.show()


Any idea of what package I need?
thanks

alex clemesha

unread,
Mar 26, 2008, 2:24:05 PM3/26/08
to sage-s...@googlegroups.com
Hi,

You need Imagemagick:

http://www.imagemagick.org/script/index.php

-Alex

William Stein

unread,
Mar 26, 2008, 2:24:10 PM3/26/08
to sage-s...@googlegroups.com
On Wed, Mar 26, 2008 at 11:10 AM, Janzo <juanm...@gmail.com> wrote:
>

You have to install ImageMagick which is a generally available
free program:
http://www.imagemagick.org/script/index.php

How you do this depends on your operating system and possibly
how you're running Sage. If the answer isn't obvious to you, please
email back and give us *way* more details about your setup.

Make sure that after install that program the program "convert"
is in your path.

Janzo

unread,
Mar 26, 2008, 2:28:11 PM3/26/08
to sage-support
Ok it's working.
Thanks to both.

On Mar 26, 7:24 pm, "William Stein" <wst...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages