Initial commit: RustyImage M0-M2

Scientific image viewer/processor built with Tauri + React + Rust.

M0: Workspace setup, Tauri window, PNG display via ritile:// protocol
M1a: Multi-image tabs, zoom/pan, brightness/contrast, native file dialog,
     keyboard shortcuts, status bar
M1b: RGB/multichannel composite display with per-channel LUTs,
     visibility toggles, additive blending
M2: Pixel inspector, histogram/statistics panel, image processing
    operations (invert, gaussian blur, median filter, threshold,
    histogram equalization), Z/T stack navigation support

Architecture: 14-crate Cargo workspace (ri-types, ri-core, ri-io,
ri-lut, ri-render, ri-store, ri-ops, ri-measure, ri-ipc, ri-app,
plus phase 2-4 placeholders). React frontend with hooks-based state
management and component architecture.

39 tests, all passing.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Omar Sobh
2026-03-09 21:19:47 -07:00
co-authored by Claude Opus 4.6
commit bdbfe49310
75 changed files with 13278 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B