public interface JPEGTurboService
extends loci.common.services.Service
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
long[] | 
getRestartMarkers()  | 
byte[] | 
getTile(byte[] buf,
       int xCoordinate,
       int yCoordinate,
       int width,
       int height)  | 
byte[] | 
getTile(int xTile,
       int yTile)  | 
void | 
initialize(loci.common.RandomAccessInputStream jpeg,
          int width,
          int height)  | 
void | 
setRestartMarkers(long[] markers)  | 
long[] getRestartMarkers()
void setRestartMarkers(long[] markers)
void initialize(loci.common.RandomAccessInputStream jpeg,
                int width,
                int height)
         throws loci.common.services.ServiceException,
                java.io.IOException
loci.common.services.ServiceExceptionjava.io.IOExceptionbyte[] getTile(byte[] buf,
               int xCoordinate,
               int yCoordinate,
               int width,
               int height)
        throws java.io.IOException
java.io.IOExceptionbyte[] getTile(int xTile,
               int yTile)
        throws java.io.IOException
java.io.IOExceptionvoid close()
    throws java.io.IOException
java.io.IOExceptionCopyright © 2022 Open Microscopy Environment