Thursday, 11 May 2017

New Feature of Java

Multi- resolution Image API

How to include: import java.awt.image;

Use: Basically image package was used for creating and modifying images. (Some classes: BufferdImage, ColorModel, etc..)

MultiResolutionImage encapsulates a set of images of different resolutions(many images of different height and width in pixels) and then allows us to modify them according to our requirements.


No comments:

Post a Comment