Interface ImageFormat

All Known Implementing Classes:
ImageFormats

public interface ImageFormat
Simple image format interface.
  • Method Details

    • getName

      String getName()
      Get the name of this ImageFormat.
      Returns:
      String name
    • getExtension

      String getExtension()
      Get the file extension associated with this ImageFormat.
      Returns:
      String extension