imagic in 2026: An Evolving Open-Source Tool
imagic has grown steadily since its initial release, benefiting from the open-source model where improvements come from both the core development team and community contributors. The 2026 updates focus on three areas: improved AI accuracy, expanded RAW format support, and deeper integration with the broader open-source photography ecosystem.
Improved AI Scoring Accuracy
The core AI scoring models have been retrained on a significantly larger dataset of labeled photographs. The practical improvements:
- Sharpness: Better distinction between camera shake blur and intentional motion blur; improved handling of shallow depth of field where background blur shouldn't reduce the sharpness score
- Exposure: More nuanced handling of high-key and low-key intentional aesthetics; better identification of recoverable versus unrecoverable clipping in RAW files
- Composition: Improved subject detection for better centering and framing assessment, particularly for portrait work
Expanded RAW Format Support
imagic's LibRaw-based RAW reading has been updated to support the latest camera models released through 2025-2026. New camera profiles have been added for recent releases from Canon, Nikon, Sony, Fujifilm, OM System, and Panasonic. The DNG support has been updated to handle the latest DNG specification versions from DJI and Leica cameras.
Enhanced RawTherapee Integration
The imagic-RawTherapee integration has been improved with:
- Support for RawTherapee's latest PP3 profile schema
- Batch queue management — imagic can monitor RawTherapee's processing queue and resume interrupted batch jobs
- Profile suggestion — imagic can suggest an appropriate RawTherapee base profile based on the detected shoot type (portrait, landscape, event, etc.)
Performance Improvements
AI analysis speed has improved through better multi-threading and optional GPU acceleration. On machines with compatible NVIDIA or AMD GPUs, the analysis pipeline can now use GPU compute for the scoring models, reducing analysis time by 40-60% compared to CPU-only processing.
Community Contributions
The open-source nature of imagic means that community contributions have added features the core team hadn't prioritized:
- A Digikam export plugin that sends imagic-selected files directly to a Digikam library
- A darktable integration option alongside the existing RawTherapee integration
- Improved localization support for non-English users
What's on the Roadmap
Planned improvements include enhanced face detection for portrait sharpness scoring, tethered shooting support for studio photographers, and a web API mode for integration with custom studio management systems. As an MIT-licensed project, all of these features will be available free to all users upon release.
How to Update
Update imagic with a single command: pip install --upgrade imagic. The update preserves your existing sessions, profiles, and settings. Check imagic's GitHub page for the full changelog and to track upcoming releases.