Package qupath.imagej.images.writers
Class ZipWriterIJ
java.lang.Object
qupath.imagej.images.writers.ZipWriterIJ
- All Implemented Interfaces:
qupath.lib.images.writers.ImageWriter<BufferedImage>
ImageWriter implementation to write zipped TIFF images using ImageJ.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleansupportsImageType(qupath.lib.images.servers.ImageServer<BufferedImage> server) booleanbooleanbooleanbooleanbooleanvoidwriteImage(ImagePlus imp, OutputStream stream) voidwriteImage(ImagePlus imp, String pathOutput) voidwriteImage(BufferedImage img, OutputStream stream) voidwriteImage(BufferedImage img, String pathOutput) voidwriteImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, OutputStream stream) voidwriteImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, String pathOutput) voidwriteImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, qupath.lib.regions.RegionRequest region, OutputStream stream) voidwriteImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, qupath.lib.regions.RegionRequest request, String pathOutput) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.images.writers.ImageWriter
getDefaultExtension
-
Constructor Details
-
ZipWriterIJ
public ZipWriterIJ()
-
-
Method Details
-
getName
-
getDetails
-
supportsRGB
public boolean supportsRGB() -
getExtensions
-
writeImage
- Throws:
IOException
-
supportsT
public boolean supportsT()- Specified by:
supportsTin interfacequpath.lib.images.writers.ImageWriter<BufferedImage>
-
supportsZ
public boolean supportsZ()- Specified by:
supportsZin interfacequpath.lib.images.writers.ImageWriter<BufferedImage>
-
supportsImageType
- Specified by:
supportsImageTypein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>
-
supportsPyramidal
public boolean supportsPyramidal()- Specified by:
supportsPyramidalin interfacequpath.lib.images.writers.ImageWriter<BufferedImage>
-
supportsPixelSize
public boolean supportsPixelSize()- Specified by:
supportsPixelSizein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>
-
writeImage
public void writeImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, qupath.lib.regions.RegionRequest request, String pathOutput) throws IOException - Specified by:
writeImagein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>- Throws:
IOException
-
writeImage
public void writeImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, String pathOutput) throws IOException - Specified by:
writeImagein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>- Throws:
IOException
-
writeImage
- Specified by:
writeImagein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>- Throws:
IOException
-
writeImage
public void writeImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, qupath.lib.regions.RegionRequest region, OutputStream stream) throws IOException - Specified by:
writeImagein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>- Throws:
IOException
-
writeImage
- Specified by:
writeImagein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>- Throws:
IOException
-
writeImage
public void writeImage(qupath.lib.images.servers.ImageServer<BufferedImage> server, OutputStream stream) throws IOException - Specified by:
writeImagein interfacequpath.lib.images.writers.ImageWriter<BufferedImage>- Throws:
IOException
-
getImageClass
- Specified by:
getImageClassin interfacequpath.lib.images.writers.ImageWriter<BufferedImage>
-
writeImage
- Throws:
IOException
-