This website requires JavaScript.
Explore
Help
Sign In
ryan
/
mozjpeg
Watch
1
Star
0
Fork
0
You've already forked mozjpeg
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
524
Commits
2
Branches
68
Tags
2ff9d2a26d2b58516d075cb5ee9e919b11b521a5
Commit Graph
3 Commits
Author
SHA1
Message
Date
DRC
abeb01d5f1
Don't require buffer size to be preset if using TJFLAG_NOREALLOC
2011-05-24 10:17:32 +00:00
DRC
3ec2702bfc
Clean up constants so that flags, pixel formats, etc. are clearly differentiated; Update documentation accordingly; Name the enums to make it easier to reference them in the docs and clean up the references accordingly; Set Doxygen option to force a detailed description for the constants to always be generated
2011-05-21 15:34:54 +00:00
DRC
aa92628cd4
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.
2011-05-21 14:37:15 +00:00