| Author |
SVG to JPG
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
I am converting SVG files to JPG files and am using the JIA library as well as apache's batik library. While this works I'd like to limit the amount of 3rd party libs if possible. Does anyone know of anyway to do the conversion with more of the core java API? As I understand it now the core API doesn't support SVG at all. Is this correct? In case anyone is wondering, here is how I am doing the conversion:
|
 |
 |
|
|
subject: SVG to JPG
|
|
|