Add some additional image effect nodes (#869)

* Move the Subpath type to graphene-std

* Add the transform subpath node

* Delete selected nodes

* Inserting node list on right click

* Add several bitmap manipulator nodes

* Convert add node to use f64

* Add posterize node

* Rename names randomly

* Fix naming

* Exposure node

* Fix typo

* Adjust exposure node range

* Comment out vector nodes

* Adjust exposure range again

* Posterise as ints

* Rename input

* Use >= in the to hsl function
This commit is contained in:
0HyperCube
2022-12-03 14:29:45 -08:00
committed by GitHub
parent 0fb12bf39b
commit f9d772070b
50 changed files with 1310 additions and 481 deletions
Generated
+7
View File
@@ -223,6 +223,7 @@ name = "dyn-any"
version = "0.2.1"
dependencies = [
"dyn-any-derive",
"glam",
"log",
]
@@ -357,6 +358,7 @@ dependencies = [
"borrow_stack",
"dyn-any",
"dyn-clone",
"glam",
"graphene-core",
"graphene-std",
"log",
@@ -390,12 +392,16 @@ dependencies = [
name = "graphene-std"
version = "0.1.0"
dependencies = [
"bezier-rs",
"borrow_stack",
"dyn-any",
"dyn-clone",
"glam",
"graph-proc-macros",
"graphene-core",
"image",
"kurbo",
"log",
"once_cell",
"proc-macro2",
"quote",
@@ -440,6 +446,7 @@ dependencies = [
"bezier-rs",
"glam",
"graph-craft",
"graphene-std",
"image",
"kurbo",
"log",