1.

What Is Multi-resolution Image Api In Java 9?

Answer»

With Java 9, a new multi-resolution image API has been introduced which supports multiple images with different resolution variants. This API ALLOWS a SET of images with different resolution to be used as a single multi-resolution image.

FOLLOWING are major operations of multi-resolution image:-

  1. Image set Resolution VARIANT(double destImageWidth, double destImageHeight):- Gets a specific image which is best variant to represent this logical image at the indicated SIZE.
  2. List get Resolution Variants():- Gets a readable list of all resolution variants.

With Java 9, a new multi-resolution image API has been introduced which supports multiple images with different resolution variants. This API allows a set of images with different resolution to be used as a single multi-resolution image.

Following are major operations of multi-resolution image:-



Discussion

No Comment Found