Class ImageRender

java.lang.Object
ImageRender

public class ImageRender extends Object
  • Constructor Details

    • ImageRender

      public ImageRender()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Renders a file or URL to an image file. Command line use: first argument is URL or file path, second argument is path to image file to generate.
      Parameters:
      args - see desc
      Throws:
      IOException - if source could not be read, or if image path is invalid
    • usage

      private static void usage(String err)
      prints out usage information, with optional error message