A new version v0.2.1 is released. Reloading cached photos are much faster and 4k screen users can adjust the UI scale now.
- fix slow display of cached photos
- add UI scale
A new version v0.2.1 is released. Reloading cached photos are much faster and 4k screen users can adjust the UI scale now.
QuickRawPicker now has a automatic build action in Github. Every commit will generate a new nightly build by Github Action.
The nightly build can be downloaded here: https://github.com/qdwang/QuickRawPicker/releases/tag/nightly
The naming rule is:
QuickRawPicker-{latest stable version tag}-{commits since last stable version}-{current commit hash}-{OS}.zip
A new version v0.3.0 has been released.
file is damaged alert will show up in macOS.override.cfg file in the app folder.)Camera Format support:
Sony Lossless compressed support
Panasonic v6/12 bit
Camera support:
DJI Mavic Air 2S
Fujifilm GFX 50S II; GFX 100S, X-E4
GoPro HERO9, HERO10 (if compiled w/ USE_GPR_SDK)
Nikon Z fc
Panasonic GH5 Mark II
Pentax K3 Mark III
Olympus E-P7
Ricoh GR IIIx
Sony A1, A7R-IIIA (ILCE-7RM3A), A7R-IVA (ILCE-7RM4A), ZV-E10
Canon EOS M50 Mark II
Download here: https://github.com/qdwang/QuickRawPicker/releases/tag/v0.3.0
I am looking for a culling software to see raw images before I import them in DT (Searching for a previewer and culling software with good RAW histogram), and I met this thread.
Does it provide raw histogramm and raw over exposed/under exposed indicators?
It would be great to have them.
rawdigger does a great work on that (and lets you see individual channels before demosicing) may be you can take ideas from there.
But it lacks many other culling options (fastrawviewer implements them but lacks the histogramm options).
I will try your soft. Thank you.
It looks like it has oneâŚtoo rudimentary??

I havenât tried it just going from their screen shotâŚ
Thanks, yes it has one, but no so great and it is not in X linear so the falls at the right are more exagerated than the real data, and you cannot change Y mode.
But it helps in judging whether there are clipped channels.
Rawdipper has much better tools for the hisogramm.
A mix from the two would be my ideal software.
I put them here to provide hints for making this software better: good histogram from raw data, a grid view of all images, a highlight compression and shadow expansion mode to judge what you can get from it (here there is the exposition adjust but that moves all the histogramm) a color tag culling and best access to that classification option and a reject option (I donât like moving them to a folder , as the main use of a culling tool is directly from the sdcard, better to tag them).
If a import with renaming is added that would be a perfect tool.
Something like that in a culling tab in DT that you open to prepare the import would be a dream for me, or even if you have to import the images previously and the easily delete rejected.
Ya I think ART has one in their inspector mode and hovering provides the data at least when using it in the editor viewâŚI guess RT has one as well but I am not sure how they compare to the data you get from rawdigger⌠You could load them with the neutral profile and no demosaicing and see??
Currently, QuickRawPicker contains this indicator but not raw histogram. Your advices are great and I will take them into consideration.
Yes I saw it, Âżare the indicators based in raw data or in developed data?
Here is the process:
linear raw data â 16bit float texture â graphic pixel shader(gamma, brightness, highlight/shadow indicators)
So itâs based in developed data unless you leave gamma and brightness unchanged(means 1)
thanks, I had supposed it, it is the usual indicator.
Seeking to see if you implement raw indicator and histogram in future versions.