Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Rendering of SVG content with GD into PNG file

by cosimo (Hermit)
on Feb 08, 2006 at 17:32 UTC ( [id://528862]=note: print w/replies, xml ) Need Help??


in reply to Re: Rendering of SVG content with GD into PNG file
in thread Rendering of SVG content with GD into PNG file

Thank you guys for your suggestions, but I realized I need to clarify a bit what I'm doing.

What I'm trying to achieve is creating a new blank GD::Image and draw inside it with all the (already existing) graphics primitives of GD. One (or more) of these drawing operations should render SVG text "documents" onto the existing GD::Image.

I'd like to mix and match classic GD drawing (line, rectangle, filledRectangle, ...) with SVG drawing (ex.: $gdImage->svgDraw($svgtext)).

This should be good to "prepare the way" to SVG. I mean, when (and only God knows) Internet Explorer will have SVG support, we could directly render into SVG, because all the underlying data is already in that format.

Nevertheless, I'm going to take a closer look at your example (++), at Image::Magick's SVG features and libsvg, which are all quite interesting.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://528862]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found