]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commit
Fix Image::ColorToGray()
authorStephen Seo <seo.disparate@gmail.com>
Sat, 4 Dec 2021 02:40:07 +0000 (11:40 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 4 Dec 2021 02:40:24 +0000 (11:40 +0900)
commita4d7156e10052ee1d60ca2922328fbee85efc92d
tree395a318aa27b07770649a98dacf5104c71853625
parent750e0d07bbc8103531aaade256a8d8e24ba8dc56
Fix Image::ColorToGray()

Previous implementation had images brighter than usual. The algorithm
used was probably not necessary as it was for converting from
linear-space to a different one.
src/image.cc