Test
Class CreateGrayFPImage

java.lang.Object
  extended by Test.CreateGrayFPImage

public class CreateGrayFPImage
extends java.lang.Object

This application creates a gray image in memory (as an matrix of floats) and save it on a file. The application can be easily adapted for other purposes, e.g. other image generation algorithms.common. This code uses JAI to process and store the image.


Constructor Summary
CreateGrayFPImage()
           
 
Method Summary
static void main(java.lang.String[] args)
          The application entry point.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGrayFPImage

public CreateGrayFPImage()
Method Detail

main

public static void main(java.lang.String[] args)
The application entry point.

Parameters:
args - the command line arguments.
Throws:
IOException