Noah Rahm
Noah Rahm
## Basic info **Application name**: Gimel Studio **Application repo link**: https://github.com/GimelStudio/GimelStudio, https://github.com/GimelStudio/Gimel-Studio (the reason for two links is explained below...) **Application home link**: https://gimelstudio.github.io **Application description**: Non-destructive, node-based 2D image...
Hello, thank you for maintaining this project. It would be great if you would add the [Gothic A1](https://fonts.google.com/specimen/Gothic+A1?query=gothic+a) font. Thank you. :)
Currently, we do not have pre-built python wheels for OpenImageIO. OpenImageIO is only used for image I/O so it is not necessarily a hard dependency. OpenCV doesn't provide all of...
 Testing on another laptop with different scaling settings with a HiDPI display, it appears Windows also has issues when it comes to text and icons. Interestingly, testing...
Currently, you have to restart Gimel Studio every time you make a change to a node. Add the ability to reload and refresh the nodes in Gimel Studio without restarting....
Implement a core node, the Crop node using either glsl or numpy/opencv. It should take in an image and output an image. It may be a good idea to implement...
Implement a core node, the Edge Detect node using either glsl or numpy/opencv. It should take in an image and output an image. It may be a good idea to...
Fix the Project I/O to be compatible with the now merged muti-outputs update. This should be straightforward as the only differences are that only Properties exists (and handle both the...
Implement a check that prevents nodes from connecting to nodes that are in their own upstream, so that tangled messes are not allowed: > Check that the node you are...
We need a Github Actions script to automate building executables for each platform - [ ] Windows - [ ] Linux - [ ] MacOs You can adapt it from...