You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been evaluating MozJpeg's tjCompress2 function using tjexample (with only input/output filenames but no more options).
The problem is that the latest master commit (1a7384c) does "normal" JPEG compression and the result seems to be identical to normal libjpeg-turbo.
It seem the last commit that works well is 6d95c51.
bit bisect start HEAD 6d95c51a indicates that the ultimate cause is 044c22e, that is on libjpeg-turbo 2.0.5 branch.
And the commit b3e7390 (that merges the branch) broke the master branch.
I've checked the commit, 044c22e, but I could not found anything related to the actual behavior but there're changes on unit tests... :(
The text was updated successfully, but these errors were encountered:
I've been evaluating MozJpeg's tjCompress2 function using tjexample (with only input/output filenames but no more options).
The problem is that the latest master commit (1a7384c) does "normal" JPEG compression and the result seems to be identical to normal libjpeg-turbo.
bit bisect start HEAD 6d95c51a
indicates that the ultimate cause is 044c22e, that is on libjpeg-turbo 2.0.5 branch.I've checked the commit, 044c22e, but I could not found anything related to the actual behavior but there're changes on unit tests... :(
The text was updated successfully, but these errors were encountered: