Ask Your Question
0

how to transfer *.svg to *.gif or jepg?

asked 2014-10-23 12:04:33 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

how to transfer *.svg to *.gif or jepg?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-10-23 13:01:05 +0200

vdelecroix gravatar image

Hello,

Your question is not clear at all. If you want an answer to your problem, you should explain it in more details as we are not inside your computer!

If you want to save an image from Sage in a specific format you can do:

sage: G = circle( (0,0), 2)
sage: ...   # add more plot

and then

sage: G.save('my_picture.eps')

or

sage: G.save('my_picture.png')

There are a lot of supported format.

Now, if you want to convert an image from eps to png, or jpeg to gif you can use the convert tool from image magick.

Vincent

edit flag offensive delete link more
0

answered 2014-10-24 12:41:35 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

because plot() is *.svg in cloud.sage,

each time I use printscreen+cmd/mspaint.exe,no I know "save function" ,than you very much!

edit flag offensive delete link more

Comments

1

Please do not write a comment in an answer. You can add comments in the question and each answer.

vdelecroix gravatar imagevdelecroix ( 2014-10-24 12:55:06 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-10-23 12:04:33 +0200

Seen: 517 times

Last updated: Oct 24 '14