Update Guides/QuickStart

Chromum 2025-05-12 14:50:58 +00:00
parent 1239349574
commit e9aa59061f

@ -8,9 +8,9 @@ Welcome to the **Image Processing Graph**! This guide will walk you through crea
To create a new graph:
1. **Right click in the project view**.
1. **Right-click** in the **Project View**.
2. Navigate to **Create → Image Processing Graph → New Graph**.
3. Name the asset as desired.
3. **Name the asset** as desired.
---
@ -47,6 +47,41 @@ To connect 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:P
1. Click on the **Options** button in the top right of the graph.
2. Select **Make Sticky Note** from the dropdown menu.
3. A note will appear at the centre of the graph. You can **drag** it to a more convenient location.
4. To **edit** the note, click on it and type your text directly inside.
5. Right click the sticky note to change settings such as Font Size.
5. Use sticky notes for adding reminders, comments, or any information relevant to the graph youre building.
### 3.5 **Running the Graph**
To run the graph:
1. Once your nodes are connected and configured, click the **Run** button in the top toolbar.
2. The graph will begin processing and executing according to the nodes and connections youve set up.
3. If theres 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
@ -54,7 +89,3 @@ To connect nodes:
- **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!