Uses of Interface
loci.formats.IFormatWriter
Packages that use IFormatWriter
Package
Description
Bio-Formats: a library for reading and writing popular microscopy file
formats.
Package containing Bio-Formats graphical user interface code.
Package containing Bio-Formats file format writers.
-
Uses of IFormatWriter in loci.formats
Classes in loci.formats that implement IFormatWriterModifier and TypeClassDescriptionclassAbstract superclass of all biological file format writers.classImageWriter is the master file format writer for all supported formats.classAbstract superclass of writer logic that wraps other writers.Fields in loci.formats declared as IFormatWriterModifier and TypeFieldDescriptionprotected IFormatWriterWriterWrapper.writerFormatWriter used to write the file.protected IFormatWriter[]ImageWriter.writersList of supported file format writers.Fields in loci.formats with type parameters of type IFormatWriterModifier and TypeFieldDescriptionprivate static ClassList<IFormatWriter> ImageWriter.defaultClassesDefault list of writer classes, for use with noargs constructor.Methods in loci.formats that return IFormatWriterModifier and TypeMethodDescriptionImageWriter.getWriter()Gets the writer used to save the current file.ImageWriter.getWriter(Class<? extends IFormatWriter> c) Gets the file format writer instance matching the given class.Gets the writer used to save the given file.WriterWrapper.getWriter()Gets the wrapped writer.ImageWriter.getWriters()Gets all constituent file format writers.WriterWrapper.unwrap()Unwraps nested wrapped writers until the core writer (i.e., not aWriterWrapperorImageWriter) is found.WriterWrapper.unwrap(Class<? extends IFormatWriter> writerClass, String id) Unwraps nested wrapped writers until the given writer class is found.Unwraps nested wrapped writers until the core writer (i.e., not aWriterWrapperorImageWriter) is found.Methods in loci.formats that return types with arguments of type IFormatWriterModifier and TypeMethodDescriptionstatic ClassList<IFormatWriter> ImageWriter.getDefaultWriterClasses()Methods in loci.formats with parameters of type IFormatWriterModifier and TypeMethodDescriptionstatic booleanFormatTools.canUsePrecompressedTiles(IFormatReader reader, IFormatWriter writer, int series, int resolution) Compare the given reader and writer at the specified series and resolution to see if pre-compressed tiles can be transferred directly from the reader to the writer.static voidFormatTools.convert(IFormatReader input, IFormatWriter output, String outputFile) Convenience method for writing all of the images and metadata obtained from the specified IFormatReader into the specified IFormatWriter.Method parameters in loci.formats with type arguments of type IFormatWriterModifier and TypeMethodDescriptionWriterWrapper.duplicate(Class<? extends IFormatWriter> imageWriterClass) Performs a deep copy of the writer, including nested wrapped writers.private WriterWrapperWriterWrapper.duplicateRecurse(Class<? extends IFormatWriter> imageWriterClass) ImageWriter.getWriter(Class<? extends IFormatWriter> c) Gets the file format writer instance matching the given class.WriterWrapper.unwrap(Class<? extends IFormatWriter> writerClass, String id) Unwraps nested wrapped writers until the given writer class is found.Constructors in loci.formats with parameters of type IFormatWriterModifierConstructorDescriptionConstructs a writer wrapper around the given writer.Constructor parameters in loci.formats with type arguments of type IFormatWriterModifierConstructorDescriptionImageWriter(ClassList<IFormatWriter> classList) Constructs a new ImageWriter from the given list of writer classes. -
Uses of IFormatWriter in loci.formats.gui
Classes in loci.formats.gui that implement IFormatWriterModifier and TypeClassDescriptionclassA writer wrapper for writing image planes from BufferedImage objects.Fields in loci.formats.gui declared as IFormatWriterModifier and TypeFieldDescriptionprotected IFormatWriterImageViewer.fileWriterWriter for files on disk.Methods in loci.formats.gui with parameters of type IFormatWriterModifier and TypeMethodDescriptionstatic BufferedImageWriterBufferedImageWriter.makeBufferedImageWriter(IFormatWriter w) Converts the given writer into a BufferedImageWriter, wrapping if needed.protected voidImageViewer.save(String id, IFormatWriter w) Saves to the given data destination using the specified writer in a separate thread.static byte[]BufferedImageWriter.toBytes(BufferedImage image, IFormatWriter writer) Constructors in loci.formats.gui with parameters of type IFormatWriterModifierConstructorDescriptionConstructs a BufferedImageWriter with the given writer. -
Uses of IFormatWriter in loci.formats.out
Classes in loci.formats.out that implement IFormatWriterModifier and TypeClassDescriptionclassAPNGWriter is the file format writer for PNG and APNG files.classAVIWriter is the file format writer for AVI files.classCellH5Writer is the file format writer for CellH5 format.classDicomWriter is the file format writer for DICOM files.classEPSWriter is the file format writer for Encapsulated PostScript (EPS) files.classICSWriter is the file format writer for ICS files.classImageIOWriter is the superclass for file format writers that use the javax.imageio library.classJavaWriter is the file format writer for Java source code.classJPEG2000Writer is the file format writer for JPEG2000 files.classJPEGWriter is the file format writer for JPEG files.classOMETiffWriter is the file format writer for OME-TIFF files.classOMEXMLWriter is the file format writer for OME-XML files.classPyramidOMETiffWriter is the file format writer for pyramid OME-TIFF files.classQTWriter is the file format writer for uncompressed QuickTime movie files.classTiffWriter is the file format writer for TIFF files.classV3DrawWriter writes images in the .v3draw format for rapid I/O in Vaa3D, an open-source 3D visualization and analysis toolkit.