Graphite/node-graph/gstd/src
Calvin 23b2c5bdf2
New node: Blur (#2477)
* Implementation of gaussian blur and box blur with linear/nonlinear colorspace in raster category

* styling/formatting

* Partial code review

* remove image crate, use conversion functions from color.rs

* fix box blur checkmark, fix linear/gamma conversion

* mult/unmult alpha before/after blur

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-04-30 02:47:46 +00:00
..
any.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
brush.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
cache.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
dehaze.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
filter.rs New node: Blur (#2477) 2025-04-30 02:47:46 +00:00
gpu_nodes.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
http.rs Replace Footprint/() call arguments with dynamically-bound Contexts (#2232) 2025-03-06 05:35:56 -08:00
image_color_palette.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
imaginate.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
lib.rs New node: Blur (#2477) 2025-04-30 02:47:46 +00:00
raster.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
text.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
value.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
vector.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
wasm_application_io.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00