public interface JPEGTurboService extends 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(RandomAccessInputStream jpeg,
int width,
int height) |
void |
setRestartMarkers(long[] markers) |
long[] getRestartMarkers()
void setRestartMarkers(long[] markers)
void initialize(RandomAccessInputStream jpeg, int width, int height) throws ServiceException, IOException
ServiceException
IOException
byte[] getTile(byte[] buf, int xCoordinate, int yCoordinate, int width, int height) throws IOException
IOException
byte[] getTile(int xTile, int yTile) throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2016 Open Microscopy Environment