Omar Sobh and Claude Opus 4.6
b3520373fc
Add M15: image registration, stitching, batch macro CLI, user documentation
...
- Phase correlation registration with sub-pixel accuracy (ri-fft/registration.rs)
- Shared FFT utilities extracted from deconvolution (ri-fft/fft_util.rs)
- Image stitching with linear blending: pair + grid modes (ri-ops/stitch.rs)
- Batch macro CLI binary `rustyimage-batch` with full Operation dispatch (ri-batch crate)
- mdBook user guide: 27 pages covering all operations, analysis, macros, and advanced topics
- IPC commands + frontend Registration submenu (phase correlate, align, translate, stitch)
- README updated with batch CLI docs, registration/stitching features, 181 tests, 26 crates
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-03-10 08:07:05 -07:00
Omar Sobh and Claude Opus 4.6
bac61fb824
Add M4: image arithmetic, FFT/frequency filters, and color space conversions
...
Backend: add/subtract/multiply/divide/scale operations, 2D FFT with power
spectrum, bandpass and Butterworth lowpass filters, RGB-to-HSV and RGB-to-Lab
conversions, split/merge channels, and Hyperstack::zip_map for two-image ops.
Frontend: ImageCalculator modal, ProcessMenu with all new operations, updated
Toolbar and store hooks. 70 tests passing.
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-03-09 22:04:24 -07:00
Omar Sobh and Claude Opus 4.6
bdbfe49310
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] >
2026-03-09 21:19:47 -07:00