Package core.io

This package creates and handles various input/output functions for the final images that are created, as well as the window used to display those images in real time to the user as the DFLIC images are produced.

See:
          Description

Class Summary
ImageIO Writes an RGBImage to a file.
OutputWindow An RGB frame-buffer accessible window = < title, width, height, byte-buffer >.
 

Package core.io Description

This package creates and handles various input/output functions for the final images that are created, as well as the window used to display those images in real time to the user as the DFLIC images are produced. ImageIO is used to input and output the final images generated. OutputWindow manages the window used to display the images in real time as they are produced.

Copyright (c) 2007 Andreas Sundquist. Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 License. You must attribute any use of this code or derviatives thereof to Andreas Sundquist.

Related Documentation