public class OmeroPixelsPyramidWriter extends 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 java.lang.String |
IMAGE_DESCRIPTION
Current TIFF image comment for OMERO pixels pyramid TIFFs.
|
checkParams, COMPRESSION_J2K, COMPRESSION_J2K_LOSSY, COMPRESSION_JPEG, COMPRESSION_LZW, COMPRESSION_UNCOMPRESSED, COMPRESSION_ZLIB, in, isBigTiff, tiffSaver, tileSizeX, tileSizeYcm, compression, compressionTypes, fps, initialized, interleaved, metadataRetrieve, options, out, sequential, series, validBitsCOMPRESSION_SUFFIXES, currentId, format, LOGGER, metadataOptions, suffixes| 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(TiffReader source,
int series)
Re-compresses a source series, that is JPEG 2000 compressed, via its
resolution level.
|
void |
setId(java.lang.String id) |
canDoStacks, createInputStream, createTiffSaver, getPixelTypes, getPlaneCount, getTileSizeX, getTileSizeY, prepareToWriteImage, saveBytes, saveBytes, saveBytes, setBigTiff, setTileSizeX, setTileSizeY, setupTiffSaverchangeOutputFile, checkParams, createOutputStream, getColorModel, getCompression, getCompressionTypes, getFramesPerSecond, getMetadataRetrieve, getPixelTypes, getPlaneCount, getSamplesPerPixel, getSamplesPerPixel, getSeries, isFullPlane, isInterleaved, isSupportedType, saveBytes, saveBytes, savePlane, savePlane, savePlane, seekToPlaneOffset, setCodecOptions, setColorModel, setCompression, setFramesPerSecond, setInterleaved, setMetadataRetrieve, setSeries, setValidBitsPerPixel, setWriteSequentiallycheckSuffix, checkSuffix, getFormat, getMetadataOptions, getNativeDataType, getSuffixes, getSupportedMetadataLevels, isThisType, setMetadataOptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormat, getNativeDataType, getSuffixes, isThisTypegetMetadataOptions, getSupportedMetadataLevels, setMetadataOptionspublic static final java.lang.String IMAGE_DESCRIPTION
public static final int IFD_TAG_SERIES
public static final int IFD_TAG_PLANE_NUMBER
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class TiffWriterjava.io.IOExceptionpublic void setId(java.lang.String id)
throws FormatException,
java.io.IOException
setId in interface IFormatHandlersetId in class TiffWriterFormatExceptionjava.io.IOExceptionprotected void postProcess()
throws java.io.IOException,
FormatException
java.io.IOExceptionFormatExceptionprotected void recompressSeries(TiffReader source, int series) throws FormatException, java.io.IOException
source - Reader created of ourselves.series - Target series for the re-compressed data which is the
inverse of the source resolution level.FormatExceptionjava.io.IOException
Version: 5.4.7-ice35-b93
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.