I made another CTL script, “Channel Reconstructor”. As usual its purpose is restoring damaged film scanned color images. The basic idea of film restoration in this script is diversion or mixing of channel information. In general, the correlation between channel images is very high. Its correlation coefficient is around 0.95. Therefore, the images in each channel are very similar. Our color perception is based on very subtle difference in each channel images. Therefore, with just a little value level adjustment, we may be able to restore damaged images with substituting or mixing discolored or faded color channel image with less discolored and faded color channel images. So this script is essentially channel mixer with supplemental parameter settings.
The UI of this script has three parts. First part is parameter setting for channel mixing. Second part is parameter setting to adjust reconstructed (mixed or substituted) channel image. Third part is relative color filter same as my previous scripts. You can also use ART’s built-in mask.
$ First Part: Channel Mixer
Restoring Channel: You can select restoring target channel.
Red, Green, Blue: This parameter decide channel mixing rate or substituting channel. If you assign a non-zero value to only one channel, the image of restoring target channel will be simply substituted with the image of non-zero value channel without channel mixing. The total value of the values set here is always adjusted to 1, and the RGB mixing ratio is determined by the relative value of the values set here.
Gamma for R, G, B: Before mixing, you can adjust value level of each mixing channel with gamma correction. There is no need to adjust this parameter unless you are mixing channels.
Mixing channel view: You can select channel view to confirm value level of each mixing channel before channel mixing. There is no need to view channel image unless you are mixing channels.
$ Second Part: Adjustment of mixed or substituted channel image
Lightness: You can allocate multiplying value to adjust lightness of restored image.
Gamma correction: You can apply gamma correction to restored image.
$ Third Part: Relative color filter
This is same as my previous scripts. Please refer to following articles.
You can download this script from following link.