Introduction - If you have any usage issues, please Google them yourself
The source code for ImageProcess.zip, including imageGray.vjp project all of the documents. At the same time provides a test seashore.bmp bitmap file.
If you want to read and process the other image ( jpg, PCX ) in visual J++6.0, please open the imageGray.vjp project file, open the imageGray.java public void initParameters ( ), in the initialization parameter function have a line of loading the image file statement:
ImageTest = loadingImage (" seashore.bmp"," Loading image..." )
Will seashore.bmp into a corresponding to the file name, can contain path, but the best image files will be copied to the current project file in the same directory.