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 05:41:35 -0600
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.
Asked: 2014-10-23 05:04:33 -0600
Seen: 247 times
Last updated: Oct 24 '14
How to fix problem when creating image histogram
right click dropdown on graph doesn't work
How to create your own function for image histogram? [closed]
Is there a way to insert a .png into a LaTex document?
high resolution image - matplotlib
Display a PNG image file in a worksheet