Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Aug 10:50
· 8 commits to main since this release

πŸ’» Pre-compiled Binaries Usage Guide

This release contains pre-compiled standalone binaries for Windows, Linux, and macOS (Apple Silicon). You do not need a Go environment to run them.

πŸ“‹ Quick Command Rules:

  1. The input .RAF file path must ALWAYS be passed as the very first argument.
  2. Output folder: If you pass a valid directory path as the absolute last argument, all results will be saved there. If omitted, they will be saved right next to the source .RAF file.
  • 🟒 STABLE FLAGS (Ready to use): -exr, -tif, -preview, and -light <float> (default 3.5).
  • πŸ”΄ EXPERIMENTAL FLAGS (Do not use yet): -mosaic, -dng, and -recovery (currently unstable/in development).

🐧 1. Linux Setup & Usage

Binary name: rafparser-linux

Open your terminal in the directory where the binary is downloaded and grant execution permissions:

chmod +x rafparser-linux

Examples:

# Basic export to OpenEXR and TIFF next to the source file:
./rafparser-linux /path/to/photo.RAF -exr -tif

# Extract preview and EXR with custom brightness into an output folder:
./rafparser-linux /path/to/photo.RAF -exr -preview -light 4.0 /path/to/output_dir

πŸͺŸ 2. Windows Setup & Usage

Binary name: rafparser.exe

Run the binary using PowerShell or standard Command Prompt (cmd).

Examples:

# Basic export to OpenEXR next to the source file (PowerShell):
.\rafparser.exe C:\Photos\photo.RAF -exr

# Extract preview and TIFF into a specific custom directory (cmd):
rafparser.exe C:\Photos\photo.RAF -tif -preview D:\Projects\output

🍏 3. macOS Setup & Usage (Apple Silicon M1/M2/M3)

Binary name: rafparser-mac

Open your Terminal in the directory with the downloaded binary and grant execution permissions:

chmod +x rafparser-mac

(Note: Since this is an unsigned community binary, macOS gatekeeper might block it on the first launch. Go to System Settings βž” Privacy & Security and click "Allow Anyway" if prompted).

Examples:

# Quick embedded high-quality JPEG preview extraction:
./rafparser-mac /Users/name/Pictures/photo.RAF -preview

# Generate EXR and TIFF simultaneously into the current active directory:
./rafparser-mac /Users/name/Pictures/photo.RAF -exr -tif -light 3.8 .

DISCLAIMER

This software is provided "as is" without warranties of any kind. The developer shall not be liable for any damages, data loss, or financial losses resulting from the use or inability to use this program. Use at your own risk.


README_en.md
README_ru.md