Completely refactored the TurboJPEG C API so that it uses pixel formats instead of the clunky pixel size + flags combination to define the pixel size and component order. tjCompress2() and tjTransform() can also now grow the JPEG buffer as needed, which can allow programs to save memory by not pre-allocating the "worst-case" buffer size calculated by TJBUFSIZE(). Converted API documentation to Doxygen. There is no legacy code remaining, so the refactored version of the library has been re-licensed under a BSD-style license.

This commit is contained in:
DRC
2011-05-21 14:37:15 +00:00
parent 6be4598bec
commit aa92628cd4
62 changed files with 6707 additions and 1102 deletions

54
doc/html/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long