This is a pixel sorter effect created in BlinkScript.
h_PixelSort
Updated: 9 March 2018
Author: malu05
Compatible Nuke versions: 10.0 or later
Compatibility: Linux, Mac, Windows
This is a primitive pixel sorter effect created in BlinkScript. It sorts pixels from black to white or vice versa, to create a interesting artistic effect.
Using the threshold silder you can pick where to start and stop the effect. And you can use the max length to set a limit to how long your sorting should be.
You can see a basic introduction to the pixelsorter here: https://vimeo.com/246859582
Changelog
V 1.1
- Added a option to toggle GPU. This should only be used if you have issues running it without.
- Added a option to output alpha from the source rather than a alpha that shows the affected area
Know limitations: The node have a hardcoded limit of 8000x8000 pixels, you can increase this limit opening the two blink scripts and looking for the number 8000 and changing this higher. Do note that this can increase processing time and memory usage.