Files
rustyJ/crates/ri-fft/Cargo.toml
T
Omar SobhandClaude 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

10 lines
168 B
TOML

[package]
name = "ri-fft"
version.workspace = true
edition.workspace = true
[dependencies]
ri-core.workspace = true
ri-types.workspace = true
rustfft.workspace = true