Example usage for Java java.awt.image RescaleOp fields, constructors, methods, implement or subclass
The text is from its open source code.
RescaleOp(float[] scaleFactors, float[] offsets, RenderingHints hints) Constructs a new RescaleOp with the desired scale factors and offsets. | |
RescaleOp(float scaleFactor, float offset, RenderingHints hints) Constructs a new RescaleOp with the desired scale factor and offset. |
BufferedImage | filter(BufferedImage src, BufferedImage dst) Rescales the source BufferedImage. |
WritableRaster | filter(Raster src, WritableRaster dst) Rescales the pixel data in the source Raster. |