Page:
quick-start
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
1
quick-start
Chromum edited this page 2025-05-09 11:58:51 +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.
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.
Enjoy creating and processing your images with the powerful Image Processing Graph tool!