mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-30 17:57:21 +00:00
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>
This commit is contained in:
parent
da38f672ae
commit
23b2c5bdf2
2 changed files with 180 additions and 0 deletions
|
@ -8,6 +8,7 @@ pub mod vector;
|
|||
pub use graphene_core::*;
|
||||
pub mod brush;
|
||||
pub mod dehaze;
|
||||
pub mod filter;
|
||||
pub mod image_color_palette;
|
||||
#[cfg(feature = "wasm")]
|
||||
pub mod wasm_application_io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue