Dithering

Dither a single channel

Updated: 4 May 2022

Author: Eyal

Compatible Nuke versions: 11.3 or later

Compatibility: Linux 64

Even though Nuke have a dither node, I decided to play with dithering and build my own one.

The current node only dither one channel at a time, so if you wanna create a colorful image, you can give each channel of RGB a different type of dither.

 

Installation:

Place it inside the '.nuke' folder, Nuke will load it on startup.

In addtion, add those lines to the menu.py for a unique toolbar:

toolbar = nuke.toolbar('Nodes')

MyPluging = toolbar.addMenu('MyPlugins')

MyPluging.addCommand( 'Dithering', 'nuke.createNode('Dithering')', '' )

 

 

Dithering example01

 

Dithering example02

Sign in or register to download or rate.