New Feature of Java
Multi- resolution Image APIHow 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