Seamless Panorama Stitcher
Most Rust-based image stitchers rely on OpenCV - a great library for image processing, but a pain when it comes to cross-platform compiling. So I decided to skip it and build my own seamless (no blending) stitching and warping algorithm instead. It does a solid job at preserving perspective, and the quality is on par with other popular tools. Performance is also quite good.
Grow / Shrink & Feather AI Masks
You can now grow, shrink, and feather AI generated masks (such as subject or foreground) to refine their effect even further.
Improvements
This release includes a bunch of bug fixes and animation improvements.
Worth noting: the HSL panel now lets you not only shift a color to another, but also cascade it through multiple colors along the way.
What to Download
OS | Architecture | Format | Download Link |
---|---|---|---|
Windows | x64 | .exe
| RapidRAW for Windows |
macOS (Apple Silicon) | ARM64 | .dmg
| RapidRAW for macOS ARM |
macOS (Intel) | x64 | .dmg
| RapidRAW for macOS x64 |
Ubuntu 22.04 | x86_64 | .deb
| RapidRAW for Ubuntu 22.04 |
Ubuntu 24.04 | x86_64 | .deb
| RapidRAW for Ubuntu 24.04 |
For other platforms and formats (ARM builds, RPM, AppImage, etc.), check the full asset list below.
Running on macOS
To run the app on macOS, you’ll need to remove the quarantine flag using the following command:
xattr -dr com.apple.quarantine /Applications/RapidRAW.app
This is necessary because the app isn’t code-signed yet, and macOS may otherwise report it as "corrupted."
Running on Windows
You may see a Windows Defender SmartScreen warning when launching the app.
- Click "More info" → "Run anyway"
This happens because the app is not yet signed with a code certificate