Skip to content

saurabh-prosoft/node-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vAP Cover


Node IP

GitHub Workflow Status

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)

License

Apache

Copyright © 2019-present | Saurabh Bhagat