Difference between revisions of "UI-less Settings"
From XnView Wiki
m (→File) |
(Added [Resize] / Sharpen) |
||
(29 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
UI-less Settings are settings that | UI-less Settings are settings that do not have any user interface in XnView to change the state of the setting. The only way to change these settings is to manually edit the XnView configuration file "xnview.ini" or XnView settings in the Windows registry "HKEY_CURRENT_USER\Software\XnView". See [[Settings and Ini Files]] and [http://newsgroup.xnview.com/viewtopic.php?f=17&t=1547 Info about XnView's settings] for more information on how to edit and locate these settings. | ||
All settings are grouped into sections and each title in the list corresponds to a section in the INI-file or a subkey in XnView's registry key. E.g. Settings under the Browser title should be added under the "[Browser]" section in the "xnview.ini" file or in the "HKEY_CURRENT_USER\Software\XnView\Browser" registry key. When adding settings to the registry, you should use a (REG_DWORD) value type for boolean & integer values and a (REG_SZ) type for string values. | |||
== Browser == | == Browser == | ||
;AlphaForThumbnail | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView uses alpha transparency in thumbnails. | : When enabled, XnView uses alpha transparency in thumbnails. | ||
Line 14: | Line 14: | ||
</div> | </div> | ||
;BColorFilter## (01-xx) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the file name label background color of specified file-types in XnView's browser file pane. | : Changes the file name label background color of specified file-types in XnView's browser file pane. | ||
: Value: Formatted string | : Value: Formatted string [type, R G B] or [*.ext, R G B], all possible "type" format values are set by default | ||
: Example: BColorFilter01=jpeg, 237 237 202 or BColorFilter01=*.txt, 212 208 200 | : Example: BColorFilter01=jpeg, 237 237 202 or BColorFilter01=*.txt, 212 208 200 | ||
: See also ColorFilter## setting | : See also ColorFilter## setting | ||
</div> | </div> | ||
;CheckNetFolder | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView will check if subfolders exist on network drives when updating the folder tree pane in XnView's browser. | : When enabled, XnView will check if subfolders exist on network drives when updating the folder tree pane in XnView's browser. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color:gray">Regression ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=11011 viewtopic.php?t=11011] | : <span style="color:gray">Regression ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=11011 viewtopic.php?t=11011] | ||
: See also ExpandUNC setting | |||
</div> | </div> | ||
;ColorFilter## (01-xx) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the file name label text color of specified file-types in XnView's browser file pane. | : Changes the file name label text color of specified file-types in XnView's browser file pane. | ||
: Value: Formatted string | : Value: Formatted string [type, R G B] or [*.ext, R G B] | ||
: Example: | : Example: ColorFilter01=jpeg, 25 25 25 or ColorFilter01=*.txt, 10 200 10 | ||
: See also BColorFilter## setting | : See also BColorFilter## setting | ||
</div> | </div> | ||
;ColorLabel-# (0-4) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Overrides the default color category names. | : Overrides the default color category names. | ||
Line 51: | Line 52: | ||
</div> | </div> | ||
;ExpandUNC | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView always expands UNC network paths in the folder tree pane in XnView's browser. | : When enabled, XnView always expands UNC network paths in the folder tree pane in XnView's browser. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: See also CheckNetFolder setting | |||
</div> | </div> | ||
;FolderColor# (1-5) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the colors of folder thumbnails. | : Changes the colors of folder thumbnails. | ||
Line 67: | Line 69: | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
: See also SelBorderColor setting | : See also SelBorderColor setting | ||
: Note: Changes to folder colors might not be visible | : Note: Changes to folder colors might not be visible until the folder thumbnails are rebuilt. | ||
</div> | </div> | ||
;HistoBColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the background color of the histogram panel in XnView's browser. | : Changes the background color of the histogram panel in XnView's browser. | ||
Line 76: | Line 78: | ||
</div> | </div> | ||
;LabelColor_## (01-10) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the text and background color of thumbnail labels in thumbnail & labels view mode. | : Changes the text and background color of thumbnail labels in thumbnail & labels view mode. | ||
: Value: Formatted string | : Value: Formatted string [text color, back color] <> [R G B, R G B] | ||
: Example: LabelColor_03=255 255 255, 0 0 0 | : Example: LabelColor_03=255 255 255, 0 0 0 | ||
</div> | </div> | ||
;LockLayout | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView will lock the browser layout so the user cannot resize preview, folder or file | : When enabled, XnView will lock the browser layout so the user cannot resize preview, folder tree or file pane. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
</div> | </div> | ||
;NoDelayedPreview | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView | : When enabled, XnView does not have a delay between image previews when switching files with the arrow keys in XnView's browser. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: See also TimerForPreview setting | : See also TimerForPreview setting | ||
</div> | </div> | ||
;OldSortMethod | |||
<div style="margin-bottom:1.2em;"> | |||
: When disabled, XnView will use the same sort order as Explorer on Windows XP and later: File names are sorted based on numerical value (3 < 22 < 111). | |||
: When enabled, XnView will use the same sort order as Explorer on Windows 2000 and earlier: File names are sorted literally (111 < 22 < 3). | |||
: Value: Boolean (1/0), disabled by default | |||
: Added in [http://newsgroup.xnview.com/viewtopic.php?t=30907 v2.25] | |||
</div> | |||
;OpenNone | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Custom list of file-type extensions that XnView should not open. | : Custom list of file-type extensions that XnView should not open. | ||
Line 103: | Line 113: | ||
</div> | </div> | ||
;OpenWithAssociatedProgram | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Custom list of file-type extensions that XnView should open with their associated programs. | : Custom list of file-type extensions that XnView should open with their associated programs. | ||
Line 109: | Line 119: | ||
</div> | </div> | ||
;OpenWithXnView | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Custom list of file-type extensions that should be opened in XnView. | : Custom list of file-type extensions that should be opened in XnView. | ||
Line 115: | Line 125: | ||
</div> | </div> | ||
;RatingLabel-# (0-4) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Overrides the default rating category names. | : Overrides the default rating category names. | ||
Line 129: | Line 139: | ||
</div> | </div> | ||
;SelBorderColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the color of the selection frame around the selected thumbnail. | : Changes the color of the selection frame around the selected thumbnail. | ||
Line 136: | Line 146: | ||
</div> | </div> | ||
;SelectPrevFolder | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView automatically selects the previous directory you were in when moving back to a parent folder. | : When enabled, XnView automatically selects the previous directory you were in when moving back to a parent folder. | ||
Line 142: | Line 152: | ||
</div> | </div> | ||
;SharpenValue | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the thumbnail sharpening level in XnView browser. | : Changes the thumbnail sharpening level in XnView browser. | ||
: Value: Integer (1-100), default value is 50 | : Value: Integer (1-100), default value is 50 | ||
: Note: This setting only takes effect if thumbnail sharpening is enabled. | : Note: This setting only takes effect if thumbnail sharpening is enabled. | ||
: Note 2: This change might not be visible | : Note 2: This change might not be visible until the thumbnails are rebuilt. | ||
</div> | </div> | ||
;TimerForPreview | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the delay between previews in XnView's browser when | : Changes the delay between image previews in XnView's browser when switching files with the arrow keys. | ||
: Value: Integer, time in milliseconds, default value is 200 | : Value: Integer, time in milliseconds, default value is 200 | ||
: See also NoDelayedPreview setting | : See also NoDelayedPreview setting | ||
</div> | </div> | ||
;TreeBackColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the background color of the folder tree pane in XnView's browser. | : Changes the background color of the folder tree pane in XnView's browser. | ||
Line 163: | Line 173: | ||
</div> | </div> | ||
;TreeFontColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the text color of the folder tree pane in XnView's browser. | : Changes the text color of the folder tree pane in XnView's browser. | ||
Line 169: | Line 179: | ||
</div> | </div> | ||
;TreeFontHiColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the highlighted text color of the folder tree pane in XnView's browser. | : Changes the highlighted text color of the folder tree pane in XnView's browser. | ||
Line 175: | Line 185: | ||
</div> | </div> | ||
;TreeFontHiColor2 | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the inactive highlighted text color of the folder tree pane in XnView's browser. | : Changes the inactive highlighted text color of the folder tree pane in XnView's browser. | ||
Line 181: | Line 191: | ||
</div> | </div> | ||
;TxtBackColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the background color of the preview pane when previewing text files. | : Changes the background color of the preview pane when previewing text files. | ||
Line 188: | Line 198: | ||
</div> | </div> | ||
;TxtExt | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: List of file-type extensions that are shown as "text thumbnails" and previewed as text in XnView's browser. | : List of file-type extensions that are shown as "text thumbnails" and previewed as text in XnView's browser. | ||
Line 194: | Line 204: | ||
</div> | </div> | ||
;TxtForeColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the text color of the preview pane when previewing text files. | : Changes the text color of the preview pane when previewing text files. | ||
Line 201: | Line 211: | ||
</div> | </div> | ||
;VideoFormat | |||
<div style="margin-bottom:1.2em;"> | |||
: Determines how thumbnails are extracted | |||
<ol> | |||
:<li value="0">MOV & MP4 are extracted using QuickTime | |||
:<li>MOV is extracted using DirectX | |||
:<li>n/a | |||
:<li>MP4 is extracted using DirectX | |||
:<li>MOV & MP4 are extracted using DirectX | |||
</ol> | |||
: Value: Integer, default value is 1 | |||
: Added in v2.33 | |||
</div> | |||
;VideoFramePercent | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the frame from which video thumbnails are extracted. | : Changes the frame from which video thumbnails are extracted. | ||
: Value: Integer (percent), default is 10 | : Value: Integer (percent), default is 10 | ||
: Note: This change might not be visible | : Note: This change might not be visible until the thumbnails are rebuilt. | ||
</div> | </div> | ||
== Canvas == | == Canvas == | ||
;Height | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Height for custom size selection of the canvas resize tool. | : Height for custom size selection of the canvas resize tool. | ||
Line 216: | Line 240: | ||
</div> | </div> | ||
;Width | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Width for custom size selection of the canvas resize tool. | : Width for custom size selection of the canvas resize tool. | ||
Line 224: | Line 248: | ||
== Capture == | == Capture == | ||
;ImportFormat | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the clipboard format when pasting images from the clipboard or capturing images with the capture tool. | : Changes the clipboard format when pasting images from the clipboard or capturing images with the capture tool. | ||
Line 232: | Line 256: | ||
== Compare == | == Compare == | ||
;BackColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the background color of the image compare tool. | : Changes the background color of the image compare tool. | ||
Line 238: | Line 262: | ||
</div> | </div> | ||
;Text | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the information shown on the top left corner of the image compare tool. | : Changes the information shown on the top left corner of the image compare tool. | ||
Line 247: | Line 271: | ||
== File == | == File == | ||
;Companion_## (00-100) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Custom companion file extension pair. File operations such as move, copy and delete on the first file-type will also effect the companion file with the other file-type extension. | : Custom companion file extension pair. File operations such as move, copy and delete on the first file-type will also effect the companion file with the other file-type extension. | ||
: Value: Formatted string | : Value: Formatted string [ext1:ext2] | ||
: Example: Companion_00=cr2:jpg | : Example: Companion_00=cr2:jpg | ||
</div> | </div> | ||
;CopyNameOld | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: <span style="color:gray">Unknown. Possibly obsolete.</span> | : <span style="color:gray">Unknown. Possibly obsolete.</span> | ||
</div> | |||
;HiddenDescription | |||
<div style="margin-bottom:1.2em;"> | |||
: When enabled, XnView will hide descript.ion files by setting the hidden attribute to the descript.ion files when writing them. | |||
: Value: Boolean (1/0), enabled by default | |||
</div> | </div> | ||
== Hidden == | == Hidden == | ||
;Acquire | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides Twain and WIA acquire related features. | : When enabled, XnView hides Twain and WIA acquire related features. | ||
Line 267: | Line 297: | ||
</div> | </div> | ||
;BatchRename | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides and disables the Batch Rename tool. | : When enabled, XnView hides and disables the Batch Rename tool. | ||
Line 273: | Line 303: | ||
</div> | </div> | ||
;BrowserContextMenu | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView disables the right-click context menu in the browser. | : When enabled, XnView disables the right-click context menu in the browser. | ||
Line 279: | Line 309: | ||
</div> | </div> | ||
;CommandLine | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the command line help menu item in the info menu. | : When enabled, XnView hides the command line help menu item in the info menu. | ||
Line 285: | Line 315: | ||
</div> | </div> | ||
;MenuBar | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the menu bar. | : When enabled, XnView hides the menu bar. | ||
Line 291: | Line 321: | ||
</div> | </div> | ||
;MyDocumentsTree | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the My Documents tree in the folder tree pane. | : When enabled, XnView hides the My Documents tree in the folder tree pane. | ||
Line 297: | Line 327: | ||
</div> | </div> | ||
;NetworkTree | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the My Network and Network drive trees in the folder tree pane. | : When enabled, XnView hides the My Network and Network drive trees in the folder tree pane. | ||
Line 303: | Line 333: | ||
</div> | </div> | ||
;OpenHex | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides and disables the hex view mode features. | : When enabled, XnView hides and disables the hex view mode features. | ||
Line 309: | Line 339: | ||
</div> | </div> | ||
;OpenWith | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the 'Open With' features. | : When enabled, XnView hides the 'Open With' features. | ||
Line 315: | Line 345: | ||
</div> | </div> | ||
;Options | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides and disables the options dialog. | : When enabled, XnView hides and disables the options dialog. | ||
Line 321: | Line 351: | ||
</div> | </div> | ||
;OptionsAssociations | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the associations section in the options dialog. | : When enabled, XnView hides the associations section in the options dialog. | ||
Line 327: | Line 357: | ||
</div> | </div> | ||
;OptionsInstall | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the system integration section in the options dialog. | : When enabled, XnView hides the system integration section in the options dialog. | ||
Line 333: | Line 363: | ||
</div> | </div> | ||
;PathField | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the path field in the browser's file pane. | : When enabled, XnView hides the path field in the browser's file pane. | ||
Line 339: | Line 369: | ||
</div> | </div> | ||
;SaveAs | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView disables the file 'save as' feature. | : When enabled, XnView disables the file 'save as' feature. | ||
Line 345: | Line 375: | ||
</div> | </div> | ||
;Search | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides and disables the file search tools. | : When enabled, XnView hides and disables the file search tools. | ||
Line 351: | Line 381: | ||
</div> | </div> | ||
;Shell | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the shell open features. | : When enabled, XnView hides the shell open features. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color: | : <span style="color:gray">Obsolete: Does not work properly. Use OpenWith instead.</span> | ||
</div> | </div> | ||
;SmallToolbar | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the small toolbar in the browser's file pane. | : When enabled, XnView hides the small toolbar in the browser's file pane. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color: | : <span style="color:gray">Obsolete: Small toolbar can be hidden from the view menu.</span> | ||
</div> | </div> | ||
;Wallpaper | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides and disables the wallpaper features. | : When enabled, XnView hides and disables the wallpaper features. | ||
Line 371: | Line 401: | ||
</div> | </div> | ||
;Web | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView hides the website menu items in the info menu. | : When enabled, XnView hides the website menu items in the info menu. | ||
Line 379: | Line 409: | ||
== Load == | == Load == | ||
;IcoIn32bits | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView uses 32bit rendering for all color depths in icon files. | : When enabled, XnView uses 32bit rendering for all color depths in icon files. | ||
Line 387: | Line 417: | ||
== OpenWith == | == OpenWith == | ||
;Name_# (0-x) | |||
<div style="margin-bottom:1.2em;"> | |||
: Sets a custom name for the specified 'Open With' tool. | |||
: Value: String | |||
</div> | |||
;Param_# (0-x) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: | : Sets a custom command-line parameters for the specified 'Open With' tool. | ||
: Value: String | : Value: String | ||
: Note: The %1 placeholder in the string is replaced with the filename used to launch the 'Open With' tool. | |||
</div> | </div> | ||
;Working_# (0-x) | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: | : Sets a custom working directory for the specified 'Open With' tool. | ||
: Value: String | : Value: String | ||
</div> | </div> | ||
Line 401: | Line 438: | ||
== Print == | == Print == | ||
;CustomSize | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Adds custom print sizes to the preset sizes list of 'Single - custom' print layout template. | : Adds custom print sizes to the preset sizes list of 'Single - custom' print layout template. | ||
: Value: Formatted string | : Value: Formatted string [name|WxH;...], semicolon separated list | ||
: Example: CustomSize=name1|2.5x2;name2|3x3.23 | : Example: CustomSize=name1|2.5x2;name2|3x3.23 | ||
</div> | </div> | ||
Line 410: | Line 447: | ||
== Resize == | == Resize == | ||
;Height | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Width for custom size selection of the resize tool. | : Width for custom size selection of the resize tool. | ||
Line 416: | Line 453: | ||
</div> | </div> | ||
;Width | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Width for custom size selection of the resize tool. | : Width for custom size selection of the resize tool. | ||
: Value: Integer | : Value: Integer | ||
</div> | |||
;Sharpen | |||
<div style="margin-bottom:1.2em;"> | |||
: Changes the sharpening level of the resize tool. | |||
: Value: Integer (percent), default value is 50 | |||
: Note: This setting only takes effect if “Apply Sharpen” is enabled. | |||
</div> | </div> | ||
== Save == | == Save == | ||
;RgbCompress | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: <span style="color: | : <span style="color:gray">Unknown.</span> | ||
: Value: Boolean (1/0), enabled by default | : Value: Boolean (1/0), enabled by default | ||
</div> | </div> | ||
Line 432: | Line 476: | ||
== Scan == | == Scan == | ||
;newMethod | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView uses a newer method for the batch scanning tool. | : When enabled, XnView uses a newer method for the batch scanning tool. | ||
Line 440: | Line 484: | ||
== Start == | == Start == | ||
;BottomToolbar | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, the main toolbar is shown on the bottom of the main window. | : When enabled, the main toolbar is shown on the bottom of the main window. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color: | : <span style="color:gray">Regression ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=17016 viewtopic.php?t=17016] | ||
</div> | </div> | ||
;ClipboardNewMethod | |||
<div style="margin-bottom:1.2em;"> | |||
: When disabled, XnView will copy alpha channel transparency (32-bit RGBA) as non-premultiplied/unassociated/straight (vs. premultiplied/associated) component (see [http://newsgroup.xnview.com/viewtopic.php?t=27812 Transparency – Straight vs. premultiplied alpha]). | |||
: Value: Boolean (1/0), enabled by default | |||
: Added in [http://newsgroup.xnview.com/viewtopic.php?t=30737 v2.24] | |||
</div> | |||
;FormatSaveAll | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the file format XnView uses when saving new files with the 'Save opened image(s)...' option. | : Changes the file format XnView uses when saving new files with the 'Save opened image(s)...' option. | ||
Line 454: | Line 505: | ||
</div> | </div> | ||
;GpsMap | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: | : Changes the online GPS service XnView uses when viewing the GPS location of geotagged photograph. | ||
: Value: | : Value: String, use placeholder strings [LAT] for Latitude, [LON] for Longitude and [LAN] for Language. | ||
: Example: GpsMap=http://maps.google.com/?q=[LAT],[LON]&spn=0.05,0.05&t=h&om=1&hl=[LAN] | |||
: Note: Language placeholder is replaced with two-letter (ISO 639) language code. E.g. "en" for English. | |||
</div> | </div> | ||
;NoExtraFiles | |||
<div style="margin-bottom:1.2em;"> | |||
: When enabled, XnView completely disables the use of category.db file. | |||
: Value: Boolean (1/0), disabled by default | |||
</div> | |||
;NoWIA | |||
<div style="margin-bottom:1.2em;"> | |||
: When enabled, XnView does not invoke the WIA service at start-up. | |||
: Value: Boolean (1/0), disabled by default | |||
</div> | |||
;OpenWithMax | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the maximum number of selected files XnView passes to an application when using 'Open With'. | : Changes the maximum number of selected files XnView passes to an application when using 'Open With'. | ||
Line 466: | Line 531: | ||
</div> | </div> | ||
;QuitNoView | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, CTRL+W keyboard shortcut closes XnView if there aren't any views open. | : When enabled, CTRL+W keyboard shortcut closes XnView if there aren't any views open. | ||
Line 472: | Line 537: | ||
</div> | </div> | ||
;RecentDirsMax | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the number of items shown in the recently used directories list. | : Changes the number of items shown in the recently used directories list. | ||
Line 478: | Line 543: | ||
</div> | </div> | ||
;RecentFilesMax | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the number of items shown in the 'recent files' list. | : Changes the number of items shown in the 'recent files' list. | ||
Line 484: | Line 549: | ||
</div> | </div> | ||
;SaveAdvDlg | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: <span style="color: | : <span style="color:gray">Description needed.</span> | ||
: Value: Integer | : Value: Integer | ||
</div> | </div> | ||
;SelectedShowAgain | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView | : When enabled, XnView does not ask which group (tagged or selected files) to use when deleting files and always performs the delete operation for selected files. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
</div> | </div> | ||
;ShowSaveDlg | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: <span style="color: | : <span style="color:gray">Description needed.</span> | ||
: Value: Bit flags | : Value: Bit flags | ||
</div> | </div> | ||
;TagShowFlags | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: <span style="color: | : <span style="color:gray">Description needed.</span> | ||
: Value: Bit flags | : Value: Bit flags | ||
</div> | </div> | ||
;ToolbarBackColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the background color of the toolbar. | : Changes the background color of the toolbar. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
: See also UseToolbarBackColor setting | : See also UseToolbarBackColor setting | ||
: <span style="color: | : <span style="color:gray">Regression ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=17005 viewtopic.php?t=17005] | ||
</div> | </div> | ||
;UseSavedPath | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView suggests the last used file save path for the first save operation of the session. | : When enabled, XnView suggests the last used file save path for the first save operation of the session. | ||
Line 522: | Line 587: | ||
</div> | </div> | ||
;UseToolbarBackColor | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView uses the custom toolbar background color specified by the ToolbarBackColor option. | : When enabled, XnView uses the custom toolbar background color specified by the ToolbarBackColor option. | ||
Line 529: | Line 594: | ||
</div> | </div> | ||
;UseWindowsForINI | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView loads xnview.ini from the Windows directory. | : When enabled, XnView loads xnview.ini from the Windows directory. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color: | : <span style="color:gray">Obsolete: Settings save location can be changed from the XnView options dialog.</span> | ||
</div> | </div> | ||
== View == | == View == | ||
;CheckerColor1 | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the first color of the checkerboard pattern background. | : Changes the first color of the checkerboard pattern background. | ||
Line 544: | Line 609: | ||
</div> | </div> | ||
;CheckerColor2 | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the second color of the checkerboard pattern background. | : Changes the second color of the checkerboard pattern background. | ||
Line 550: | Line 615: | ||
</div> | </div> | ||
;CheckerSize | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the size of squares in the checkerboard pattern background. | : Changes the size of squares in the checkerboard pattern background. | ||
Line 556: | Line 621: | ||
</div> | </div> | ||
;ColorInfo | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the behavior of the color information tool. | : Changes the behavior of the color information tool. | ||
Line 567: | Line 632: | ||
</div> | </div> | ||
;CopyClipboard | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the data XnView will set in the clipboard when copying an image. | : Changes the data XnView will set in the clipboard when copying an image. | ||
Line 578: | Line 643: | ||
</div> | </div> | ||
;GridType | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the display type of the grid coordinate markings. | : Changes the display type of the grid coordinate markings. | ||
Line 589: | Line 654: | ||
</div> | </div> | ||
;LockZoomFlag | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the behavior of the 'lock zoom' feature. | : Changes the behavior of the 'lock zoom' feature. | ||
Line 599: | Line 664: | ||
</div> | </div> | ||
;MaximizeViewWhenOpen | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView will always maximize opened image views. | : When enabled, XnView will always maximize opened image views. | ||
Line 605: | Line 670: | ||
</div> | </div> | ||
;OldGifAni | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView uses old 8-bit instead of 32-bit decoding for animated GIF files. | : When enabled, XnView uses old 8-bit instead of 32-bit decoding for animated GIF files. | ||
Line 611: | Line 676: | ||
</div> | </div> | ||
;OpenWithAsPNG | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, XnView temporarily saves unsaved images in PNG instead of BMP format when opening them in an external application. | : When enabled, XnView temporarily saves unsaved images in PNG instead of BMP format when opening them in an external application. | ||
Line 617: | Line 682: | ||
</div> | </div> | ||
;ResetXY | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the default image X/Y position when viewing images. | : Changes the default image X/Y position when viewing images. | ||
Line 629: | Line 694: | ||
</div> | </div> | ||
;RightButtonFlag | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, the right mouse button is used for image selection instead of the left one. | : When enabled, the right mouse button is used for image selection instead of the left one. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color: | : <span style="color:gray">Obsolete: Mouse button actions can be changed from the XnView options dialog.</span> | ||
</div> | </div> | ||
;UndoCount | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the number of undoable (undo & redo) image changes. | : Changes the number of undoable (undo & redo) image changes. | ||
Line 642: | Line 707: | ||
</div> | </div> | ||
;UseUndo | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: When enabled, image changes are undoable??? | : When enabled, image changes are undoable??? | ||
: Value: Boolean (1/0), enabled by default | : Value: Boolean (1/0), enabled by default | ||
: <span style="color: | : <span style="color:gray">Possibly obsolete. Does not work.</span> | ||
</div> | </div> | ||
== Wallpaper == | == Wallpaper == | ||
;Filename | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the file name XnView uses when saving wallpapers. | : Changes the file name XnView uses when saving wallpapers. | ||
Line 657: | Line 722: | ||
</div> | </div> | ||
;Format | |||
<div style="margin-bottom:1.2em;"> | <div style="margin-bottom:1.2em;"> | ||
: Changes the file format XnView uses when saving wallpapers. Default format is BMP. | : Changes the file format XnView uses when saving wallpapers. Default format is BMP. | ||
: Value: String, Example: Format=jpeg | : Value: String, Example: Format=jpeg | ||
</div> | </div> | ||
[[Category:Help/XnView|Categories]] |
Latest revision as of 17:45, 14 September 2015
Introduction
UI-less Settings are settings that do not have any user interface in XnView to change the state of the setting. The only way to change these settings is to manually edit the XnView configuration file "xnview.ini" or XnView settings in the Windows registry "HKEY_CURRENT_USER\Software\XnView". See Settings and Ini Files and Info about XnView's settings for more information on how to edit and locate these settings.
All settings are grouped into sections and each title in the list corresponds to a section in the INI-file or a subkey in XnView's registry key. E.g. Settings under the Browser title should be added under the "[Browser]" section in the "xnview.ini" file or in the "HKEY_CURRENT_USER\Software\XnView\Browser" registry key. When adding settings to the registry, you should use a (REG_DWORD) value type for boolean & integer values and a (REG_SZ) type for string values.
Browser
- AlphaForThumbnail
- When enabled, XnView uses alpha transparency in thumbnails.
- Value: Boolean (1/0), enabled by default
- Regression ==> viewtopic.php?t=23352
- BColorFilter## (01-xx)
- Changes the file name label background color of specified file-types in XnView's browser file pane.
- Value: Formatted string [type, R G B] or [*.ext, R G B], all possible "type" format values are set by default
- Example: BColorFilter01=jpeg, 237 237 202 or BColorFilter01=*.txt, 212 208 200
- See also ColorFilter## setting
- CheckNetFolder
- When enabled, XnView will check if subfolders exist on network drives when updating the folder tree pane in XnView's browser.
- Value: Boolean (1/0), disabled by default
- Regression ==> viewtopic.php?t=11011
- See also ExpandUNC setting
- ColorFilter## (01-xx)
- Changes the file name label text color of specified file-types in XnView's browser file pane.
- Value: Formatted string [type, R G B] or [*.ext, R G B]
- Example: ColorFilter01=jpeg, 25 25 25 or ColorFilter01=*.txt, 10 200 10
- See also BColorFilter## setting
- ColorLabel-# (0-4)
- Overrides the default color category names.
- Important
- Work
- Personal
- To do
- Later
- Value: String
- See also RatingLabel-# setting
- ExpandUNC
- When enabled, XnView always expands UNC network paths in the folder tree pane in XnView's browser.
- Value: Boolean (1/0), disabled by default
- See also CheckNetFolder setting
- FolderColor# (1-5)
- Changes the colors of folder thumbnails.
- Top color of the gradient area
- Bottom color of the gradient area
- Outline color of the folder tab
- Background color of the folder tab
- Color of the left and right edges
- Value: Raw color (integer) or formatted color string
- See also SelBorderColor setting
- Note: Changes to folder colors might not be visible until the folder thumbnails are rebuilt.
- HistoBColor
- Changes the background color of the histogram panel in XnView's browser.
- Value: Raw color (integer) or formatted color string
- LabelColor_## (01-10)
- Changes the text and background color of thumbnail labels in thumbnail & labels view mode.
- Value: Formatted string [text color, back color] <> [R G B, R G B]
- Example: LabelColor_03=255 255 255, 0 0 0
- LockLayout
- When enabled, XnView will lock the browser layout so the user cannot resize preview, folder tree or file pane.
- Value: Boolean (1/0), disabled by default
- NoDelayedPreview
- When enabled, XnView does not have a delay between image previews when switching files with the arrow keys in XnView's browser.
- Value: Boolean (1/0), disabled by default
- See also TimerForPreview setting
- OldSortMethod
- When disabled, XnView will use the same sort order as Explorer on Windows XP and later: File names are sorted based on numerical value (3 < 22 < 111).
- When enabled, XnView will use the same sort order as Explorer on Windows 2000 and earlier: File names are sorted literally (111 < 22 < 3).
- Value: Boolean (1/0), disabled by default
- Added in v2.25
- OpenNone
- Custom list of file-type extensions that XnView should not open.
- Value: String, space separated list
- Example: OpenNone=DB SYS COM BAT
- OpenWithAssociatedProgram
- Custom list of file-type extensions that XnView should open with their associated programs.
- Value: String, space separated list
- OpenWithXnView
- Custom list of file-type extensions that should be opened in XnView.
- Value: String, space separated list
- RatingLabel-# (0-4)
- Overrides the default rating category names.
- Bad
- Below average
- Average
- Good
- Excellent
- Value: String
- See also ColorLabel-# setting
- SelBorderColor
- Changes the color of the selection frame around the selected thumbnail.
- Value: Raw color (integer) or formatted color string
- See also FolderColor# settings
- SelectPrevFolder
- When enabled, XnView automatically selects the previous directory you were in when moving back to a parent folder.
- Value: Boolean (1/0), enabled by default
- SharpenValue
- Changes the thumbnail sharpening level in XnView browser.
- Value: Integer (1-100), default value is 50
- Note: This setting only takes effect if thumbnail sharpening is enabled.
- Note 2: This change might not be visible until the thumbnails are rebuilt.
- TimerForPreview
- Changes the delay between image previews in XnView's browser when switching files with the arrow keys.
- Value: Integer, time in milliseconds, default value is 200
- See also NoDelayedPreview setting
- TreeBackColor
- Changes the background color of the folder tree pane in XnView's browser.
- Value: Raw color (integer) or formatted color string
- TreeFontColor
- Changes the text color of the folder tree pane in XnView's browser.
- Value: Raw color (integer) or formatted color string
- TreeFontHiColor
- Changes the highlighted text color of the folder tree pane in XnView's browser.
- Value: Raw color (integer) or formatted color string
- TreeFontHiColor2
- Changes the inactive highlighted text color of the folder tree pane in XnView's browser.
- Value: Raw color (integer) or formatted color string
- TxtBackColor
- Changes the background color of the preview pane when previewing text files.
- Value: Raw color (integer) or formatted color string
- See also TxtForeColor setting
- TxtExt
- List of file-type extensions that are shown as "text thumbnails" and previewed as text in XnView's browser.
- Value: String, space separated list, default value is "txt c c++ cc h cpp pas js css php ini"
- TxtForeColor
- Changes the text color of the preview pane when previewing text files.
- Value: Raw color (integer) or formatted color string
- See also TxtBackColor setting
- VideoFormat
- Determines how thumbnails are extracted
- MOV & MP4 are extracted using QuickTime
- MOV is extracted using DirectX
- n/a
- MP4 is extracted using DirectX
- MOV & MP4 are extracted using DirectX
- Value: Integer, default value is 1
- Added in v2.33
- VideoFramePercent
- Changes the frame from which video thumbnails are extracted.
- Value: Integer (percent), default is 10
- Note: This change might not be visible until the thumbnails are rebuilt.
Canvas
- Height
- Height for custom size selection of the canvas resize tool.
- Value: Integer
- Width
- Width for custom size selection of the canvas resize tool.
- Value: Integer
Capture
- ImportFormat
- Changes the clipboard format when pasting images from the clipboard or capturing images with the capture tool.
- Value: Integer, 0 => CF_BITMAP & CF_DIB, 1 => CF_DIB & CF_BITMAP
Compare
- BackColor
- Changes the background color of the image compare tool.
- Value: Raw color (integer) or formatted color string
- Text
- Changes the information shown on the top left corner of the image compare tool.
- Value: Formatted string. Supports the same placeholders as thumbnail tooltips, etc.
- Example: Text=<Filename>||<Size> bytes||<Width>x<Height>
File
- Companion_## (00-100)
- Custom companion file extension pair. File operations such as move, copy and delete on the first file-type will also effect the companion file with the other file-type extension.
- Value: Formatted string [ext1:ext2]
- Example: Companion_00=cr2:jpg
- CopyNameOld
- Unknown. Possibly obsolete.
- HiddenDescription
- When enabled, XnView will hide descript.ion files by setting the hidden attribute to the descript.ion files when writing them.
- Value: Boolean (1/0), enabled by default
Hidden
- Acquire
- When enabled, XnView hides Twain and WIA acquire related features.
- Value: Boolean (1/0), disabled by default
- BatchRename
- When enabled, XnView hides and disables the Batch Rename tool.
- Value: Boolean (1/0), disabled by default
- BrowserContextMenu
- When enabled, XnView disables the right-click context menu in the browser.
- Value: Boolean (1/0), disabled by default
- CommandLine
- When enabled, XnView hides the command line help menu item in the info menu.
- Value: Boolean (1/0), disabled by default
- MenuBar
- When enabled, XnView hides the menu bar.
- Value: Boolean (1/0), disabled by default
- MyDocumentsTree
- When enabled, XnView hides the My Documents tree in the folder tree pane.
- Value: Boolean (1/0), disabled by default
- NetworkTree
- When enabled, XnView hides the My Network and Network drive trees in the folder tree pane.
- Value: Boolean (1/0), disabled by default
- OpenHex
- When enabled, XnView hides and disables the hex view mode features.
- Value: Boolean (1/0), disabled by default
- OpenWith
- When enabled, XnView hides the 'Open With' features.
- Value: Boolean (1/0), disabled by default
- Options
- When enabled, XnView hides and disables the options dialog.
- Value: Boolean (1/0), disabled by default
- OptionsAssociations
- When enabled, XnView hides the associations section in the options dialog.
- Value: Boolean (1/0), disabled by default
- OptionsInstall
- When enabled, XnView hides the system integration section in the options dialog.
- Value: Boolean (1/0), disabled by default
- PathField
- When enabled, XnView hides the path field in the browser's file pane.
- Value: Boolean (1/0), disabled by default
- SaveAs
- When enabled, XnView disables the file 'save as' feature.
- Value: Boolean (1/0), disabled by default
- Search
- When enabled, XnView hides and disables the file search tools.
- Value: Boolean (1/0), disabled by default
- Shell
- When enabled, XnView hides the shell open features.
- Value: Boolean (1/0), disabled by default
- Obsolete: Does not work properly. Use OpenWith instead.
- SmallToolbar
- When enabled, XnView hides the small toolbar in the browser's file pane.
- Value: Boolean (1/0), disabled by default
- Obsolete: Small toolbar can be hidden from the view menu.
- Wallpaper
- When enabled, XnView hides and disables the wallpaper features.
- Value: Boolean (1/0), disabled by default
- Web
- When enabled, XnView hides the website menu items in the info menu.
- Value: Boolean (1/0), disabled by default
Load
- IcoIn32bits
- When enabled, XnView uses 32bit rendering for all color depths in icon files.
- Value: Boolean (1/0), enabled by default
OpenWith
- Name_# (0-x)
- Sets a custom name for the specified 'Open With' tool.
- Value: String
- Param_# (0-x)
- Sets a custom command-line parameters for the specified 'Open With' tool.
- Value: String
- Note: The %1 placeholder in the string is replaced with the filename used to launch the 'Open With' tool.
- Working_# (0-x)
- Sets a custom working directory for the specified 'Open With' tool.
- Value: String
- CustomSize
- Adds custom print sizes to the preset sizes list of 'Single - custom' print layout template.
- Value: Formatted string [name|WxH;...], semicolon separated list
- Example: CustomSize=name1|2.5x2;name2|3x3.23
Resize
- Height
- Width for custom size selection of the resize tool.
- Value: Integer
- Width
- Width for custom size selection of the resize tool.
- Value: Integer
- Sharpen
- Changes the sharpening level of the resize tool.
- Value: Integer (percent), default value is 50
- Note: This setting only takes effect if “Apply Sharpen” is enabled.
Save
- RgbCompress
- Unknown.
- Value: Boolean (1/0), enabled by default
Scan
- newMethod
- When enabled, XnView uses a newer method for the batch scanning tool.
- Value: Boolean (1/0), disabled by default
Start
- BottomToolbar
- When enabled, the main toolbar is shown on the bottom of the main window.
- Value: Boolean (1/0), disabled by default
- Regression ==> viewtopic.php?t=17016
- ClipboardNewMethod
- When disabled, XnView will copy alpha channel transparency (32-bit RGBA) as non-premultiplied/unassociated/straight (vs. premultiplied/associated) component (see Transparency – Straight vs. premultiplied alpha).
- Value: Boolean (1/0), enabled by default
- Added in v2.24
- FormatSaveAll
- Changes the file format XnView uses when saving new files with the 'Save opened image(s)...' option.
- Value: String, default value is PNG
- Example: FormatSaveAll=jpeg
- GpsMap
- Changes the online GPS service XnView uses when viewing the GPS location of geotagged photograph.
- Value: String, use placeholder strings [LAT] for Latitude, [LON] for Longitude and [LAN] for Language.
- Example: GpsMap=http://maps.google.com/?q=[LAT],[LON]&spn=0.05,0.05&t=h&om=1&hl=[LAN]
- Note: Language placeholder is replaced with two-letter (ISO 639) language code. E.g. "en" for English.
- NoExtraFiles
- When enabled, XnView completely disables the use of category.db file.
- Value: Boolean (1/0), disabled by default
- NoWIA
- When enabled, XnView does not invoke the WIA service at start-up.
- Value: Boolean (1/0), disabled by default
- OpenWithMax
- Changes the maximum number of selected files XnView passes to an application when using 'Open With'.
- Value: Integer, default value is 20
- QuitNoView
- When enabled, CTRL+W keyboard shortcut closes XnView if there aren't any views open.
- Value: Boolean (1/0), enabled by default
- RecentDirsMax
- Changes the number of items shown in the recently used directories list.
- Value: Integer, default value is 10
- RecentFilesMax
- Changes the number of items shown in the 'recent files' list.
- Value: Integer, default value is 10
- SaveAdvDlg
- Description needed.
- Value: Integer
- SelectedShowAgain
- When enabled, XnView does not ask which group (tagged or selected files) to use when deleting files and always performs the delete operation for selected files.
- Value: Boolean (1/0), disabled by default
- ShowSaveDlg
- Description needed.
- Value: Bit flags
- TagShowFlags
- Description needed.
- Value: Bit flags
- ToolbarBackColor
- Changes the background color of the toolbar.
- Value: Raw color (integer) or formatted color string
- See also UseToolbarBackColor setting
- Regression ==> viewtopic.php?t=17005
- UseSavedPath
- When enabled, XnView suggests the last used file save path for the first save operation of the session.
- Value: Boolean (1/0), disabled by default
- UseToolbarBackColor
- When enabled, XnView uses the custom toolbar background color specified by the ToolbarBackColor option.
- Value: Boolean (1/0), disabled by default
- See also ToolbarBackColor setting
- UseWindowsForINI
- When enabled, XnView loads xnview.ini from the Windows directory.
- Value: Boolean (1/0), disabled by default
- Obsolete: Settings save location can be changed from the XnView options dialog.
View
- CheckerColor1
- Changes the first color of the checkerboard pattern background.
- Value: Raw color (integer) or formatted color string
- CheckerColor2
- Changes the second color of the checkerboard pattern background.
- Value: Raw color (integer) or formatted color string
- CheckerSize
- Changes the size of squares in the checkerboard pattern background.
- Value: Integer, default value is 8
- ColorInfo
- Changes the behavior of the color information tool.
- Show only for the currently viewed image.
- Show also for the previous¦next file to view.
- Show between sessions.
- Value: Integer, default value is 0
- CopyClipboard
- Changes the data XnView will set in the clipboard when copying an image.
- Copy only image data.
- Copy image filename and file object.
- Copy image data, filename and file object.
- Value: Integer, default value is 0
- GridType
- Changes the display type of the grid coordinate markings.
- No coordinate markings.
- Shows digits and letters for both the coordinates X and Y.
- Shows separately digits for X, and letters for Y.
- Value: Integer, default value is 1
- LockZoomFlag
- Changes the behavior of the 'lock zoom' feature.
- Lock zoom status is kept between sessions (default).
- Zoom lock status is kept for current session only.
- Value: Integer
- MaximizeViewWhenOpen
- When enabled, XnView will always maximize opened image views.
- Value: Boolean (1/0), enabled by default
- OldGifAni
- When enabled, XnView uses old 8-bit instead of 32-bit decoding for animated GIF files.
- Value: Boolean (1/0), disabled by default
- OpenWithAsPNG
- When enabled, XnView temporarily saves unsaved images in PNG instead of BMP format when opening them in an external application.
- Value: Boolean (1/0), disabled by default
- ResetXY
- Changes the default image X/Y position when viewing images.
- Middle of the image.
- Top-left of the image.
- Top-right of the image.
- Value: Integer (0-2), default value is 0
- Note: ResetXY setting does have a UI, only value 2 cannot be set through the options dialog.
- RightButtonFlag
- When enabled, the right mouse button is used for image selection instead of the left one.
- Value: Boolean (1/0), disabled by default
- Obsolete: Mouse button actions can be changed from the XnView options dialog.
- UndoCount
- Changes the number of undoable (undo & redo) image changes.
- Value: Integer, default value is 5
- UseUndo
- When enabled, image changes are undoable???
- Value: Boolean (1/0), enabled by default
- Possibly obsolete. Does not work.
Wallpaper
- Filename
- Changes the file name XnView uses when saving wallpapers.
- Value: String, Example: Filename=wallpaper.jpg
- Format
- Changes the file format XnView uses when saving wallpapers. Default format is BMP.
- Value: String, Example: Format=jpeg