Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Jpeg Loading Error and Chroma Subsampling Adjustments #65

Closed Davidah121 closed 3 years ago

Davidah121 commented 3 years ago

JPEG loading error due to invalid huffman tree. Fixed by changing mergesort to insertion sort. Chroma Subsampling adjustments should be made to more closely match other JPEG loaders.

Davidah121 commented 3 years ago

Loading Error fixed along with changes to the DEFLATE functions to properly generate canonical huffman codes with the changes.

Davidah121 commented 3 years ago

Currently done. Waiting on #73 to be finished before merging. Chroma Subsampling is still off but not as much as before.