You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/Settings.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@
9
9
|Zoom at AF point|When zooming to 100% from the shrinked size, it can automatically zoom to the AotuFocus point if it exists. Otherwise, it will zoom to the cursor position.|
10
10
|Cache round|Rounds to cache the previously opened images.|
11
11
|Color space|Display color space for images. This won't affect the thumbnail list part which always displays in SRGB.|
12
-
|Rating type|Decide which type of sidecar file should be read and write.|
13
12
|Export associated|This sets the associated file rules in exporting. <br> The delimiter must be `/`<br>`$` means the raw file name without the extension(Like `DSC00032`)<br>`#` means the raw file name.(Like `DSC00032.ARW`)<br>For example:<br>`$.JPG` means also copy a file named `DSC00032.JPG`<br>`#.xmp` means also copy a file named `DSC00032.ARW.xmp`<br>`$.xmp` means also copy a file named `DSC00032.xmp`<br>Example: `$.JPG/#.xmp` <- this means it'll also copy the JPG file and the darktable generated xmp file.|
13
+
|UI Scale|This can sacle the whole UI for fit some HD display environments.|
14
+
|Threads|Set the thread number to use.|
14
15
15
16
### Render tab
16
17
|Item|Description|
@@ -20,4 +21,9 @@
20
21
|Highlight Threshold|This is the upper limit of the highlight clipping shader.|
21
22
|One channel|When it is enabled, either red, green or blue above the highlight threshold will activate the highlight shader. When it is disabled, it requires all three channels to be above the highlight threshold.|
22
23
|Default EV|The default exposure value of a parsed photo.|
23
-
|Default Gamma|The default gamma value of a parsed photo.|
24
+
|Default Gamma|The default gamma value of a parsed photo.|
25
+
26
+
### Rating tab
27
+
|Rating type|Decide which type of sidecar file should be read and write.|
28
+
|XMP template|The custom template is used when creating the XMP sidecar file.|
29
+
|PP3 template|The custom template is used when creating the PP3 sidecar file.|
* Compare multiple (up to 100) photos of multiple scales at the same time.
@@ -43,6 +45,9 @@ A free and open source program that lets you cull, pick or rate raw photos captu
43
45
44
46
## Q&A
45
47
1.**Why does my RAW file show black empty content on the screen?** <br> The default renderer is based on GLES3 which may not be compatible with some legacy graphics card. <br> Try `Fn -> Settings -> Renderer Tab -> switch Renderer from GLES3 to GLES2 -> restart the QuickRawPicker` to fix the problem.
48
+
2.**Why does the app show "file is damaged" in macOS?**
49
+
<br>The legacy versions of QuickRawPicker are not signed. You may need to run `xattr -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.
0 commit comments