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.ServiceException
java.io.IOException
byte[] getTile(byte[] buf, int xCoordinate, int yCoordinate, int width, int height) throws java.io.IOException
java.io.IOException
byte[] getTile(int xTile, int yTile) throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
Copyright © 2019 Open Microscopy Environment