Make the scaling API a bit more friendly

This commit is contained in:
DRC
2011-02-22 06:41:29 +00:00
parent 05c1af2f57
commit 38218222cd
9 changed files with 135 additions and 73 deletions

View File

@@ -56,7 +56,7 @@ public class TJDecompressor {
throws Exception;
public native void decompress(byte [] srcbuf, long size, byte [] dstbuf,
int pitch, int pixelsize, int scale_num, int scale_denom, int flags)
int width, int pitch, int height, int pixelsize, int flags)
throws Exception;
static {