Another fix of interest to SCI0 folks (i.e. no one?) in the upcoming SCI Companion "service pack" is the support of gamma correction for dithered images.
Companion currently assumes that, say, blue dithered with black should be matched to a color that is halfway between those two. But that's incorrect because of a monitor's gamma curve. As a result, the "import bitmap to pic" functionality has never produced very faithful colors. With the addition of gamma correction, this should be fixed.
In the attachment, the top image is the original. Below that, on the left is the non-gamma-corrected image. In the middle is the gamma-corrected image. The bottom row shows what it looks like after being undithered (say in ScummVM).
The right hand side shows the "non-smooth" option in "import bitmap to pic", where dithered colors with very different component colors are allowed. Looks terrible dithered, but more accurate when undithered (look at the ice on the lake).
Note that this only affects dithering, so doesn't apply to the SCI1+ case at all.