-
Updated
May 18, 2022 - C#
node-based
Here are 25 public repositories matching this topic...
-
Updated
Nov 24, 2020 - C#
-
Updated
Jul 21, 2022 - JavaScript
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 the same support for the formats OIIO does, but that is the tradeoff. :/
This issue should implement cv2 (which is already a dependency) as a fallback for image Input and output when OIIO is not installed. It should a
-
Updated
Jul 22, 2022 - TypeScript
-
Updated
May 9, 2022 - C#
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
Sep 5, 2021 - Python
-
Updated
Jul 22, 2022 - JavaScript
Good first issue
Before submitting an issue, search through existing open and closed issues to check whether the issue already exists.
General questions about the use of the addon are acceptable as well, but be sure to thoroughly read through the existing wiki and documentation before posting a question.
Feel free to submit suggestions or improvements you would like to see made.
Please respect the following t
-
Updated
Jun 21, 2022 - Rust
-
Updated
Apr 25, 2022 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Mar 25, 2022 - C#
-
Updated
Jul 3, 2022 - TypeScript
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Apr 12, 2022 - C++
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Apr 18, 2022 - Go
Improve this page
Add a description, image, and links to the node-based topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the node-based topic, visit your repo's landing page and select "manage topics."


QColorDialog uses 8bit integer values to represent color channels. The value range is 0 to 255.
Cascade uses 32bit float to represent a channel.
Right now the integer values get converted to float when the user chooses a color. It would be nice to have a color dialog that represent values as floating point.