ISO: SVG to PNG/JPG for windows no install small

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asedt
    New Member
    • Jun 2008
    • 130

    ISO: SVG to PNG/JPG for windows no install small

    I have used this:

    http://www.fileformat. info/convert/image/svg2raster.htm

    To convert SVG files to PNG and JPG, but i need a small program doing the same thing for windows. Prefer no install and small size. Lookked for it and can't find.
  • asedt
    New Member
    • Jun 2008
    • 130

    #2
    Maybe I can do something with:



    +




    Will try that later when i come home.

    Comment

    • cleary1981
      New Member
      • Jun 2008
      • 178

      #3
      Hi,

      I am having much the same problem. At present I am using Inkscape. Its free and easy to use. All you need to do is open the svg and export it. Simple!

      Comment

      • asedt
        New Member
        • Jun 2008
        • 130

        #4
        Originally posted by cleary1981
        Inkscape.
        Was thinking about that, but the installer was on ~30 megs or something, and I'm in an enviroment where i don't wan't to install so much things.

        It's not hard finding a software doing svg2png/jpg (ImageMagick, GIMP + http://directory.fsf.org/project/svg2png/ ) but a small one only doing that wold be grate.

        Comment

        • asedt
          New Member
          • Jun 2008
          • 130

          #5
          Ok, in the end i used the same as the online tool:

          http://xmlgraphics.apa che.org/batik/tools/rasterizer.html

          And removed stuff not needed:

          http://xmlgraphics.apa che.org/batik/install.html#de pendencyGraph

          So now i run it in "cmd" like:

          java -jar batik-rasterizer.jar -m image/jpeg -w 1880 -h 830 -q 0.99 my-svgfile.svg


          Works fine

          Comment

          Working...