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
780
Commits
2
Branches
68
Tags
ff3d754f29124823f770aedbc26e48dba002b128
Commit Graph
3 Commits
Author
SHA1
Message
Date
DRC
f0f1ce1b7f
Minor modifications from jpeg-8d
2013-01-01 10:17:03 +00:00
DRC
ee4c7d28ab
Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software.
2013-01-01 10:12:34 +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