Advertisement
EldredChandler

jpegview

Jul 29th, 2014
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.60 KB | None | 0 0
  1. I edited something here and have no idea what so yay backups
  2. [JPEGView]
  3.  
  4. ; IMPORTANT NOTICE
  5. ; ================
  6. ; This global INI file is normally located in the same directory as the JPEGView executable.
  7. ; Its settings can be overridden on a per user basis by placing a JPEGView.ini file in the
  8. ; C:\Documents and Settings\username\Application Data\JPEGView\
  9. ; folder. Settings not present in the user's INI file are read from this global INI file.
  10. ; The "Save parameters to INI" context menu command will write the settings to the users
  11. ; INI file and not to the global!
  12. ; For installations on a USB memory stick, JPEGView can be forced to store its settings and the
  13. ; parameter DB in the EXE path by setting the StoreToEXEPath key to true.
  14.  
  15.  
  16. ; Only set this to true if writing to the EXE directory makes sense, e.g. on an installation on
  17. ; an USB memory stick. Never set it to true when the EXE is located in the 'Program Files' folder,
  18. ; especially under Windows Vista this would not work!
  19. StoreToEXEPath=false
  20.  
  21. ; Language used in the user interface. Set to 'auto' to use the language of the operating system.
  22. ; Other languages must use the ISO 639-1 language code (two letters)
  23. ; Currently supported:
  24. ; 'en' English (default)
  25. ; 'es' Spanish (Spain)
  26. ; 'es-ar' Spanish (latinoamerica)
  27. ; 'pt-br' Portuguese (Brasil)
  28. ; 'pt' Portuguese
  29. ; 'de' German
  30. ; 'it' Italian
  31. ; 'fr' French
  32. ; 'zh' Chinese
  33. ; 'zh-tw' Chinese (Taiwan)
  34. ; 'kr' Korean
  35. ; 'ro' Romanian
  36. ; 'ru' Russian
  37. ; 'sv' Swedish
  38. ; 'cs' Czech
  39. ; 'el' Greek
  40. ; 'eu' Basque
  41. ; 'bel' Belorussian
  42. Language=auto
  43.  
  44. ; File endings of files to be decoded by WIC (Windows Image Converter)
  45. ; If the Microsoft Camera Codec pack is installed, full size camera RAW files can be read with WIC
  46. ; Add the file endings of the raw files to view here, e.g.
  47. ; FilesProcessedByWIC=*.wdp;*.hdp;*.jxr;*.nef
  48. FilesProcessedByWIC=*.wdp;*.hdp;*.jxr
  49.  
  50. ; File endings of camera RAW files to be searched for embedded JPEG thumb images to display
  51. ; Reading just these embedded JPEGs is much faster than decoding the RAW using WIC
  52. FileEndingsRAW=*.pef;*.dng;*.crw;*.nef;*.cr2;*.mrw;*.rw2;*.orf;*.x3f;*.arw;*.kdc;*.nrw;*.dcr;*.sr2;*.raf
  53.  
  54. ; If true, reloads the currently displayed image automatically when it is changed by an external program on disk.
  55. ; Also reloads the image list when a file in the current directory is added or deleted.
  56. ; Set to false to turn off this behavior.
  57. ReloadWhenDisplayedImageChanged=true
  58.  
  59. ; Background color, R G B, each component must be in [0..255], e.g. "128 128 128" for a middle gray
  60. BackgroundColor=0 0 0
  61.  
  62. ; GUI colors, R G B format as used by BackgroundColor
  63. GUIColor=243 242 231
  64. HighlightColor=255 205 0
  65. SelectionColor=255 205 0
  66. SliderColor=255 0 80
  67. FileNameColor=255 255 255
  68.  
  69. ; GUI font, format: "font name" fontSizeInPoints [bold]
  70. ; 'Default' for the default GUI font of Windows
  71. ; Example: DefaultGUIFont="Arial" 9.0 bold
  72. DefaultGUIFont=Default
  73.  
  74. ; Contrast correction to apply to all images. Must be in -0.5 .. 0.5
  75. ; Values > 0 increase contrast, values < 0 decrease contrast
  76. Contrast=0.0
  77.  
  78. ; Gamma correction to apply to all images. Must be between 0.5 and 2
  79. ; Use gamma<1 to increase brightness and gamma>1 to decrease brightness
  80. Gamma=1.0
  81.  
  82. ; Color saturation to apply to all images. Must be in 0.0 .. 2.0
  83. ; 0.0 means gray scale image, 1.0 no additional color saturation, 2.0 maximal saturation
  84. Saturation=1.0
  85.  
  86. ; Sharpening to apply for downsampled images. Must be in 0 .. 0.5
  87. ; Note that for 100 % zoom, the BestQuality filter will not apply any sharpening, only the other filters do
  88. Sharpen=0.3
  89.  
  90. ; Default parameters for unsharp masking: Radius Amount Threshold
  91. ; Note that no unsharp masking can be applied automatically to every image - this setting only provides the default parameters
  92. ; when entering the unsharp mask mode
  93. UnsharpMaskParameters=1.0 1.0 4.0
  94.  
  95. ; Default parameters for controlling rotation and perspective correction
  96. RTShowGridLines=true
  97. RTAutoCrop=true
  98. RTPreserveAspectRatio=true
  99.  
  100. ; Default color balance. Negative values for C,M,Y correction, positive for R,G,B.
  101. ; Values must be in -1.0 .. +1.0
  102. CyanRed=0.0
  103. MagentaGreen=0.0
  104. YellowBlue=0.0
  105.  
  106. ; Set to true to use high quality sampling as default.
  107. HighQualityResampling=true
  108.  
  109. ; Start in full screen or windowed mode
  110. ; 'true' or 'false' to always start in full screen, respectively windowed mode
  111. ; 'auto' to choose best mode depending on image size of first image - windowed when it is small, full screen when it is large
  112. ShowFullScreen=auto
  113.  
  114. ; Sets the default position and size of the window in window mode. Possible values:
  115. ; 'auto' for 2/3 of screen size
  116. ; 'max' to start with maximized window
  117. ; 'image' to adjust the window size automatically to the image size
  118. ; 'sticky' to automatically restore the last used window size (when ShowFullScreen=auto only the upper,left position is restored)
  119. ; 'left top right bottom', space separated e.g: 100 100 900 700
  120. DefaultWindowRect=image
  121.  
  122. ; Contains the stored window rectangle in case of DefaultWindowRect=sticky
  123. StickyWindowRect=
  124.  
  125. ; The initial crop window size when using 'Fixed Size' crop mode
  126. DefaultFixedCropSize=320 200
  127.  
  128. ; Set to true to initially display the file name of each image in the upper, left corner of the screen
  129. ShowFileName=false
  130.  
  131. ; The elements to show when showing the file name.
  132. ; Possible elements:
  133. ; %filename% : File name
  134. ; %filepath% : File name and path
  135. ; %index% : Index of image in folder, e.g. [1/12]
  136. ; %zoom% : Current zoom factor
  137. ; %size% : Size of image in pixels (w x h)
  138. ; %filesize% : Size of image on disk
  139. FileNameFormat=%index% %filepath%
  140.  
  141. ; Font for the file name display, see DefaultGUIFont key for the format
  142. FileNameFont=Default
  143.  
  144. ; Set to true to initially display the file info box (EXIF info if available)
  145. ShowFileInfo=false
  146.  
  147. ; Set to true to show the histogram on the file info panel by default
  148. ShowHistogram=false
  149.  
  150. ; Set to true to show JPEG comments (EXIF user comment, EXIF image description or JPEG comment) in the file info box
  151. ShowJPEGComments=true
  152.  
  153. ; Set to true to show the bottom panel when moving the mouse to the bottom of the screen/window.
  154. ; The bottom panel provides basic image processing functionality
  155. ShowBottomPanel=true
  156.  
  157. ; Set to false if the navigation panel shall not be blended to the image
  158. ShowNavPanel=true
  159.  
  160. ; Set to false to disable the thumbnail image blended in during zoom and pan
  161. ShowZoomNavigator=true
  162.  
  163. ; Blending factor of the navigation panel when the mouse is not on that panel. Set to 0.0 to only
  164. ; show the panel when the mouse is over the panel
  165. BlendFactorNavPanel=0.5
  166.  
  167. ; Scaling factor for the navigation panel. Increase if the buttons on the panel are too small, e.g. on a touchscreen.
  168. ScaleFactorNavPanel=1.0
  169.  
  170. ; Set to true to keep the zoom, pan, contrast, gamma, sharpen and rotation setting between the images
  171. KeepParameters=false
  172.  
  173. ; CPUType can be AutoDetect, Generic, MMX or SSE
  174. ; Generic should work on all CPUs, MMX needs at least MMX II (starting from PIII)
  175. ; Use AutoDetect to detect the best possible algorithm to use
  176. CPUType=AutoDetect
  177.  
  178. ; Number of CPU cores used. Set to 0 for auto detection.
  179. ; Must be 1 to 4, or 0 for auto detect.
  180. CPUCoresUsed=0
  181.  
  182. ; DownSamplingFilter can be BestQuality, NoAliasing or Narrow
  183. ; The BestQuality filter produces a very small amount of aliasing.
  184. ; The NoAliasing filter is a Lanczos filter that has almost no aliasing when sharpen is set to zero
  185. ; The Narrow filter produces quite a lot of aliasing but will sharpen much and also sharpens 100% images
  186. DownSamplingFilter=BestQuality
  187.  
  188. ; Sorting order of the files when displaying the image files in a folder
  189. ; Can be LastModDate, CreationDate, FileName, FileSize or Random
  190. FileDisplayOrder=LastModDate
  191.  
  192. ; Sort files upcounting or downcounting
  193. IsSortedUpcounting=true
  194.  
  195. ; Navigation within or between folders
  196. ; LoopFolder : Loop within the source folder and never leave this folder
  197. ; LoopSameFolderLevel: Loop to next folder on the same hierarchy level (sibling folders)
  198. ; LoopSubFolders: Loop into subfolders of the source folder
  199. FolderNavigation=LoopFolder
  200.  
  201. ; If true, the mouse wheel can be used to navigate forward and backward and zoom must be done with Ctrl-MouseWheel
  202. ; If false, zoom is done with the mousewheel (no Ctrl required)
  203. NavigateWithMouseWheel=false
  204.  
  205. ; If true, the extended mouse buttons (Forward and backward) are exchanged compared to Internet explorer
  206. ; This is useful to put the 'go to next image' functionality to the button that is better reachable
  207. ExchangeXButtons=true
  208.  
  209. ; If true the files in a folder are shown with wrap around, thus going from last to first image and vice versa
  210. ; If false navigation stops on the last and first image
  211. WrapAroundFolder=true
  212.  
  213. ; If true, JPEG images are auto rotated according to EXIF image orientation tag if present.
  214. AutoRotateEXIF=true
  215.  
  216. ; If true, embedded ICC color profiles are used for JPEG and TIFF. This forces using GDI+ for JPEGs and therefore
  217. ; results in much slower loading of JPEGs! Only set to true if you really need this.
  218. UseEmbeddedColorProfiles=false
  219.  
  220. ; Auto zoom mode
  221. ; FitNoZoom : Fit images to screen, never enlarge image
  222. ; FillNoZoom : Fill screen with no black borders, crop if necessary but not too much, never enlarge image
  223. ; Fit : Fit images to screen
  224. ; Fill : Fill screen with no black borders, crop if necessary
  225. AutoZoomMode=FitNoZoom
  226.  
  227. ; Maximum size of slide show text files in KB
  228. MaxSlideShowFileListSizeKB=200
  229.  
  230. ; Transition effect for slide shows in full screen mode - ignored when used in window mode
  231. ; Possible transition effects: None, Blend, SlideRL, SlideLR, SlideTB, SlideBT, RollRL, RollLR, RollTB, RollBT, ScrollRL, ScrollLR, ScrollTB, ScrollBT
  232. SlideShowTransitionEffect=Blend
  233.  
  234. ; Time of the slide show transition effect in milliseconds, only used in full screen mode
  235. SlideShowEffectTime=250
  236.  
  237. ; If set to true, only one single instance of JPEGView runs at any time, if false multiple instances are allowed
  238. ; Set to true to open all images in the same JPEGView window.
  239. SingleInstance=false
  240.  
  241. ; Force using GDI+ for reading JPEGS. Only use when you have problems reading your JPEGs with the default Turbo JPEG library.
  242. ; Note that using GDI+ is slower than the Turbo JPEG library!
  243. ForceGDIPlus=false
  244.  
  245. ; Quality when saving JPEG files (in 0..100 where 100 is the highest quality)
  246. JPEGSaveQuality=85
  247.  
  248. ; Quality when saving WEBP files with lossy compression (in 0..100 where 100 is the highest quality)
  249. WEBPSaveQuality=85
  250.  
  251. ; Default format for saving files. Supported formats: jpg, bmp, png, tif, webp
  252. DefaultSaveFormat=jpg
  253.  
  254. ; Set to true to create a parameter DB entry when saving an image with JPEGView to avoid processing it again
  255. CreateParamDBEntryOnSave=true
  256.  
  257. ; If set to true, Ctrl-S overrides the original file on disk, applying the current processings without
  258. ; showing a dialog or prompting the user to confirm.
  259. ; CAUTION: Use at your own risk! Be aware that the original image file is overridden and cannot be restored anymore!
  260. OverrideOriginalFileWithoutSaveDialog=false
  261.  
  262. ; If set to true, lossless JPEG transformations will trim the image as needed without prompting the user.
  263. ; This will remove 15 pixel rows/columns at the image borders in worst case.
  264. ; CAUTION: Use at your own risk! Be aware that the original image file is overridden and the trimmed borders cannot be restored anymore!
  265. TrimWithoutPromptLosslessJPEG=false
  266.  
  267. ; Only for multi-monitor systems!
  268. ; Monitor to start the application on
  269. ; -1: Use monitor with largest resolution, primary monitor if several monitors have the same resolution
  270. ; 0: Use primary monitor
  271. ; 1...n: Use the non-primary monitor with index n
  272. DisplayMonitor=-1
  273.  
  274. ; Automatic contrast correction by histogram equalization
  275. ; F5 enables/disables the correction on the current image.
  276. AutoContrastCorrection=false
  277.  
  278. ; Using the following two keys, it is possible to explicitly exclude/include folders from the contrast correction.
  279. ; More specific patterns have precedence over less specific patterns and inclusion has precedence over exclusion if
  280. ; a folder matches both. Example: '*\pics\orig\* has precedence over *\pics\* because it is more specific
  281. ; Use the ; character to separate two expressions.
  282. ; Example: ACCExclude=%mypictures%\Digicam\edited\*;*.bmp
  283. ; This will exclude all files in the ..\My Pictures\Digicam\edited\ folder and all its subfolders and all bmp files
  284. ; from automatic contrast correction.
  285. ; The following two placeholders are recognized:
  286. ; %mypictures% : "My documents\My Pictures" folder
  287. ; %mydocuments% : "My documents" folder
  288. ACCExclude=
  289. ACCInclude=
  290.  
  291. ; Amount of automatic contrast correction
  292. ; 0 means no contrast correction, 1 means full (to black and white point) contrast correction. Must be in (0 .. 1)
  293. AutoContrastCorrectionAmount=0.5
  294.  
  295. ; Amount of color correction in the color channels reg, green, blue, cyan, magenta and yellow
  296. ; The numbers must be between 0.0 (no correction) and 1.0 (total correction towards the gray world model)
  297. ColorCorrection = "R: 0.2 G: 0.1 B: 0.35 C: 0.1 M: 0.3 Y: 0.15"
  298.  
  299. ; Amount of automatic brightness correction
  300. ; 0 means no brightness correction, 1 means full correction to middle gray. Must be in (0 .. 1)
  301. AutoBrightnessCorrectionAmount=0.2
  302.  
  303. ; Automatic correction of local density (local brightness of images)
  304. ; Can be enabled/disabled on the image with F6
  305. LocalDensityCorrection=false
  306.  
  307. ; See remark about exclusion/inclusion at the ACCExclude setting.
  308. ; The same applies to these settings.
  309. LDCExclude=
  310. LDCInclude=
  311.  
  312. ; Amount of local density correction of shadows
  313. ; Can be in [0, 1]
  314. LDCBrightenShadows=0.5
  315.  
  316. ; Deep shadow steepness of enhancement
  317. ; Can be in [0, 1], values bigger than 0.9 are not recommended
  318. LDCBrightenShadowsSteepness=0.5
  319.  
  320. ; Amount of local density correction of highlights
  321. ; Can be in [0, 1]
  322. LDCDarkenHighlights=0.25
  323.  
  324. ; Parameter set used in landscape enhancement mode
  325. ; Space separated, use -1 to leave parameter untouched
  326. ; Contrast Gamma Sharpen ColorCorrection ContrastCorrection LightenShadows DarkenHighlights DeepShadows CyanRed MagentaGreen YellowBlue Saturation
  327. LandscapeModeParams=-1 -1 -1 -1 0.5 1.0 0.75 0.4 -1 -1 -1 -1
  328.  
  329. ; User commands
  330. ; User command must be named UserCmd# where # stands for a number. The first user command has the number zero (UserCmd0)
  331. ; and the numbering of the commands must be continuous.
  332. ; User command must have the following form:
  333. ; UserCmd#="KeyCode: %Key% Cmd: '%Cmd%' [Menuitem: '%menu%'] [Confirm: '%confirm%'] [HelpText: '%help%'] [Flags: '%flags%']"
  334. ; %Key% : Key that invokes the command. Do not define keys already used by JPEGView.
  335. ; The following keys are known: Alt, Ctrl, Shift, Esc, Return, Space, End, Home, Back, Tab, PgDn, PgUp,
  336. ; Left, Right, Up, Down, Insert, Del, Plus, Minus, Mul, Div, Comma, Period, A .. Z F1 .. F12
  337. ; Combine modifier keys with +, e.g. 'Alt+Ctrl+P'
  338. ; %Cmd% : Application to start, including command arguments. Enclose the application name with double quotes ("") if the path contains
  339. ; spaces. To execute command line commands or batch files, use 'cmd /c command' respectively 'cmd /c MyBatchFile.bat'.
  340. ; The following placeholders can be used in the %cmd% argument:
  341. ; %filename% : Filename of current image, including path
  342. ; %filetitle% : Filename of current image, excluding path
  343. ; %directory% : Directory or current image, without trailing backslash
  344. ; %mydocuments%: The 'My Documents' folder without trailing backslash
  345. ; %mypictures% : The 'My Pictures' folder without trailing backslash
  346. ; %exepath% : Path to EXE folder where JPEGView is running
  347. ; %exedrive% : Drive letter of the EXE path, e.g. "c:"
  348. ; The resulting names are enclosed with double quotes automatically by JPEGView when no backslash is before or after the placeholder.
  349. ; %menu% : The menu item text in the 'User Commands' sub-menu shown in the JPEGView context menu. If missing the command is not contained in the menu.
  350. ; %confirm% : Message text that is shown and must be confirmed before the command is executed.
  351. ; This is an optional argument, if not used, no confirmation is needed for the command.
  352. ; %help% : Help string that is displayed in JPEG view when F1 is pressed.
  353. ; This is an optional argument, if not used, no help text will be available.
  354. ; %flags% : The following flags are supported:
  355. ; NoWindow : For console applications - if set do not display a console window.
  356. ; If the started application is the command interpreter (cmd.exe) this flag is implicitly set.
  357. ; ShortFilename : If set, the short (8.3) file name (and path) is passed to the executing application.
  358. ; Set this flag if the executing application cannot handle long file names or files and path
  359. ; names containing spaces.
  360. ; WaitForTerminate : If set, JPEGView is blocked until the command has finished execution. If not set, the command is
  361. ; started and JPEGView continues.
  362. ; MoveToNext : If set, JPEGView moves to the next image in the folder after the command has been executed.
  363. ; Cannot be combined with the ReloadCurrent flag.
  364. ; ReloadFileList : If set, the file-list of the current folder is reloaded after execution of the command. Set this
  365. ; flag when the command modifies the content of the folder (e.g. moves, renames or deletes files).
  366. ; ReloadCurrent : If set, the currently shown file is re-loaded from disk after execution of the command.
  367. ; Set this flag if the command changes the pixel data of the current image.
  368. ; ReloadAll: If set, the file-list of the current folder is reloaded and the current image and all cached images
  369. ; are reloaded. Set this flag only if the command changes pixel data of images other than the current.
  370. ; KeepModDate: Keeps the modification date/time of the current image. Can be used to preserve this time stamp
  371. ; when modifications on the image are done to keep sort ordering.
  372. ; Caution: When using this flag, always combine with the WaitForTerminate flag!
  373. ; ShellExecute: Uses the ShellExecute() system call to start the external process instead of CreateProcess().
  374. ; Some applications do not start properly with CreateProcess(). If this flag is set, the WaitForTerminate
  375. ; must not be used. All flags requiring WaitForTerminate to be set must not be set either.
  376. ; Typically ShellExecute is set to start large external applications, e.g. an image editor.
  377.  
  378. UserCmd0="KeyCode: Shift+Del Cmd: 'cmd /c del %filename%' Confirm: 'Do you really want to permanently delete the file %filename%?' HelpText: 'Shift+Del\tDelete current file on disk permanently' Flags: 'WaitForTerminate ReloadFileList MoveToNext'"
  379.  
  380. ; Here are some examples for user commands
  381. ;UserCmd1="KeyCode: P Cmd: 'C:\WINDOWS\system32\mspaint.exe /p %filename%' Menuitem: 'Print Image' Confirm: 'Do you really want to print the file %filename%?' HelpText: 'P\tPrint current image'"
  382. ;UserCmd2="KeyCode: Q Cmd: 'cmd /c move %filename% "%mypictures%\trash\"' Confirm: 'Really move file to %mypictures%\trash\%filetitle%' HelpText: 'Q\tMove file to trash directory' Flags: 'WaitForTerminate ReloadFileList MoveToNext'"
  383. ;UserCmd3="KeyCode: W Cmd: 'cmd /c copy %filename% "%mypictures%\trash\%filetitle%"' Confirm: 'Really copy file to %mypictures%\trash\%filetitle%' HelpText: 'W\tCopy file to trash directory' Flags: 'WaitForTerminate'"
  384. ;UserCmd4="KeyCode: A Cmd: 'cmd /u /c echo %filename% >> "%mydocuments%\test.txt"' HelpText: 'A\tAppend to file list'"
  385.  
  386. ; Open with menu commands, shown in the 'Open with..' submenu of the JPEGView context menu.
  387. ; These commands must be named OpenWith# where # stands for a number. The first open with command has the number zero (OpenWith0)
  388. ; and the numbering of the commands must be continuous.
  389. ; Open with commands must have the following form:
  390. ; OpenWith#="Cmd: '%Cmd%' Menuitem: '%menu%' [KeyCode: %Key%] [Confirm: '%confirm%'] [Flags: '%flags%']"
  391. ; For an explanation of the different options, refer to the user command documentation above.
  392. ; Notice: Open with commands should be added to the user INI file, not to this global INI file
  393. ; Example for a menu entry that opens the current image in MS Paint:
  394. ;OpenWith0="Cmd: 'C:\WINDOWS\system32\mspaint.exe %filename%' Menuitem: 'Microsoft Paint' Flags: 'ShellExecute'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement