public class JPEGTileDecoder extends Object implements AutoCloseable
Modifier and Type | Field and Description |
---|---|
private ome.codecs.JPEGTileDecoder |
decoder |
Constructor and Description |
---|
JPEGTileDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getHeight() |
byte[] |
getScanline(int y) |
int |
getWidth() |
(package private) ome.codecs.JPEGTileDecoder |
getWrapped() |
void |
initialize(loci.common.RandomAccessInputStream in,
int imageWidth) |
void |
initialize(loci.common.RandomAccessInputStream in,
int y,
int h,
int imageWidth) |
void |
initialize(String id,
int imageWidth) |
int[] |
preprocess(loci.common.RandomAccessInputStream in)
Pre-process the stream to make sure that the
image width and height are non-zero.
|
public void initialize(String id, int imageWidth)
public void initialize(loci.common.RandomAccessInputStream in, int imageWidth)
public void initialize(loci.common.RandomAccessInputStream in, int y, int h, int imageWidth)
public int[] preprocess(loci.common.RandomAccessInputStream in)
public byte[] getScanline(int y)
public int getWidth()
public int getHeight()
public void close()
close
in interface AutoCloseable
ome.codecs.JPEGTileDecoder getWrapped()
Copyright © 2017 Open Microscopy Environment