how to transfer *.svg to *.gif or jepg?
how to transfer *.svg to *.gif or jepg?
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
answered 2014-10-24 12:41:35 +0100
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!
Please do not write a comment in an answer. You can add comments in the question and each answer.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-10-23 12:04:33 +0100
Seen: 574 times
Last updated: Oct 24 '14
Viewing Stereographic Projection of an Image
Is ther a way to capture images from a webcam?
Call pure python code from SAGE
Display a PNG image file in a worksheet
showing an external image in sage notbook
How can I save an image from sage plot ?
high resolution image - matplotlib