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,
                IOException
loci.common.services.ServiceExceptionIOExceptionbyte[] getTile(byte[] buf,
               int xCoordinate,
               int yCoordinate,
               int width,
               int height)
        throws IOException
IOExceptionbyte[] getTile(int xTile,
               int yTile)
        throws IOException
IOExceptionvoid close()
    throws IOException
IOExceptionCopyright © 2017 Open Microscopy Environment