High-speed Conversion of Floating Point Images to 8-bit

Bill Spitzak
Digital Domain

Copyright © 2002 by Digital Domain and Bill Spitzak. Feel free to copy or reference these pages in your own documentation, provided you preserve the copyright notice and authorship information. The source code is under the General Public License (GPL), but it is also available under other licensing terms if you desire. Please contact Digital Domain if you wish to use it under a different license.

My paper describes a method I have developed at Digital Domain to accurately and quickly convert between "linear floating point" and the more common "sRGB bytes" representations of the images. The method is simple and fast. It uses dithering to avoid posterizing, and can be implemented in hardware.

But it appears that there is still a need to explain exactly what these terms mean, and why this conversion is desirable. Click on each of these chapters to read my attempts to explain this rather simple, but for some reason very confusing, subject:



Okay, now it is finally time to talk about my algorithim: