Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 3.47 KB

README.md

File metadata and controls

44 lines (32 loc) · 3.47 KB

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