- ri-roi: Full ROI system (Rectangle, Ellipse, Line, Point, Polygon, Freehand) with RoiManager, containment tests, pixel iteration, and Bresenham line sampling - ri-morph: Morphological operations (dilate, erode, open, close) with configurable structuring elements (Disk, Square, Cross) - ri-io: save_image() supporting PNG, JPEG, TIFF, BMP with channel re-interleaving - ri-measure: ROI-based stats/histogram and line intensity profile - ri-store: Parent tracking for undo, per-image RoiManager - ri-ipc: 12 new commands (save, undo, 4 morph ops, 6 ROI commands) - Frontend: ROI drawing overlay (SVG), ROI toolbar, measurement panel, line profile chart, save dialog, undo button, morphology in Process menu 57 tests pass, frontend builds clean. Co-Authored-By: Claude Opus 4.6 <[email protected]>
12 lines
213 B
TOML
12 lines
213 B
TOML
[package]
|
|
name = "ri-io"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
ri-types.workspace = true
|
|
ri-core.workspace = true
|
|
image.workspace = true
|
|
thiserror.workspace = true
|
|
png.workspace = true
|