Java Advanced Imaging

It is basically a set of API's built in Java to provide rich library for image processing. It provides  set of interfaces that support a simple, high-level programming model which allows developers to create their own image manipulation routines. 


It is developed to help those who are in the field of Remote Sensing, medical Imaging etc.
Big features incorporated in JAI are :
  1. Added great functionality for digital Imaging.
  2. Supports wide range of data types
  3. Support for legacy codes and java 2D classes
  4. Almost pure Java code. Native code is almost eliminated which makes this much more efficient and faster
  5. Control the amount of memory available to program

Comments

Popular posts from this blog

Mini Project for Image Processing Beginners

Program to convert image byte array to PDF

Program to convert base64 to Image and vice versa