edu.rit.image.test
Class Test01
- java.lang.Object
-
- edu.rit.image.test.Test01
-
public class Test01 extends java.lang.ObjectClass Test01 is a unit test program for class PJGColorImage. The program calculates an image of the Mandelbrot Set and stores the image in a Parallel Java Graphics (PJG) file. Then the program reads the PJG file back in and tests whether the pixel data that came in is the same as the pixel data that went out. The image is width pixels wide and width pixels high.Usage: java edu.rit.image.test.Test01 width filename
width = Image width and height (pixels)
filename = PJG image file name
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Unit test main program.
-
DMelt 3.0 © DataMelt by jWork.ORG