Manipulating and Displaying Images
This lesson shows you how to perform filter operations on
BufferedImages
and use a BufferedImage as an offscreen buffer.
This section describes the immediate-mode imaging model implemented in
the Java 2D API and outlines how BufferedImage
enables the manipulation of image data.
Learn how to use the BufferedImageOp
classes to perform filter operations on BufferedImages.
Finally, learn how to use a BufferedImage
as an offscreen buffer to improve imaging performance.