SortedMerge (Nuke NDK)
"go back"
22
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
How to instal SortedMerege
Download the SortedMerge node, extract and add the absolute path of the extracted SortedMerge folder to your init.py:
In your init.py add this line:
nuke.pluginAddPath('path/to/SortedMerge')
Download
There are no comments for this project, yet. Be the first to write something here.