Class ImageConverterRendered2PNG

    • Constructor Detail

      • ImageConverterRendered2PNG

        public ImageConverterRendered2PNG()
    • Method Detail

      • convert

        public Image convert​(Image src,
                             java.util.Map hints)
                      throws ImageException,
                             java.io.IOException
        Converts an image into a different representation.

        Consumers can get the effective MIME type (if any) from the associated ImageFlavor.

        Parameters:
        src - the source image
        hints - the conversion hints
        Returns:
        the converted image
        Throws:
        ImageException - if an error occurs while converting the image
        java.io.IOException - if an I/O error occurs while converting the image
      • getSourceFlavor

        public ImageFlavor getSourceFlavor()
        Returns the flavor that this converter expects.
        Returns:
        the source flavor
      • getTargetFlavor

        public ImageFlavor getTargetFlavor()
        Returns the flavor that this converter converts images into.
        Returns:
        the target flavor