Graphite/node-graph/gcore/src
Dennis Kobert ce5b73598c Fix transform logic for mask node (#1134)
Fix transform logic for mask node + other fixes

* Fixes the transform logic for the mask node reverting the breakage
introduced by the color pr

* Actually modifies the pixel values

* Fix storage format for images

* Export images as unassociated alpha
2023-04-16 10:15:58 +02:00
..
raster Fix transform logic for mask node (#1134) 2023-04-16 10:15:58 +02:00
vector Color system based on traits, and conversion to linear color in the graph (#1123) 2023-04-16 02:57:05 +02:00
consts.rs Refactor vector data type from document-legacy into node graph (#1057) 2023-02-25 16:55:05 +00:00
generic.rs Incremental compilation and stable node IDs (#977) 2023-02-07 20:06:24 +01:00
gpu.rs Implement node graph gpu execution via vulkano and rust gpu (#870) 2022-12-05 12:56:36 +01:00
lib.rs Implement the Brush tool (#1099) 2023-04-11 10:35:21 +02:00
ops.rs Implement the Brush tool (#1099) 2023-04-11 10:35:21 +02:00
quantization.rs Update GPU execution and quantization to new node system (#1070) 2023-03-05 13:22:14 +01:00
raster.rs Fix transform logic for mask node (#1134) 2023-04-16 10:15:58 +02:00
structural.rs Incremental compilation and stable node IDs (#977) 2023-02-07 20:06:24 +01:00
transform.rs Color system based on traits, and conversion to linear color in the graph (#1123) 2023-04-16 02:57:05 +02:00
types.rs Implement the Brush tool (#1099) 2023-04-11 10:35:21 +02:00
uuid.rs Migrate vector data and tools to use nodes (#1065) 2023-03-26 08:03:51 +01:00
value.rs Brush tool live preview (#1116) 2023-04-12 18:50:42 +01:00