public class ImageUtil extends Object
public static BufferedImage scaleImage(BufferedImage src, int width, int height)
src - source image to be scaledwidth - the width for the new scaled image in pixelsheight - the height for the new scaled image in pixelsCopyright © 2021. All rights reserved.