rcanut / nhwcodec

NHW : A Next-Generation Image Compression Codec
Other
68 stars 9 forks source link

Revert "separate nhw-enc from library, add unified quality option" #10

Closed rcanut closed 1 year ago

tansy commented 1 year ago

What was wrong with that?

rcanut commented 1 year ago

Hi tansy,

Actually I compiled with: gcc *.c -O3 -o nhw-enc, and at the same quality setting, .nhw file size is different (from previous version) and decoded images are also different.I would like that .nhw file size and decoded image to be the same as the previous version.

Many thanks again. Cheers, Raphael

tansy commented 1 year ago

I didn't change codec in any way. It's just different client user interface

I just checked and the files are different. I don't get why add I just remapped low20-low1-norm-high1-high3 into 1-24. I must have missed something.

rcanut commented 1 year ago

Yes, I totally agree with you.I am missing something too.