Java™ Media APIs: Cross-Platform Imaging, Media, and Visualization
by Alejandro Terrazas, John Ostuni, Michael Barlow
Summary
We began this chapter by looking at the PlanarImage class and two of its subclasses: the RenderedOp and the TiledImage. You saw that the PlanarImage is the main JAI class for working with images. It contains a reference to all of its source images, which allows it to be part of Directed Acyclic Graph (DAG). These DAGS allow changes to a particular image to work their way down to the final rendered image. They also allow the JAI to operate in the pull imaging mode, where rendering requests make their way up the DAG.
We described how the TiledImage class was used primarily for situations in which you need to work with a WritableRaster and how the RenderedOp class was used primarily for processing a source image given an operation name. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access