Several programs I’ve written in Java have had an image export componet to them. Up until now the export has always only been as a bitmap image. This is very easy to do using a BufferedImage and an ImageWriter. Given a Component (all AWT or Swing widgets) and a file you can create a PNG…
- Home
- Posts tagged "SVG"