Hacker News new | past | comments | ask | show | jobs | submit login

I don't understand the basics of signal processing either. Any tips for good literature/videos about signal processing for image sampling like this?

> Looks like he made the classic log/linear error too.

It's converted from linear space to "gamma space" before writing the image, if that's what you mean:

> img = np.where(img <= 0.0031308, 12.92img, 1.055img(1.0/2.4) - 0.055)




Try the sample chapter from the Physically Based Rendering book: http://www.pbrt.org/chapters/pbrt_chapter7.pdf




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: