Interface SelfRegisterInputFormats

  • All Known Implementing Classes:
    JPEGFilter

    public interface SelfRegisterInputFormats
    Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used)
    • Method Detail

      • getInputMIMETypes

        String[] getInputMIMETypes()
      • getInputDescriptions

        String[] getInputDescriptions()
      • getInputExtensions

        String[] getInputExtensions()