This is a discussion on Vectorial Graph within the Perl forums, part of the Programming Talk category; Is it possible to create a vectorial graphic using perl? At the moment I'm creating my graph using GD::...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Vectorial Graph
Is it possible to create a vectorial graphic using perl? At the moment I'm creating my graph using GD::Image with PNG output, but if I zoom the graph then I get everything pixelized. Is it possible to output the result of my graph as a vectorial image, meaning, so I can zoom as much as I want and not lose quality?
Thank you in advance. |