Expose TurboJPEG scaling features in Java wrapper
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@375 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -56,7 +56,7 @@ public class TJDecompressor {
|
||||
throws Exception;
|
||||
|
||||
public native void decompress(byte [] srcbuf, long size, byte [] dstbuf,
|
||||
int width, int pitch, int height, int pixelsize, int flags)
|
||||
int pitch, int pixelsize, int scale_num, int scale_denom, int flags)
|
||||
throws Exception;
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user