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/BufferedImageOp.html below:

BufferedImageOp (Java SE 19 & JDK 19)

All Known Implementing Classes:
AffineTransformOp, ColorConvertOp, ConvolveOp, LookupOp, RescaleOp

public interface BufferedImageOp

This interface describes single-input/single-output operations performed on

BufferedImage

objects. It is implemented by

AffineTransformOp

,

ConvolveOp

,

ColorConvertOp

,

RescaleOp

, and

LookupOp

. These objects can be passed into a

BufferedImageFilter

to operate on a

BufferedImage

in the ImageProducer-ImageFilter-ImageConsumer paradigm.

Classes that implement this interface must specify whether or not they allow in-place filtering-- filter operations where the source object is equal to the destination object.

This interface cannot be used to describe more sophisticated operations such as those that take multiple sources. Note that this restriction also means that the values of the destination pixels prior to the operation are not used as input to the filter operation.

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