Batch-convert camera RAW files to JPEG, PNG, TIFF, or WebP — fast, offline, no upload required.
Grab the Windows .exe from the Releases page — no install, no Python required. Just run it.
Prefer to pay-what-you-want? It's also on Gumroad.
| Convert | History | Settings |
|---|---|---|
![]() |
![]() |
![]() |
- Formats: JPEG, PNG, TIFF, WebP output
- RAW support:
.cr2.cr3.nef.arw.dng.raf.orf.rw2.srw.pef - Drag-and-drop or file-picker batch queue, with drag-to-reorder
- Quality slider, resize, DPI, subfolder routing, filename templates (
{name}{date}{index}{camera}) - Brightness adjustment, white balance presets, sRGB / Adobe RGB color profile
- Strip EXIF metadata (optional)
- Cancel mid-batch, retry only the failed files, open output folder, desktop notification on completion
- Save/load conversion presets
- Watch a folder and auto-convert new files as they land
- Conversion history log
- Drop your RAW files (or a folder) onto the app, or click to browse.
- Pick an output format and adjust settings on the left / in Settings.
- Click Start batch conversion.
- Find your converted files in the output folder (opens automatically via the "Open folder" button).
Requires Python 3.10+.
git clone https://github.com/Shani0017/Rawify.git
cd Rawify
pip install -r requirements.txt
python Conversion.pyTo build a standalone executable:
# Windows
build_windows.bat
# macOS
./build_mac.shBoth wrap pyinstaller Rawify.spec --clean --noconfirm; the output lands in dist/.
pip install pytest pytest-qt
pytest tests/MIT — see LICENSE.
Built by Creative Nerd.


