home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Software / Topware / gimp / gimp-setup-20001226.exe / Main / gimprc < prev    next >
Encoding:
Text File  |  2000-12-27  |  13.0 KB  |  340 lines

  1. # This is the system-wide gimprc file.  Any change made in this file
  2. # will affect all users of this system, provided that they are not
  3. # overriding the default values in their personal gimprc file.
  4. #
  5. # Lines that start with a '#' are comments.
  6. # Blank lines are ignored.
  7.  
  8. # The variable gimp_dir refers to your personal gimp directory. It is
  9. # set to either the value _gimp1.2 or the value of the environment
  10. # variable GIMP_DIRECTORY.  If the path in gimp_dir is relative, it is
  11. # considered relative to your home directory (value of environment
  12. # variable %HOME%, or %HOMEDRIVE%:%HOMEPATH%).  If you don't have a
  13. # home directory (typical on Windows systems), gimp_dir refers to
  14. # directory in the GIMP installation directory.
  15.  
  16. # The variable gimp_install_dir is set to the directory where the gimp
  17. # was installed.
  18.  
  19. (exec_prefix "${gimp_install_dir}\\bin")
  20. (gimp_data_dir "${gimp_install_dir}")
  21. (gimp_plugin_dir "${gimp_install_dir}")
  22.  
  23. # Set the temporary storage directory...files will appear here
  24. #  during the course of running the gimp.  Most files will disappear
  25. #  when the gimp exits, but some files are likely to remain,
  26. #  such as working palette files, so it is best if this directory
  27. #  not be one that is shared by other users or is cleared on machine
  28. #  reboot such as /tmp.
  29. (temp-path "${TEMP}")
  30.  
  31. # Set the swap file location. The gimp uses a tile based memory
  32. #  allocation scheme. The swap file is used to quickly and easily
  33. #  swap files out to disk and back in. Be aware that the swap file
  34. #  can easily get very large if the gimp is used with large images.
  35. #  Also, things can get horribly slow if the swap file is created on 
  36. #  a directory that is mounted over NFS.  For these reasons, it may 
  37. #  be desirable to put your swap file in "/tmp".
  38. (swap-path "${TEMP}")
  39.  
  40. # Set the brush search path...this path will be searched for valid
  41. #  brushes at startup.
  42. (brush-path "${gimp_dir}\\brushes;${gimp_data_dir}\\brushes")
  43.  
  44. # Set the generated brush search path...this path will be searched for valid
  45. #  generated brushes at startup.
  46. (brush-vbr-path "${gimp_dir}\\generated_brushes")
  47.  
  48. # Specify a default brush. If none is specified it defaults to the
  49. #  "1circle.gbr" brush which is just a single pixel sized brush.
  50. #  The brush is searched for in the brush path.
  51. (default-brush "Circle (19)")
  52.  
  53. # Set the pattern search path...this path will be searched for valid
  54. #  patterns at startup.
  55. (pattern-path "${gimp_dir}\\patterns;${gimp_data_dir}\\patterns")
  56.  
  57. # Specify a default pattern.
  58. #  The pattern is searched for in the specified pattern paths.
  59. (default-pattern "Pine?")
  60.  
  61. # Set the palette search path...this path will be searched for valid
  62. #  palettes at startup.
  63. (palette-path "${gimp_dir}\\palettes")
  64.  
  65. # Specify a default palette.
  66. #  The pattern is searched for in the specified pattern paths.
  67. (default-palette "Default")
  68.  
  69. # Set the gradient search path...this path will be searched for valid
  70. #  gradients at startup.
  71. (gradient-path "${gimp_dir}\\gradients;${gimp_data_dir}\\gradients")
  72.  
  73. # Specify a default gradient.
  74. #  The gradient is searched for in the specified gradient paths.
  75. (default-gradient "German_flag_smooth")
  76.  
  77. # Set the plug-in search path...this path will be searched for
  78. #  plug-ins when the plug-in is run.
  79. (plug-in-path "${gimp_dir}\\plug-ins;${gimp_plugin_dir}\\plug-ins")
  80.  
  81. # Set the path for the script-fu plug-in.  This value is ignored by
  82. #  the GIMP if the script-fu plug-in is never run.
  83. (script-fu-path "${gimp_dir}\\scripts;${gimp_data_dir}\\scripts")
  84.  
  85. # Set the path to modules that are to be initialized at startup
  86. (module-path "${gimp_dir}\\modules;${gimp_plugin_dir}\\modules")
  87.  
  88. # The tile cache is used to make sure the gimp doesn't thrash
  89. #  tiles between memory and disk. Setting this value higher will
  90. #  cause the gimp to use less swap space, but will also cause
  91. #  the gimp to use more memory. Conversely, a smaller cache size
  92. #  causes the gimp to use more swap space and less memory.
  93. #  Note: the gimp will still run even if `tile-cache-size' is
  94. #  set to 0. The actual size can contain a suffix of 'm', 'M',
  95. #  'k', 'K', 'b' or 'B', which makes the gimp interpret the
  96. #  size as being specified in megabytes, kilobytes and bytes
  97. #  respectively. If no suffix is specified the size defaults to
  98. #  being specified in kilobytes.
  99. (tile-cache-size 32m)
  100.  
  101. # Speed of marching ants in the selection outline
  102. #  this value is in milliseconds
  103. #  (less time indicates faster marching)
  104. (marching-ants-speed 300)
  105.  
  106. # Set the number of operations kept on the undo stack
  107. (undo-levels 5)
  108.  
  109. # Set the minimal number of colors for dithering on 8-bit displays.
  110. #  If the GIMP cannot allocate at least this number of colors, a
  111. #  private colormap will be allocated, resulting in colormap "flashing".
  112. #  The default value of 144 corresponds to a "color cube" of 6*6*4 colors
  113. #  where the 3 values stand for shades of red, green and blue.
  114. #  Multiplying the # of shades of each primary color yields
  115. #  the total number of colors that will be allocated for the
  116. #  GIMP colormap.
  117. #  This number must not exceed 256.  Most of the colors remaining after
  118. #  the allocation of the colorcube will be left to the system palette
  119. #  in an effort to reduce colormap "flashing".
  120. #  Note that setting this value to something higher than 216 (6*6*6)
  121. #  will not work with Gtk versions lower than 1.2.8.
  122. (min-colors 144)
  123.  
  124. # Install a private GIMP colormap by default -- only for 8-bit displays
  125. # (install-colormap)
  126.  
  127. # Specify that marching ants for selected regions will be drawn
  128. #  with colormap cycling as oposed to redrawing with different stipple masks
  129. #  this color cycling option works only with 8-bit displays
  130. # (colormap-cycling)
  131.  
  132. # Tools such as fuzzy-select and bucket fill find regions based on a
  133. #  seed-fill algorithm.  The seed fill starts at the intially selected
  134. #  pixel and progresses in all directions until the difference of pixel
  135. #  intensity from the original is greater than a specified threshold
  136. #  ==> This value represents the default threshold
  137. (default-threshold 15)
  138.  
  139. # There is always a tradeoff between memory usage and speed.  In most
  140. #  cases, the GIMP opts for speed over memory.  However, if memory is
  141. #  a big issue, set stingy-memory-use
  142. # (stingy-memory-use)
  143.  
  144. # When zooming into and out of images, this option enables the
  145. #  automatic resizing of windows
  146. # (allow-resize-windows)
  147.  
  148. # Context-dependent cursors are cool.  They are enabled by default.
  149. #  However, they require overhead that you may want to do without.
  150. #  Uncomment this line to disable them.
  151. # (no-cursor-updating)
  152.  
  153. # Layer preview sizes (also used for the Undo History):
  154. #  none:    no previews in layers dialog/layer selector
  155. #  tiny:    24x24
  156. #  small:   32x32
  157. #  medium:  48x48
  158. #  large:   64x64
  159. #  huge:   128x128
  160. #  #:        #x#
  161. (preview-size small)
  162.  
  163. # Navigation window preview sizes:
  164. #  small:   48x48
  165. #  medium:  80x80
  166. #  large:  112x112
  167. #  #:        #x#
  168. (nav-preview-size large)
  169.  
  170.  
  171. # Tooltips
  172. #  Comment this out to disable the tooltips in the toolbox
  173. # (dont-show-tool-tips)
  174.  
  175. # Help System
  176. #  Comment this out to disable context-sensitive help with F1 key
  177. # (dont-use-help)
  178.  
  179. # Controlling ruler visibility
  180. #  The default behavior is for rulers to be ON.
  181. #  This can also be toggled with the View->Toggle Rulers command
  182. #  or shift+control+r
  183. # (dont-show-rulers)
  184.  
  185. # Controlling statusbar visibility
  186. #  The default behavior is to show the statusbar.
  187. #  This can also be toggled with the View->Toggle Statusbar command
  188. #  or shift+control+s
  189. # (dont-show-statusbar)
  190.  
  191. # Default units
  192. #  This is the default unit of a new image. It will appear in the
  193. #  File/New dialog and will be the unit for coordinate display when
  194. #  dot-for-dot is off.
  195. #  The default units can be one of:
  196. #  (inches millimeters points picas) plus those in your user units database
  197. #  The default is inches
  198. (default-units inches)
  199.  
  200. # Default Resolution units
  201. #  This is used to specify the resolution of a new image
  202. #  The units for the resolution can be one of:
  203. #  (inches millimeters points picas) plus those in your user units database
  204. #  The default is inches
  205. (default-resolution-units inches)
  206.  
  207. # Default Resolution
  208. #  This is the default resolution of a new image in dpi
  209. #  The default is 72.0 dpi in both x and y direction
  210. (default-xresolution 72.0)
  211. (default-yresolution 72.0)
  212.  
  213. # Disable auto saving
  214. #  Auto saving is not yet implemented! Nothing will be auto-saved, no matter
  215. #  how you set this here.  
  216. #  Just uncomment the line below...
  217. # (dont-auto-save)
  218.  
  219. # Disable confirmation before closing an image without saving
  220. #  Just uncomment the next line
  221. # (dont-confirm-on-close)
  222.  
  223. # By default GIMP remembers the positions and sizes of the main dialogs and
  224. #  advices your window-manager to place them there again the next time you
  225. #  use the GIMP. To disable this behaviour, uncomment the line below...
  226. # (dont-save-session-info)
  227.  
  228. # Session managment 
  229. #  To let GIMP try to restore your last saved session, 
  230. #  just uncomment the line below...
  231. (always-restore-session)
  232.  
  233. # Setting the level of interpolation
  234. #  Uncommenting this line will enable cubic interpolation.
  235. #  By default, GIMP uses linear interpolation, which is faster, but 
  236. #  has poorer quality
  237. # (cubic-interpolation)
  238.  
  239. # Set the gamma correction values for the display
  240. #  1.0 corresponds to no gamma correction.  For most displays,
  241. #  gamma correction should be set to between 2.0 and 2.6
  242. #  Run the utility "gamma_correct" to determine appropriate values
  243. #  for your display.
  244. #
  245. # One important item to keep in mind:  Many images that you might
  246. #  get from outside sources will in all likelihood already be
  247. #  gamma-corrected.  In these cases, the image will look washed-out
  248. #  if the gimp has gamma-correction turned on.  If you are going
  249. #  to work with images of this sort, turn gamma correction off
  250. #  by removing this line, or setting the values to 1.0.
  251. #  gamma-correction 1.0
  252. #  gamma-correction 2.0
  253. #
  254. (gamma-correction 1.0)
  255.  
  256. # Set the manner in which transparency is displayed in images
  257. #  Transparency type can be one of:
  258. #    0: Light Checks
  259. #    1: Mid-Tone Checks
  260. #    2: Dark Checks
  261. #    3: White Only
  262. #    4: Gray Only
  263. #    5: Black Only
  264. #  Check size can be one of:
  265. #    0: Small
  266. #    1: Medium
  267. #    2: Large
  268. (transparency-type 1)
  269. (transparency-size 2)
  270.  
  271. # This string sets how image window titles are formatted.
  272. # The following percent expansions are performed:
  273. #   %%  literal percent sign
  274. #   %f  bare filename, or "Untitled"
  275. #   %F  full path to file
  276. #   %p  PDB image id
  277. #   %i  view instance number
  278. #   %t  image type (RGB, indexed, greyscale)
  279. #   %z  zoom factor as a percentage
  280. #   %s  source scale factor
  281. #   %d  destination scale factor
  282. #   %Dx expands to x if the image is dirty
  283. # See gimprc(5) for further details.
  284. (image-title-format "%D*%f-%p.%i (%t) %z%%")
  285.  
  286. # Global paint options
  287. #  By default options for the paint tools are local, e.g. all paint tools
  288. #  use the options you specify in their tool options dialog. If you wish 
  289. #  to have global settings in the brushes dialog that affect all paint tools, 
  290. #  you can change this by uncommenting the next line.
  291. # (global-paint-options)
  292.  
  293. # Maximal new image size
  294. #  To prevent mistakes Gimp will warn you if you try to create a very large
  295. #  image. The default maximum memory consumption of the new image that 
  296. #  triggers the warning is 32MB.  
  297. (max-new-image-size 32M)
  298.  
  299. # Trust dirty flag
  300. #  Gimp tries to keep track of changes to an image. If you trust this
  301. #  behaviour, nothing will happen if you save an unchanged image. By default
  302. #  this is turned off.
  303. #  Just uncomment the following line if you trust the dirty flag.
  304. # (trust-dirty-flag)
  305.  
  306. # Perfect mouse tracking
  307. #  GIMP attempts to keep up with the motion of the pointer when
  308. #  painting, but when a painting operation is particularly CPU
  309. #  intensive the GIMP will miss the subtlety of your painting
  310. #  motion and render overly-angular strokes.  Enabling 'perfect
  311. #  mouse tracking' allows GIMP to track your painting motion
  312. #  more evenly, at the expense of lagging behind your brush at
  313. #  times of CPU stress.
  314. (perfect-mouse yes)
  315.  
  316. # Help browser
  317. #  Determines which program to use as browser for the GIMP help pages.
  318. #  The only possible value on Win32 is "netscape" which will show
  319. #  the help pages using your default web browser.
  320. (help-browser netscape)
  321.  
  322. # Fractalexplorer path
  323. #  This path will be searched for fractals when you use the Fractalexplorer  
  324. #  plug-in.
  325. (fractalexplorer-path "${gimp_dir}\\fractalexplorer;${gimp_data_dir}\\fractalexplorer")
  326.  
  327. # Gfig search path
  328. #  This path will be searched for Gfig figures when you use the Gfig plug-in.
  329. (gfig-path "${gimp_dir}\\gfig;${gimp_data_dir}\\gfig")
  330.  
  331. # GFlare path
  332. #  This path will be searched for gflares when you use the GFlare plug-in.
  333. (gflare-path "${gimp_dir}\\gflare;${gimp_data_dir}\\gflare")
  334.  
  335. # Gimpressionist path
  336. #  This path will be searched for data when you use the Gimpressionist plug-in.
  337. (gimpressionist-path "${gimp_dir}\\gimpressionist;${gimp_data_dir}\\gimpressionist")
  338.  
  339. # [end of file]
  340.