A simple node-based editor for image processing with multiple layers.
Try it out here !
Types of Nodes (as of now):
- ImageSource - (loads images and channels)
- Layer - (can blend different channels or images or output from other nodes)
- CombineChannel - (combines channels into image)
- Brightness - (brightens image/channels)
- Contrast - (adjust image/channels contrast)
- Gamma - (adjust image/channels gamma)
- GrayScale - (convert 3 channel rgb to 1 channel grayscale)
- Binarize - (binarizes image)
- Reduce Palette - (reduces color info on image)
Copyright © 2019-present | Saurabh Bhagat