I would like to develop a color management library that converts images for display, handles color profiles, does color proofing etc.
So far I found this book: Colour Management: Understanding and Using ICC Profiles
but it is concerned with ICC profiles and not much with color management in general.
Most books about color management seem to be written for photographers, designers and other "end users". Some contain few formulas, but nothing on which you can base your own color management software.
I understand some basics about color explained in digital image processing books, but color management is something more elaborate and I need to connect the dots.
I am basically looking for something like "Numerical Recipes in C" book, but for color management...