ar.com.hjg.pngj.test
Class CreateHuge
java.lang.Object
ar.com.hjg.pngj.test.CreateHuge
public class CreateHuge
- extends Object
Creates a huge image
This is mainly for profiling
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)
|
CreateHuge
public CreateHuge()
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