Graphite/graphene/src
0HyperCube eb9848365f 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
2022-12-03 22:29:45 +00:00
..
layers Add some additional image effect nodes (#869) 2022-12-03 22:29:45 +00:00
boolean_ops.rs Fix swapped boolean subtract modes 2022-11-08 01:09:51 -08:00
color.rs Can set stroke and fill on text and shapes (#551) 2022-02-15 09:04:11 -08:00
consts.rs Shape boolean operation improvements (#547) 2022-05-10 17:31:08 -07:00
document.rs Add some additional image effect nodes (#869) 2022-12-03 22:29:45 +00:00
error.rs Integrate Stable Diffusion with the Imaginate layer (#784) 2022-10-18 22:33:27 -07:00
intersection.rs Add some additional image effect nodes (#869) 2022-12-03 22:29:45 +00:00
lib.rs #[macro_use] the log crate (#775) 2022-09-08 21:14:01 +01:00
operation.rs Add some additional image effect nodes (#869) 2022-12-03 22:29:45 +00:00
response.rs Integrate Stable Diffusion with the Imaginate layer (#784) 2022-10-18 22:33:27 -07:00