Java Utililty Methods BufferedImage to Image

List of utility methods to do BufferedImage to Image

Description

The list of methods to do BufferedImage to Image are organized into topic(s).

Method

ImageBufferedImageToImage(BufferedImage image)
Buffered Image To Image
return image.getScaledInstance(image.getWidth(), image.getHeight(), Image.SCALE_DEFAULT);