rcanut / nhwcodec

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

separate nhw-enc from library, add unified quality option #9

Closed tansy closed 1 year ago

rcanut commented 1 year ago

Hi tansy,

Many thanks for your commits.However I had to revert the last one, because at the same quality level, .nhw files size was not the same and quality was also different.Maybe you could inspect this bug?

Many thanks again. Cheers, Raphael

rcanut commented 1 year ago

Hi tansy,

I would like to test your changes before merging to my master branch on my repo but I am a complete newbie in GitHub.I have cloned your repo but I have made git checkout and then git branch -a, but your new enc-cli-tgetopt branch with the changes does not appear on my computer? What can I do to test it before merging?

Cheers, Raphael

rcanut commented 1 year ago

Hi tansy,

Actually I have downloaded the .zip file for your new enc-cli-tgetopt branch code, and I have still the same problem (different .nhw files size and different decoded images)... I compiled with: gcc *.c -O3 -o nhw-enc Am I doing all right?

Cheers, Raphael