Interface ParsedImage


  • public interface ParsedImage
    An image object that adds metadata and file format information.
    • Method Detail

      • getImage

        BufferedImage getImage()
        Returns the underlying BufferedImage
      • getFormatName

        String getFormatName()
        Returns the format name, for example "PNG"
      • getMimetype

        String getMimetype()
        Returns the mimetype, for example "image/png"
      • getFileSuffix

        String getFileSuffix()
        Returns the preferred file suffix, for example "PNG"