ar.com.hjg.pngj.test
Class CreateHuge

java.lang.Object
  extended by ar.com.hjg.pngj.test.CreateHuge

public class CreateHuge
extends Object

Creates a huge image

This is mainly for profiling


Constructor Summary
CreateHuge()
           
 
Method Summary
static void createHuge(String filename, int cols, int rows)
          if filename==null, the image is writen to a black hole (like a /dev/null
static void main(String[] args)
           
static void run3(int cols, int rows)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateHuge

public CreateHuge()
Method Detail

createHuge

public static void createHuge(String filename,
                              int cols,
                              int rows)
                       throws Exception
if filename==null, the image is writen to a black hole (like a /dev/null

Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run3

public static void run3(int cols,
                        int rows)
                 throws Exception
Throws:
Exception