Optionally, it is possible to pass in Map of hints. These hints may be used by ImageConverters to act on the image. See {@link ImageProcessingHints} for common hintsused by the bundled implementations. You can, of course, define your own hints. @param image the image to convert @param flavors the requested image flavors (in preferred order). @param hints a Map of hints to any of the background components or null @return the fully loaded image @throws ImageException If no suitable loader/converter combination is available to fulfillthe request or if an error occurred while loading the image. @throws IOException If an I/O error occurs
|
|
|
|