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.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@616 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2011-05-21 14:37:15 +00:00
parent f89dd1ec1a
commit 9b28defe6a
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