BufferedImage
to be filtered
@param dst the destination for the filtering operation or null
@return the filtered BufferedImage
.
@throws IllegalArgumentException if the ColorModel
of src
is an IndexColorModel
, or if the number of scaling factors and offsets in this RescaleOp
do not meet the requirements stated in the class comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|