Package org.bzdev.imageio


package org.bzdev.imageio
Image-related classes based on the javax.imageio package.

The classes in this package provide information about various image types supported by the javax.imageio package, allowing a format name to be looked up based on a number of criteria. They also provide an image observer that will block until the necessary data is available, plus a class that can scale images.

  • Classes
    Class
    Description
    Class providing an image observer with a method that blocks until an image, its height and/or width, or some properties of the image are available.
    Information about MIME types for writable images handled by javax.imageio classes.
    Class for scaling images.