Interface ImageWriter<T extends AbstractImageContainer>

    • Method Detail

      • getCorrespondingReader

        ImageReader getCorrespondingReader()
        Returns, if available, the corresponding reader.
        Returns:
        the reader, null if none available
      • isAvailable

        boolean isAvailable()
        Returns whether the writer is actually available.
        Returns:
        true if available and ready to use
      • write

        String write​(PlaceholderFile file,
                     T cont)
        Writes the image file.
        Parameters:
        file - the file to write to
        cont - the image container to write
        Returns:
        null if successfully written, otherwise error message