Create pixel array using given inputs, sort the pixels by color value and display the result using the given type.
SortedMerge
Updated: 16 May 2019
Author: leafpictures
Compatible Nuke versions: 10.0 or later
Compatibility: Linux 64
Description:
Create pixel array using given inputs, sort the pixels by color value and display the result using the given type.
low: Use the lowest pixel color value.
median: Use a median pixel color value.
high: Use the highest pixel color value.
average: Average pixel color values together.
input: Pipe through just the given input.
Compatibility:
This node is written in C++ and compiled against the following variants:
Linux: 11.2, 11.1, 11.0, 10.5, 10.0
Windows: 11.3, 11.2, 11.1, 11.0, 10.5, 10.0
Installation:
-> Simply download, extract and add the absolute path of the extracted SortedMerge folder to your init.py:
nuke.pluginAddPath('path/to/SortedMerge')
(Inside the SortedMerge folder there is a menu.py which will choose the correct Nuke variant for your currently used Nuke, depending on your operating system and Nuke version, so you don't need to do anything further here.)
A manual that describes all knobs is attached.
Enjoy.
For further plugins and other tools, please visit www.leafpictures.de
Updates:
1.0.0
-----
- Initial Release (#1)