Add CMYK support to the TurboJPEG Java API & clean up a few things in the C API

This commit is contained in:
DRC
2013-08-23 04:45:43 +00:00
parent 24668df1df
commit 0fb3247f9a
18 changed files with 497 additions and 73 deletions

View File

@@ -687,5 +687,6 @@ public class TJDecompressor {
protected int jpegWidth = 0;
protected int jpegHeight = 0;
protected int jpegSubsamp = -1;
protected int jpegColorspace = -1;
private ByteOrder byteOrder = null;
};