Difference between revisions of "UI-less Settings"
From XnView Wiki
m (→View) |
m (Typos) |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
UI-less Settings are settings that | UI-less Settings are settings that don't have any user interface in XnView to change the state of the setting. The only way to modify these settings is to manually edit the XnView configuration file (<span style="color:#008000">xnview.ini</span>) or XnView settings in the Windows registry (<span style="color:#008000">HKEY_CURRENT_USER\Software\XnView</span>). For more information on how to edit and locate these settings, please read this [http://newsgroup.xnview.com/viewtopic.php?f=17&t=1547 FAQ topic] or this [[Settings and Ini Files|XnView wiki page]]. | ||
Each title in the list corresponds to a section in INI-file or a subkey in | 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 <span style="color:#008000">[Browser]</span> section in the <span style="color:#008000">xnview.ini</span> file or in the <span style="color:#008000">HKEY_CURRENT_USER\Software\XnView\Browser</span> registry key. When adding settings to the registry, you should use <span style="color:#000080">REG_DWORD</span> value type for boolean & integer values and <span style="color:#000080">REG_SZ</span> type for string values. | ||
== Browser == | == Browser == | ||
'''BColorFilter## (01-xx)''' | '''BColorFilter## (01-xx)''' | ||
: Changes the file name label background color of specified file-types in XnView browser file pane. | : 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), "type" format colors are set in the settings by default | : Value: Formatted string (type, R G B) or (*.ext, R G B), "type" format colors are set in the settings 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 | ||
Line 15: | Line 15: | ||
'''CheckNetFolder''' | '''CheckNetFolder''' | ||
: When enabled, XnView will check if subfolders exist on network drives when updating the folder tree pane in XnView 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:red">Broken ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=11011 viewtopic.php?t=11011] | : <span style="color:red">Broken ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=11011 viewtopic.php?t=11011] | ||
Line 21: | Line 21: | ||
'''ColorFilter## (01-xx)''' | '''ColorFilter## (01-xx)''' | ||
: Changes the file name label text color of specified file-types in XnView browser file pane. | : 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) | : Value: Formatted string (type, R G B) or (*.ext, R G B) | ||
: Example: BColorFilter01=jpeg, 25 25 25 or BColorFilter01=*.txt, 10 200 10 | : Example: BColorFilter01=jpeg, 25 25 25 or BColorFilter01=*.txt, 10 200 10 | ||
Line 38: | Line 38: | ||
'''FolderColor# (1-5)''' | '''FolderColor# (1-5)''' | ||
: Changes the colors of folder | : Changes the colors of folder thumbnails. | ||
:# Upper main gradient color | :# Upper main gradient color | ||
:# Lower main gradient color | :# Lower main gradient color | ||
Line 49: | Line 49: | ||
'''HistoBColor''' | '''HistoBColor''' | ||
: Changes the background color of histogram panel in XnView browser. | : Changes the background color of the histogram panel in XnView's browser. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
Line 60: | Line 60: | ||
'''LockLayout''' | '''LockLayout''' | ||
: When enabled, XnView will lock browser layout so user cannot resize preview, folder or file panes. | : When enabled, XnView will lock the browser layout so the user cannot resize preview, folder or file panes. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''NoDelayedPreview''' | '''NoDelayedPreview''' | ||
: When enabled, XnView doesn't have a delay between previews when browsing through pictures with arrow keys in XnView browser. | : When enabled, XnView doesn't have a delay between previews when browsing through pictures 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 | ||
Line 77: | Line 77: | ||
'''OpenWithAssociatedProgram''' | '''OpenWithAssociatedProgram''' | ||
: Custom list of file-type extensions that XnView should open with associated | : Custom list of file-type extensions that XnView should open with their associated programs. | ||
: Value: String, space separated list | : Value: String, space separated list | ||
Line 97: | Line 97: | ||
'''SelBorderColor''' | '''SelBorderColor''' | ||
: Changes the color of folder thumbnail selection frame. | : Changes the color of the folder thumbnail selection frame. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
: See also FolderColor# settings | : See also FolderColor# settings | ||
Line 103: | Line 103: | ||
'''SelectPrevFolder''' | '''SelectPrevFolder''' | ||
: When enabled, XnView automatically selects the first file in folder when opening folders in XnView browser. | : When enabled, XnView automatically selects the first file in a folder when opening folders in XnView's browser. | ||
: Value: Boolean (1/0), enabled by default | : Value: Boolean (1/0), enabled by default | ||
Line 113: | Line 113: | ||
'''TimerForPreview''' | '''TimerForPreview''' | ||
: Changes the delay between previews in XnView browser when browsing through pictures with arrow keys. | : Changes the delay between previews in XnView's browser when browsing through pictures 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 | ||
Line 119: | Line 119: | ||
'''TreeBackColor''' | '''TreeBackColor''' | ||
: Changes the background color of folder tree pane in XnView browser. | : Changes the background color of the folder tree pane in XnView's browser. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
'''TreeFontColor''' | '''TreeFontColor''' | ||
: Changes the text color of folder tree pane in XnView browser. | : Changes the text color of the folder tree pane in XnView's browser. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
'''TreeFontHiColor''' | '''TreeFontHiColor''' | ||
: Changes the highlighted text color of folder tree pane in XnView browser. | : Changes the highlighted text color of the folder tree pane in XnView's browser. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
'''TreeFontHiColor2''' | '''TreeFontHiColor2''' | ||
: Changes the inactive highlighted text color of folder tree pane in XnView browser. | : Changes the inactive highlighted text color of the folder tree pane in XnView's browser. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
'''TxtBackColor''' | '''TxtBackColor''' | ||
: Changes the background color of preview pane when previewing text files. | : Changes the background color of the preview pane when previewing text files. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
: See also TxtForeColor setting | : See also TxtForeColor setting | ||
Line 145: | Line 145: | ||
'''TxtExt''' | '''TxtExt''' | ||
: List of file-type extensions that are shown as "text thumbnails" and previewed as text in XnView browser. | : 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" | : Value: String, space separated list, default value is "txt c c++ cc h cpp pas js css php ini" | ||
'''TxtForeColor''' | '''TxtForeColor''' | ||
: Changes the text color of preview pane when previewing text files. | : Changes the text color of the preview pane when previewing text files. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
: See also TxtBackColor setting | : See also TxtBackColor setting | ||
Line 156: | Line 156: | ||
'''VideoFramePercent''' | '''VideoFramePercent''' | ||
: Changes the frame video | : Changes the frame from which video thumbnails are extracted. | ||
: Value: Integer (percent), default is 10 | : Value: Integer (percent), default is 10 | ||
Line 163: | Line 163: | ||
'''Height''' | '''Height''' | ||
: Height for custom size selection | : Height for custom size selection of the canvas resize tool. | ||
: Value: Integer | : Value: Integer | ||
'''Width''' | '''Width''' | ||
: Width for custom size selection | : Width for custom size selection of the canvas resize tool. | ||
: Value: Integer | : Value: Integer | ||
Line 175: | Line 175: | ||
'''ImportFormat''' | '''ImportFormat''' | ||
: Changes the clipboard format when pasting images from clipboard or capturing images with capture tool. | : 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 | : Value: Integer, 0 => CF_BITMAP & CF_DIB, 1 => CF_DIB & CF_BITMAP | ||
Line 182: | Line 182: | ||
'''BackColor''' | '''BackColor''' | ||
: Changes the background color of image compare tool. | : Changes the background color of the image compare tool. | ||
: Value: Raw color (integer) or formatted color string | : Value: Raw color (integer) or formatted color string | ||
'''Text''' | '''Text''' | ||
: Changes the information | : 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. | : Value: Formatted string. Supports the same placeholders as thumbnail tooltips, etc. | ||
: Example: Text=<Filename>||<Size> bytes||<Width>x<Height> | : Example: Text=<Filename>||<Size> bytes||<Width>x<Height> | ||
Line 212: | Line 212: | ||
'''BatchRename''' | '''BatchRename''' | ||
: When enabled, XnView hides and disables Batch Rename tool. | : When enabled, XnView hides and disables the Batch Rename tool. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''BrowserContextMenu''' | '''BrowserContextMenu''' | ||
: When enabled, XnView disables the right-click context menu in browser. | : When enabled, XnView disables the right-click context menu in the browser. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''CommandLine''' | '''CommandLine''' | ||
: When enabled, XnView hides the command line help menu item | : When enabled, XnView hides the command line help menu item in the info menu. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
Line 232: | Line 232: | ||
'''MyDocumentsTree''' | '''MyDocumentsTree''' | ||
: When enabled, XnView hides My Documents tree | : When enabled, XnView hides the My Documents tree in the folder tree pane. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''NetworkTree''' | '''NetworkTree''' | ||
: When enabled, XnView hides My Network and Network drive trees | : When enabled, XnView hides the My Network and Network drive trees in the folder tree pane. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''OpenHex''' | '''OpenHex''' | ||
: When enabled, XnView hides and disables hex view mode features. | : When enabled, XnView hides and disables the hex view mode features. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''OpenWith''' | '''OpenWith''' | ||
: When enabled, XnView hides | : When enabled, XnView hides the 'Open With' features. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''Options''' | '''Options''' | ||
: When enabled, XnView hides and disables options dialog. | : When enabled, XnView hides and disables the options dialog. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''OptionsAssociations''' | '''OptionsAssociations''' | ||
: When enabled, XnView hides the associations section | : When enabled, XnView hides the associations section in the options dialog. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''OptionsInstall''' | '''OptionsInstall''' | ||
: When enabled, XnView hides the system integration section | : When enabled, XnView hides the system integration section in the options dialog. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''PathField''' | '''PathField''' | ||
: When enabled, XnView hides the path field | : When enabled, XnView hides the path field in the browser's file pane. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
Line 282: | Line 282: | ||
'''Shell''' | '''Shell''' | ||
: When enabled, XnView hides 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:red">Obsolete! Doesn't work properly. Use OpenWith instead.</span> | : <span style="color:red">Obsolete! Doesn't work properly. Use OpenWith instead.</span> | ||
Line 288: | Line 288: | ||
'''SmallToolbar''' | '''SmallToolbar''' | ||
: When enabled, XnView hides the small toolbar | : 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:red">Obsolete! Small toolbar can be hidden from the view menu.</span> | : <span style="color:red">Obsolete! Small toolbar can be hidden from the view menu.</span> | ||
Line 299: | Line 299: | ||
'''Web''' | '''Web''' | ||
: When enabled, XnView hides the website menu items | : When enabled, XnView hides the website menu items in the info menu. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
Line 313: | Line 313: | ||
'''Name_# (0-x)''' | '''Name_# (0-x)''' | ||
: Custom | : Custom names for specified programs of 'Open With' tool. | ||
: Value: String | : Value: String | ||
'''Param_# (0-x)''' | '''Param_# (0-x)''' | ||
: Custom command line parameters for specified | : Custom command line parameters for specified programs of 'Open With' tool. | ||
: Value: String | : Value: String | ||
Line 327: | Line 327: | ||
: When enabled, XnView adds separate print jobs for each selected file / page in multi-page files when printing. | : When enabled, XnView adds separate print jobs for each selected file / page in multi-page files when printing. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: <span style="color:red">Note: Since XnView 1.98, JobPerPage is no longer UI-less setting.</span> | : <span style="color:red">Note: Since XnView 1.98, JobPerPage is no longer a UI-less setting.</span> | ||
Line 333: | Line 333: | ||
'''Height''' | '''Height''' | ||
: Width for custom size selection | : Width for custom size selection of the resize tool. | ||
: Value: Integer | : Value: Integer | ||
'''Width''' | '''Width''' | ||
: Width for custom size selection | : Width for custom size selection of the resize tool. | ||
: Value: Integer | : Value: Integer | ||
Line 352: | Line 352: | ||
'''newMethod''' | '''newMethod''' | ||
: When enabled, XnView uses newer method | : When enabled, XnView uses a newer method for the batch scanning tool. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
Line 359: | Line 359: | ||
'''BottomToolbar''' | '''BottomToolbar''' | ||
: When enabled, 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:red">Broken ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=17016 viewtopic.php?t=17016] | : <span style="color:red">Broken ==></span> [http://newsgroup.xnview.com/viewtopic.php?t=17016 viewtopic.php?t=17016] | ||
Line 365: | Line 365: | ||
'''NoWIA''' | '''NoWIA''' | ||
: When enabled, XnView doesn't | : When enabled, XnView doesn't invoke the WIA service at start-up. | ||
: Value: Boolean (1/0) | : Value: Boolean (1/0) | ||
'''OpenWithMax''' | '''OpenWithMax''' | ||
: 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'. | ||
: Value: Integer, default value is 20 | : Value: Integer, default value is 20 | ||
'''QuitNoView''' | '''QuitNoView''' | ||
: When enabled, CTRL+W keyboard shortcut closes XnView if there | : When enabled, CTRL+W keyboard shortcut closes XnView if there aren't any views open. | ||
: Value: Boolean (1/0), enabled by default | : Value: Boolean (1/0), enabled by default | ||
Line 394: | Line 394: | ||
'''SelectedShowAgain''' | '''SelectedShowAgain''' | ||
: When enabled, XnView doesn't ask which group (tagged or selected files) to use when deleting files and always | : When enabled, XnView doesn't 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 | ||
Line 416: | Line 416: | ||
'''UseSavedPath''' | '''UseSavedPath''' | ||
: When enabled, XnView | : 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 | : Value: Boolean (1/0), disabled by default | ||
'''UseToolbarBackColor''' | '''UseToolbarBackColor''' | ||
: When enabled, XnView uses the custom toolbar background color specified by ToolbarBackColor option. | : When enabled, XnView uses the custom toolbar background color specified by the ToolbarBackColor option. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
: See also ToolbarBackColor setting | : See also ToolbarBackColor setting | ||
Line 453: | Line 453: | ||
:: 0. Show only for the currently viewed image. | :: 0. Show only for the currently viewed image. | ||
:: 1. Show also for the previous¦next file to view. | :: 1. Show also for the previous¦next file to view. | ||
:: 2. Show between sessions.Value: Integer, default value is 0 | :: 2. Show between sessions. | ||
: Value: Integer, default value is 0 | |||
'''CopyClipboard''' | '''CopyClipboard''' | ||
: Changes the data XnView will set in the clipboard when copying image. | : Changes the data XnView will set in the clipboard when copying an image. | ||
:: 0. Copy only image data | :: 0. Copy only image data. | ||
:: 1. Copy image filename and file object | :: 1. Copy image filename and file object. | ||
:: 2. Copy image data, filename and file | :: 2. Copy image data, filename and file object. | ||
: Value: Integer, default value is 0 | |||
'''GridType''' | '''GridType''' | ||
: Changes the grid coordinate | : Changes the display type of the grid coordinate markings. | ||
:: 0. No coordinate markings | :: 0. No coordinate markings. | ||
:: 1. Shows digits and letters for both the coordinates X and Y | :: 1. Shows digits and letters for both the coordinates X and Y. | ||
:: 2. Shows separately digits for X, and letters for | :: 2. Shows separately digits for X, and letters for Y. | ||
: Value: Integer, default value is 1 | |||
'''LockZoomFlag''' | '''LockZoomFlag''' | ||
: Changes the behavior of the 'lock zoom' feature. | : Changes the behavior of the 'lock zoom' feature. | ||
:: 0. | :: 0. Lock zoom status is kept between sessions (default). | ||
:: 1. | :: 1. Zoom lock status is kept for current session only. | ||
: Value: Integer | |||
Line 482: | Line 486: | ||
'''OldGifAni''' | '''OldGifAni''' | ||
: When enabled, XnView uses old | : When enabled, XnView uses old 8-bit instead of 32-bit decoding for animated GIF files. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
'''OpenWithAsPNG''' | '''OpenWithAsPNG''' | ||
: When enabled, XnView temporarily saves unsaved images | : When enabled, XnView temporarily saves unsaved images in PNG instead of BMP format when opening them in external application. | ||
: Value: Boolean (1/0), disabled by default | : Value: Boolean (1/0), disabled by default | ||
Line 493: | Line 497: | ||
'''ResetXY''' | '''ResetXY''' | ||
: Changes the default image X/Y position when viewing images. | : Changes the default image X/Y position when viewing images. | ||
:: 0. Middle of the image | :: 0. Middle of the image. | ||
:: 1. Top-left of the image | :: 1. Top-left of the image. | ||
:: 2. Top-right of the | :: 2. 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. | : Note: ResetXY setting does have a UI, only value 2 cannot be set through the options dialog. | ||
'''RightButtonFlag''' | '''RightButtonFlag''' | ||
: When enabled, right button is used for image selection instead of left. | : 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:red">Obsolete! Use 'Keyboard/Mouse' options instead.</span> | : <span style="color:red">Obsolete! Use 'Keyboard/Mouse' options instead.</span> |
Revision as of 00:00, 26 July 2011
Introduction
UI-less Settings are settings that don't have any user interface in XnView to change the state of the setting. The only way to modify these settings is to manually edit the XnView configuration file (xnview.ini) or XnView settings in the Windows registry (HKEY_CURRENT_USER\Software\XnView). For more information on how to edit and locate these settings, please read this FAQ topic or this XnView wiki page.
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 REG_DWORD value type for boolean & integer values and REG_SZ type for string values.
Browser
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), "type" format colors are set in the settings 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
- Broken ==> viewtopic.php?t=11011
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: BColorFilter01=jpeg, 25 25 25 or BColorFilter01=*.txt, 10 200 10
- See also BColorFilter## setting
ColorLabel-# (0-4)
- Overrides the default color category names.
- 0. Important
- 1. Work
- 2. Personal
- 3. To do
- 4. LaterValue: String
- See also RatingLabel-# setting
FolderColor# (1-5)
- Changes the colors of folder thumbnails.
- Upper main gradient color
- Lower main gradient color
- Outline color of folder tab
- Background color of folder tab
- Color of vertical edge lines
- Value: Raw color (integer) or formatted color string
- See also SelBorderColor setting
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 or file panes.
- Value: Boolean (1/0), disabled by default
NoDelayedPreview
- When enabled, XnView doesn't have a delay between previews when browsing through pictures with the arrow keys in XnView's browser.
- Value: Boolean (1/0), disabled by default
- See also TimerForPreview setting
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.
- 0. Bad
- 1. Below average
- 2. Average
- 3. Good
- 4. ExcellentValue: String
- See also ColorLabel-# setting
SelBorderColor
- Changes the color of the folder thumbnail selection frame.
- Value: Raw color (integer) or formatted color string
- See also FolderColor# settings
SelectPrevFolder
- When enabled, XnView automatically selects the first file in a folder when opening folders in XnView's browser.
- Value: Boolean (1/0), enabled by default
SharpenValue
- Changes the thumbnail sharpening level in XnView browser. This setting only takes effect if thumbnail sharpening is enabled.
- Value: Integer (1-100), default value is 50
TimerForPreview
- Changes the delay between previews in XnView's browser when browsing through pictures 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
VideoFramePercent
- Changes the frame from which video thumbnails are extracted.
- Value: Integer (percent), default is 10
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
- No idea what this one does.
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! Doesn't 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)
- Custom names for specified programs of 'Open With' tool.
- Value: String
Param_# (0-x)
- Custom command line parameters for specified programs of 'Open With' tool.
- Value: String
JobPerPage
- When enabled, XnView adds separate print jobs for each selected file / page in multi-page files when printing.
- Value: Boolean (1/0), disabled by default
- Note: Since XnView 1.98, JobPerPage is no longer a UI-less setting.
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
Save
RgbCompress
- No idea what this one does.
- 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
- Broken ==> viewtopic.php?t=17016
NoWIA
- When enabled, XnView doesn't invoke the WIA service at start-up.
- Value: Boolean (1/0)
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
- ???
- Value: Integer
SelectedShowAgain
- When enabled, XnView doesn't 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
- flags ???
- Value: Bit flags
TagShowFlags
- flags ???
- Value: Bit flags
ToolbarBackColor
- Changes the background color of the toolbar.
- Value: Raw color (integer) or formatted color string
- See also UseToolbarBackColor setting
- Broken ==> 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.
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.
- 0. Show only for the currently viewed image.
- 1. Show also for the previous¦next file to view.
- 2. Show between sessions.
- Value: Integer, default value is 0
CopyClipboard
- Changes the data XnView will set in the clipboard when copying an image.
- 0. Copy only image data.
- 1. Copy image filename and file object.
- 2. Copy image data, filename and file object.
- Value: Integer, default value is 0
GridType
- Changes the display type of the grid coordinate markings.
- 0. No coordinate markings.
- 1. Shows digits and letters for both the coordinates X and Y.
- 2. Shows separately digits for X, and letters for Y.
- Value: Integer, default value is 1
LockZoomFlag
- Changes the behavior of the 'lock zoom' feature.
- 0. Lock zoom status is kept between sessions (default).
- 1. 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 external application.
- Value: Boolean (1/0), disabled by default
ResetXY
- Changes the default image X/Y position when viewing images.
- 0. Middle of the image.
- 1. Top-left of the image.
- 2. 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! Use 'Keyboard/Mouse' options instead.
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
- Doesn't work! Obsolete???
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