A free and open source program that lets you cull, pick or rate raw photos captured by your camera.
- To save time. QuickRawPicker is very fast for checking multiple raw photos at the same time. It is speed oriented and built with C++ and Godot game engine. With the 16-bit texture feature, it is easy to check if the raw photo is overexposed or too noisy in dark areas.
- To save money. You can easily use QuickRawPicker as a pre-step to Rawtherapee or Darktable for that QuickRawPicker has XMP and PP3 ratings and is compatible with most free raw editing softwares on the market.
- Cross platforms. Most major desktop platforms are natively supported. (Windows x64 | Linux x64 | macOS Intel / Apple silicon)
- Small size and ease of use. The zip package is only about 30MB, no installation and no complicated setup.
- The macOS build has been signed and notarized.
- Add XMP/PP3 template in settings for sidecar file creation.
- Add thread number in settings.
- Add DCI P3 and Rec2020 colorspace.
- Enable local config file. (By adding an empty
override.cfg
file in the app folder.) - LibRaw is updated to support more cameras.
🔽Download stable / nightly release.
- Compare multiple (up to 100) photos of multiple scales at the same time.
- Read XMP rating score from the raw file, sidecar
.xmp
file or.pp3
file. - Write XMP or PP3 rating score to sidecar
.xmp
or.pp3
file. - Adjust EV and shift Gamma.
- Draw highlight area and shadow clipping area.
- Display as 16 bit texture on screen.
- Color space setting available.
- Export marked photos and associated files(Like
.JPG
and.xmp
) by copying. - Display AF point for different cameras' raw files, including Sony, Panasonic, Canon, Nikon, Olympus.
- 180 degree rotation.
- Why does my RAW file show black empty content on the screen?
The default renderer is based on GLES3 which may not be compatible with some legacy graphics card.
TryFn -> Settings -> Renderer Tab -> switch Renderer from GLES3 to GLES2 -> restart the QuickRawPicker
to fix the problem. - Why does the app show "file is damaged" in macOS?
The legacy versions of QuickRawPicker are not signed. You may need to runxattr -dr com.apple.quarantine QuickRawPicker.app
to fix the "file is damaged" issue for legacy versions under macOS. Please check https://disable-gatekeeper.github.io/ for more info.
- By rating. By Rating your raw photos in QuickRawPicker, the rating score will be written into the sidecar file
xmp
orpp3
. And then you can filter and edit them in Adobe Bridge, Lightroom, Darktable or Rawtherapee directly. demo - By marking and exporting. By marking your raw photos in QuickRawPicker, you can later export all the marked photo files to a desired folder. Usually this method can used to check the raw files on the SD card directly and export the marked ones to your hard drive on computer. demo
- godot Licensed MIT
- LibRaw Licensed LGPL-2.1
- libjpeg-turbo Licensed BSD