public class JPEGTileDecoder
extends java.lang.Object
implements java.lang.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(java.lang.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(java.lang.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 java.lang.AutoCloseableome.codecs.JPEGTileDecoder getWrapped()
Copyright © 2019 Open Microscopy Environment