nitro icon indicating copy to clipboard operation
nitro copied to clipboard

Powerful and flexible node editor that facilitates building complex combinations of various image processing techniques.

Results 22 nitro issues
Sort by recently updated
recently updated
newest added

Allow each module to define its own resource directory to add e.g. more icons

Build

Allow for the spawning of multiple copies of the same dock. In particular, allow for multiple image viewers and allow the viewer node(s) to select which dock to view the...

enhancement
core change
gui

Ensure that each module CMakeLists.txt can specify each own unique dependencies, instead of modifying the main CMakeLists.txt.

Build

Allow modules to specify which modules it depends on (e.g. an image processing module that depends on imcore)

Build

Allow modules to register particular nodes as viewer nodes (or associate them with particular dock widgets somehow) Additionally, allow for registering particular nodes as file load nodes, so that users...

core change
nodes

Currently, the image viewer color info has a fixed minimum size which clashes with the arbitrary resizing of dock widgets. Allow for this status bar to be collapsed properly.

bug
gui

First off, this is a beautiful project! I'd like to propose a feature for converting multiple images at a time. As far as I can tell, this doesn't seem possible,...

enhancement
nodes

Create a separate data type to hold a GPU image and process it accordingly. Most likely start out with CUDA first and port to non-NVIDIA GPUs later. See https://opencv.org/platforms/cuda/

enhancement

Emit a warning message from CMake if the directories in `external/` are not found properly.

Build