v0.1.5
π» 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:
- The input
.RAFfile path must ALWAYS be passed as the very first argument. - 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
.RAFfile.
- π’ STABLE FLAGS (Ready to use):
-exr,-tif,-preview, and-light <float>(default3.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-linuxExamples:
# 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.