FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

Reverse sign to match YCoCg, and properly name the color space #215

Closed orlp closed 8 years ago

orlp commented 8 years ago

Currently the internal algorithm uses a non-standard colorspace, which is close to YCoCg, but with a channel flipped in sign, and a subtraction. I've made a pull request that properly explains standard YCoCg.

We should change the internal color space to standard YCoCg for easier explanation, logic and consistency, and we should rename the incorrectly named "YIQ" to the correct "YCoCg".

sipa commented 8 years ago

Agree.