A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/en/java/javase/19/docs/api/java.desktop/java/awt/image/BufferedImage.html below:

BufferedImage (Java SE 19 & JDK 19)

All Implemented Interfaces:
RenderedImage, WritableRenderedImage, Transparency

The

BufferedImage

subclass describes an

Image

with an accessible buffer of image data. A

BufferedImage

is comprised of a

ColorModel

and a

Raster

of image data. The number and types of bands in the

SampleModel

of the

Raster

must match the number and types required by the

ColorModel

to represent its color and alpha components. All

BufferedImage

objects have an upper left corner coordinate of (0, 0). Any

Raster

used to construct a

BufferedImage

must therefore have minX=0 and minY=0.

This class relies on the data fetching and setting methods of Raster, and on the color characterization methods of ColorModel.

See Also:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4