It is often very convenient to use previews as ROI (region of interest), for example to mark the problematic area in a Blink of the raw data and then check that it is well corrected in the final image. I used PropagatePreviews for this purpose, but it did not always did all what I wanted.
With the authorization of Enzo, the original author, I added some function (and eventually changed the code quite a bit). I propose this version for evaluation. If it works well I will propose it for standard distribution if Juan agrees.
It works slightly differently than the original one:
- You select the source view and call the script, it will allow you to copy the source previews to one or more target windows.
- You can also save the selected previews to a script process icon using standard PI method. Then you can recreate the previews by dragging the icon to the target image (very convenient if you want to examine the result of various reject algorithms)
- The script supports scaling the previews so that they can be applied to binned variants of the same image (it works also in the other direction, applying the preview of a binned image to the larger original). This is very convenient to compare details between L and binned RGB.
This is a version for test and feedback, I intend to test and clean it up a little bit more before an "official" release and I will update the present post with the latest version. It was tested on 1.8 1092 only but should probably work on some previous versions of PI.
The only documentation are the tool tips. See results in the log.
-- UPDATE Dec 14, 2014
Version 2.1 attached - added option to delete all previews on selected images
-- bitli