Rename 'Image Value' node to 'Image' and have its input value be an image not a raster table (#4037)

* Rename 'Image Value' node to 'Image' and have its input value be Image<Color> not Table<Raster<CPU>>

* Add a Properties panel widget labeling "width x height" for images in the Image node

* Add Image<Color> node registry entry for MonitorNode

* Code review
This commit is contained in:
Keavon Chambers
2026-04-22 16:00:03 -07:00
committed by GitHub
parent c2e1208d82
commit d3f36a95cf
11 changed files with 57 additions and 34 deletions

View File

@@ -225,6 +225,7 @@ tagged_value! {
Curve(raster_nodes::curve::Curve),
Footprint(core_types::transform::Footprint),
VectorModification(Box<vector::VectorModification>),
ImageData(Image<Color>),
// ==========
// ENUM TYPES
// ==========