public class OmeroPixelsPyramidWriter
extends loci.formats.out.TiffWriter
Modifier and Type | Field and Description |
---|---|
static int |
IFD_TAG_PLANE_NUMBER
TIFF tag we're using to store the Bio-Formats plane number.
|
static int |
IFD_TAG_SERIES
TIFF tag we're using to store the Bio-Formats series.
|
static String |
IMAGE_DESCRIPTION
Current TIFF image comment for OMERO pixels pyramid TIFFs.
|
checkParams, COMPRESSION_J2K, COMPRESSION_J2K_LOSSY, COMPRESSION_JPEG, COMPRESSION_LZW, COMPRESSION_UNCOMPRESSED, in, isBigTiff, tiffSaver
Constructor and Description |
---|
OmeroPixelsPyramidWriter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
postProcess()
Performs re-compression post processing on the pixel pyramid.
|
protected void |
recompressSeries(loci.formats.in.TiffReader source,
int series)
Re-compresses a source series, that is JPEG 2000 compressed, via its
resolution level.
|
void |
setId(String id) |
canDoStacks, getPixelTypes, getPlaneCount, getPlaneCount, prepareToWriteImage, saveBytes, saveBytes, saveBytes, setBigTiff, setupTiffSaver
changeOutputFile, checkParams, getColorModel, getCompression, getCompressionTypes, getFramesPerSecond, getMetadataRetrieve, getPixelTypes, getSamplesPerPixel, getSamplesPerPixel, getSeries, isFullPlane, isInterleaved, isSupportedType, saveBytes, saveBytes, savePlane, savePlane, savePlane, seekToPlaneOffset, setCodecOptions, setColorModel, setCompression, setFramesPerSecond, setInterleaved, setMetadataRetrieve, setSeries, setValidBitsPerPixel, setWriteSequentially
checkSuffix, checkSuffix, getFormat, getNativeDataType, getSuffixes, isThisType
public static final String IMAGE_DESCRIPTION
public static final int IFD_TAG_SERIES
public static final int IFD_TAG_PLANE_NUMBER
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class loci.formats.out.TiffWriter
IOException
public void setId(String id) throws loci.formats.FormatException, IOException
setId
in interface loci.formats.IFormatHandler
setId
in class loci.formats.out.TiffWriter
loci.formats.FormatException
IOException
protected void postProcess() throws IOException, loci.formats.FormatException
IOException
loci.formats.FormatException
protected void recompressSeries(loci.formats.in.TiffReader source, int series) throws loci.formats.FormatException, IOException
source
- Reader created of ourselves.series
- Target series for the re-compressed data which is the
inverse of the source resolution level.loci.formats.FormatException
IOException
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.