Page:
Guides/QuickStart
Pages
Guides/QuickStart
Home
Nodes/BaseImageNode
Nodes/Image/Desaturate
Nodes/Image/GetDimensions
Nodes/Image/Invert
Nodes/Image/InvertChannel
Nodes/Image/RGBACombine
Nodes/Image/RGBASplit
Nodes/Image/Texture2DImport
Nodes/Image/Texture2DOutput
Nodes/Image/VariableNode
Nodes/Image/ViewImageNode
Nodes/Images/FromPathNode
Nodes/Images/SingleChannelColor
Nodes/String/Append
Nodes/String/Replace
Nodes/String/Split
Nodes/Utils/GenericConnection
quick-start
Clone
5
Guides/QuickStart
Chromum edited this page 2025-05-12 14:52:22 +00:00
Image Processing Graph - Getting Started Guide
Welcome to the Image Processing Graph! This guide will walk you through creating and using graphs within the editor.
1. Creating a Graph
To create a new graph:
- Right-click in the Project View.
- Navigate to Create → Image Processing Graph → New Graph.
- Name the asset as desired.
2. Opening a Graph
To open an existing graph:
- Double-click the newly created asset or any pre-existing graph asset.
- Alternatively, with a graph asset selected, click the "Open" button in the Inspector.
3. Using the Graph
3.1 Creating Nodes
To create a node:
- Press the "Space" button or Right-click → Create Node to open the node creation window.
- In the search window that opens, type the name of the node you wish to create and press Enter or double-click on the node name to add it to the graph.
- You can also use the arrow keys to navigate through the search results in the creation window.
3.2 Connecting Nodes
To connect nodes:
- Click and drag from one port to another. The ports must be of the same type.
- Hovering over a port will show its type, making it easier to connect compatible nodes.
- If you drop a connection in empty space, a contextual search window will open.
- The contextual search window will only show nodes that can connect to the port you dragged from.
3.3 Deleting Nodes
- To delete a node, you can right-click on the node and select Delete.
- Alternatively, you can press the Delete key after selecting a node.
3.4 Creating a Sticky Note
To create a sticky note:
- Click on the Options button in the top right of the graph.
- Select Make Sticky Note from the dropdown menu.
- A note will appear at the centre of the graph. You can drag it to a more convenient location.
- To edit the note, click on it and type your text directly inside.
- Right click the sticky note to change settings such as Font Size.
- Use sticky notes for adding reminders, comments, or any information relevant to the graph you`re building.
3.5 Running the Graph
To run the graph:
- Once your nodes are connected and configured, click the Run button in the top toolbar.
- The graph will begin processing and executing according to the nodes and connections you`ve set up.
- If there`s an error or issue, the Console will display relevant logs, which can be used to troubleshoot; The node that errors will highlight red.
4. Controls
Navigation
- Middle Mouse Drag - Pan view around graph.
- Mouse Scroll - Zoom in and out of the graph.
Graph Interaction
- Spacebar - Open the node creation menu.
- Delete Key - Delete the selected node(s).
- Ctrl + Z - Undo the last action.
- Ctrl + Shift + Z - Redo the last undone action.
Tips & Tricks
- Ports and Types: Make sure you connect ports of the same type for proper functionality.
- Contextual Search: Use the contextual search window for more dynamic and flexible node connections.
- Keyboard Shortcuts: Use the Spacebar and Arrow Keys for quick navigation and node creation.