Expose TurboJPEG scaling features in Java wrapper
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