Uses of Interface
adams.data.io.output.ImageWriter
-
Packages that use ImageWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink adams.gui.chooser adams.gui.visualization.image -
-
Uses of ImageWriter in adams.data.io.input
Methods in adams.data.io.input that return ImageWriter Modifier and Type Method Description abstract ImageWriter
AbstractImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageWriter
ApacheCommonsImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageWriter
BoofCVImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageWriter
ImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageWriter
JAIImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageWriter
OpenCVImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageWriter
PNGImageReader. getCorrespondingWriter()
Returns, if available, the corresponding writer. -
Uses of ImageWriter in adams.data.io.output
Subinterfaces of ImageWriter in adams.data.io.output Modifier and Type Interface Description interface
OutputStreamImageWriter<T extends AbstractImageContainer>
Interface for image writers that can write to output streams.Classes in adams.data.io.output that implement ImageWriter Modifier and Type Class Description class
AbstractImageWriter<T extends AbstractImageContainer>
Ancestor for image writers.class
ApacheCommonsImageWriter
Apache Commons Imaging image writer for: bmp, gif, ico, pbm, pgm, png, pnm, ppm, tif, tiff
class
BoofCVImageWriter
BoofCV image writer for: bmp, gif, jpeg, jpg, pgm, png, ppm, wbmp
For more information see:
http://boofcv.org/
class
GrayOrIndexedImageWriter
Changes the unique colors to the ones specified by the color provider.
Useful for generating human-viewable images from image segmentation annotations.
Uses adams.data.io.output.ApacheCommonsImageWriter for performing the actual writing after the conversion.
See also:
adams.data.io.output.ApacheCommonsImageWriter
class
JAIImageWriter
Java Advanced Imaging (JAI) image writer for: bmp, jpg, jpeg, wbmp, png, gif
class
OpenCVImageWriter
Writes images using OpenCV. -
Uses of ImageWriter in adams.flow.sink
Fields in adams.flow.sink declared as ImageWriter Modifier and Type Field Description protected ImageWriter
ImageFileWriter. m_Writer
the writer to use.protected ImageWriter
JFreeChartFileWriter. m_Writer
the image writer to use.Methods in adams.flow.sink that return ImageWriter Modifier and Type Method Description ImageWriter
ImageFileWriter. getWriter()
Returns the writer to use.ImageWriter
JFreeChartFileWriter. getWriter()
Returns the image writer.Methods in adams.flow.sink with parameters of type ImageWriter Modifier and Type Method Description void
ImageFileWriter. setWriter(ImageWriter value)
Sets the writer to use.void
JFreeChartFileWriter. setWriter(ImageWriter value)
Sets the image writer. -
Uses of ImageWriter in adams.gui.chooser
Methods in adams.gui.chooser that return ImageWriter Modifier and Type Method Description protected ImageWriter
ImageFileChooser. getDefaultWriter()
Returns the default writer.ImageWriter
ImageFileChooser. getImageWriter()
Returns the current image writer.ImageWriter
ImageFileChooser. getWriterForFile(File file)
Returns the writer for the specified file.static ImageWriter
ImageFileChooser. writerForFile(File file)
Returns the writer for the specified file. -
Uses of ImageWriter in adams.gui.visualization.image
Methods in adams.gui.visualization.image with parameters of type ImageWriter Modifier and Type Method Description boolean
ImagePanel. save(File file, ImageWriter<AbstractImageContainer> writer)
Writes the current image to the given file.
-