Skip to content

Shani0017/Rawify

Repository files navigation

Rawify

Batch-convert camera RAW files to JPEG, PNG, TIFF, or WebP — fast, offline, no upload required.

Download

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.

Screenshots

Convert History Settings
Convert tab History tab Settings tab

Features

  • 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

Usage

  1. Drop your RAW files (or a folder) onto the app, or click to browse.
  2. Pick an output format and adjust settings on the left / in Settings.
  3. Click Start batch conversion.
  4. Find your converted files in the output folder (opens automatically via the "Open folder" button).

Building from source

Requires Python 3.10+.

git clone https://github.com/Shani0017/Rawify.git
cd Rawify
pip install -r requirements.txt
python Conversion.py

To build a standalone executable:

# Windows
build_windows.bat

# macOS
./build_mac.sh

Both wrap pyinstaller Rawify.spec --clean --noconfirm; the output lands in dist/.

Running tests

pip install pytest pytest-qt
pytest tests/

License

MIT — see LICENSE.


Built by Creative Nerd.

About

Batch-convert camera RAW files (CR2, NEF, ARW, DNG, RAF...) to JPEG, PNG, TIFF, or WebP — fast, offline, no upload required.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors