Skip to content

Commit baef382

Browse files
committed
Add PyImageCUDA Studio section to README with installation instructions and features
1 parent 456624a commit baef382

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,23 @@ with Image(1024, 1024) as bg:
5151
* **Marketing Automation:** Mass-produce personalized graphics from templates.
5252
* **Data Augmentation:** High-speed batch transformations for ML datasets.
5353

54+
## PyImageCUDA Ecosystem
55+
56+
This library is the foundation. For visual workflows:
57+
58+
**[PyImageCUDA Studio](https://github.com/offerrall/pyimagecuda-studio)**
59+
- Node-based image compositor with real-time preview
60+
- Design templates visually, automate with Python
61+
- 40+ nodes: generators, effects, filters, transforms
62+
- Headless batch processing API
63+
```bash
64+
pip install pyimagecuda-studio
65+
```
66+
67+
---
68+
69+
## Installation
70+
5471
## Installation
5572
```bash
5673
pip install pyimagecuda

0 commit comments

Comments
 (0)