public class lwfDecoder extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_STUB |
Constructor and Description |
---|
lwfDecoder(InputStream stream,
String password,
String licenseCode) |
Modifier and Type | Method and Description |
---|---|
void |
decodeToMemoryGray16(short[] image,
int imageoffset,
int limit,
int quality,
int scale,
int pdx,
int pdy,
int clip_x,
int clip_y,
int clip_w,
int clip_h) |
void |
decodeToMemoryGray8(byte[] image,
int limit,
int quality,
int scale) |
int |
getHeight() |
int |
getWidth() |
public static final boolean IS_STUB
public lwfDecoder(InputStream stream, String password, String licenseCode) throws IOException, SecurityException
stream
- password
- licenseCode
- IOException
SecurityException
public int getWidth()
public int getHeight()
public void decodeToMemoryGray8(byte[] image, int limit, int quality, int scale) throws SecurityException
image
- limit
- quality
- scale
- SecurityException
public void decodeToMemoryGray16(short[] image, int imageoffset, int limit, int quality, int scale, int pdx, int pdy, int clip_x, int clip_y, int clip_w, int clip_h) throws SecurityException
image
- imageoffset
- limit
- quality
- scale
- pdx
- pdy
- clip_x
- clip_y
- clip_w
- clip_h
- SecurityException
Copyright © 2016 Open Microscopy Environment