home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / graphic / qpv38617 / install.dat / QPV.INI < prev    next >
Text File  |  1995-08-01  |  16KB  |  328 lines

  1. # QPV/386 initialization file
  2. #
  3. # You may modify this file with any standard ASCII text editor.
  4. # Comments are preceded by '#' (you can also use ';' or '%').
  5. # Options are not case sensitive.  Spaces are ignored.
  6. #
  7. # Each switch is preceded by a comment which explains its meaning.
  8. # Note that some of these settings can also be changed from within
  9. # QPV/386 (press Alt-O to display the options menu).
  10. #
  11.  
  12. # Switch "fast preview" initially on/off ('!' key within QPV/386).
  13. Preview=On
  14.  
  15. # Switch "file information" initially on/off ('*' key within QPV/386).
  16. File_Info=On
  17.  
  18. # Default directory at startup.  Specify '.' for current directory.
  19. Default_Directory=.
  20.  
  21. # Check if the startup directory really exists.  It is highly recommended
  22. # to keep this setting 'on', it's only intended for some brain-dead
  23. # operating systems which are not really DOS compatible.
  24. Directory_Validate=On
  25.  
  26. # Only files matching the following filter are displayed in the
  27. # directory listing (separate multiple filters by comma ',').
  28. # The default filter is '*.*', i.e. all files are displayed.
  29. # For example '*.JPG,*.TGA' would display JPEG and Targa files only.
  30. File_Filter=*.*
  31.  
  32. # Exclude the following files from the directory listing (by default none).
  33. # Multiple entries are separated by commas.
  34. File_Exclude=*.IDX,*.256,DESCRIPT.ION
  35.  
  36. # Sort order of the directory listing.  Possible sort keys:
  37. #    None : don't sort
  38. #    Dir  : display directories first
  39. #    Name : sort by name (including extension), A first, Z last
  40. #    Ext  : sort by extension only, A first, Z last
  41. #    Size : sort by file size (size of directories is 0), smallest first
  42. #    Date : sort by file date and time, oldest first
  43. # Each key can be followed by '-' (minus sign) which reverses the order,
  44. # e.g. 'Dir-' displays direcories last, 'Size-' displays the biggest file
  45. # first.  Multiple keys (up to five) are separated by ',' (comma).
  46. # More examples:
  47. #    'Dir,Name'   : directories first, then sort by names (default)
  48. #    'Ext,Name'   : sort by extensions, files with the same extension are
  49. #                   sorted by names
  50. #    'Dir-,Date-' : directories last, sort by date (newest file first).
  51. Sort_Order=Dir,Name
  52.  
  53. # QPV/386 asks for confirmation if you want to delete a file by pressing
  54. # the Del (Delete) key.  If you think that you know what you are doing,
  55. # you can switch that confirmation off.  If this switch is off, any file
  56. # will be deleted immediately without confirmation, so be careful.
  57. Confirm_Delete=On
  58.  
  59. # This is pretty much the same, but it's used while viewing an image.
  60. # I recommend that you leave this switch on.
  61. Confirm_ViewDelete=On
  62.  
  63. # QPV/386 asks for confirmation if you want to delete multiple files by
  64. # pressing Shift-Del (delete all tagged files).  If you are absolutely
  65. # sure that you know what you are doing, you can switch that confirmation
  66. # off.  If this switch is off, all tagged files will be deleted
  67. # immediately without confirmation when you press Shift-Del.
  68. # I STRONGLY recommend that you leave this switch on.  Otherwise you
  69. # might lose a lot of files if you accidentally press Shift-Del.
  70. Confirm_MultiDelete=On
  71.  
  72. # Use 16 or 256 color mode for user interface (directory listing).
  73. # Only switch on if you are sure that the 640x480x256 mode is working
  74. # correctly with QPV/386.
  75. Interface_256_Colors=Off
  76.  
  77. # QPV/386 automatically creates and updates hidden description files
  78. # (DESCRIPT.ION, compatible with 4DOS/NDOS) to store application specific
  79. # data, thus speeding up the process of getting file information.
  80. # If you don't like that, switch this off.  Of course you will still
  81. # be able to create and edit file descriptions (Alt-E).
  82. # `On' is recommended, unless you don't want description files being
  83. # created.
  84. Create_Descriptions=Off
  85.  
  86. # If your mouse driver is not Microsoft compatible, switch this off.
  87. # That will also disable Follow_Mouse and Pan_Mouse.
  88. Use_Mouse=On
  89.  
  90. # The following lines define the functions of the mouse buttons.
  91. # Each mouse button corresponds to a key on your keyboard.
  92. # These three lines are for the menu/directory screen:
  93. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  94. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  95. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  96. # These three lines are for the image display screen:
  97. View_Mouse_Button_Left  =Enter          # view next image
  98. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  99. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  100.  
  101. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  102. # You can still use the cursor keys.  The bar will NOT follow the mouse
  103. # if you place the mouse pointer at the top of the screen.
  104. Follow_Mouse=Off
  105.  
  106. # You can pan across the image by moving your mouse if this option is on.
  107. Pan_Mouse=On
  108.  
  109. # If this is on, the top of the screen will be updated immediately during
  110. # panning, the bottom part will be updated when panning is stopped.
  111. # If it's off, the whole screen is updated at every panning step, which
  112. # may look jerky (depending on the speed of your machine and the
  113. # resolution).
  114. Pan_Immediately=Off
  115.  
  116. # The step size for panning.  A plain number specifies the amount of
  117. # pixels to pan across the image each time a cursor key is pressed.
  118. # A number followed by the letter 'P' (percent) specifies the step size
  119. # depending on the current screen resolution.
  120. # Does not affect panning by mouse.
  121. Pan_Step_X=3p   # horizontal step size:  3 percent of screen width
  122. Pan_Step_Y=3p   # vertical step size:  3 percent of screen height
  123.  
  124. # On: View image while it's being loaded
  125. # Off: view image when loading is complete.
  126. View_While_Loading=On
  127.  
  128. # Display image information while it's being loaded:
  129. #    None - don't display any information
  130. #    Dir  - directory
  131. #    Name - file name (without extension)
  132. #    Ext  - file name extension
  133. #    Size - file size (in bytes)
  134. #    Type - image type
  135. #    Dim  - image dimensions (Width x Height)
  136. Image_Description=Name,Type,Dim
  137.  
  138. # You can print an image with Alt-P on any PostScript compatible printer.
  139. # Also, you can use Shift-Alt-P to print all tagged images.
  140. # Currently the following drivers are supported:
  141. #    PostScript    - for any Adobe PostScript compatible printer
  142. #    PostScript2   - PostScript level 2 (faster, uses compression)
  143. Print_Driver=PostScript2
  144.  
  145. # Where to output the printer data.  Usually LPT1 or PRN if the printer is
  146. # connected to your parallel port.  Instead of printing directly to the
  147. # printer, you can also print to a file by specifying a filename.  If the
  148. # filename is followed by a plus sign "+", each image will be printed in
  149. # its own file (otherwise the file will be overwritten each time an image
  150. # is printed).
  151. # As a special feature, QPV/386 now contains a high-speed parallel port
  152. # driver.  Attention:  This is not tested extensively and might not work
  153. # with your printer (in this case, specify LPT1 to select the normal DOS
  154. # driver).  The high speed driver is selected by specifying *1 (for LPT1),
  155. # *2 (for LPT2) etc.
  156. Print_Output=*1
  157.  
  158. # Paper size of your printer.  Letter, Legal, Ledger, Executive, Com10,
  159. # Monarch, DL, A0...A9, B0...B9, C0...C9, D0...D9 (each one optionally
  160. # followed by "-L" if the printer prints in landscape mode).
  161. # If none of these predefined sizes fits your need, you can specify
  162. # width and height, separated by a comma.  Use "in" for inches or "cm"
  163. # for centimeters.  Example: "8.5in,11in" (same as "Letter"),
  164. # "29.7cm,21.0cm" (same as "A4").
  165. Print_Paper=A4
  166.  
  167. # Specify the printable area of the page, i.e. where to print the images.
  168. # Values are relative to the lower left corner of the page if positive,
  169. # and relative to the upper right corner if negative.  If four values are
  170. # specified, they are interpreted as left, right, bottom and top margin,
  171. # respectively.  Two values are interpreted as horizontal (left/-right)
  172. # and vertical (bottom/-top) margins.  A single value specifies the
  173. # margin of all four sides at the same time.
  174. # Example:  To print images within 15cm at the upper left corner with
  175. # 1cm margin, specify "1cm,16cm,-1cm,-16cm"
  176. Print_Margin=0.5in
  177.  
  178. # Rotate images by 90 degrees for printing ("On", "Off" or "Auto").
  179. Print_Rotate=Auto
  180.  
  181. # Invert images for printing (i.e. swap black and white).
  182. Print_Invert=Off
  183.  
  184. # Currently, two print modes are supported:
  185. # Grey (or Gray): This is for photographic images, and for images that are
  186. #    not just black and white.
  187. # Bilevel:  only black and white will be printed (no shades of grey);
  188. #    this is suitable for simple drawings etc.
  189. Print_Mode=Grey
  190.  
  191. #   You can call an external program or batch file by assigning it to one
  192. #   of the following keys:
  193. #      Ctrl-A  ... Ctrl-Z
  194. #      Ctrl-F1 ... Ctrl-F10.
  195. #   Note that Ctrl-H is identical to the backspace key which is used to
  196. #   change to the parent directory, and Ctrl-M is identical to the Enter
  197. #   key, so you can not assign a program to Ctrl-H or Ctrl-M.
  198. #
  199. #   Also note that Ctrl-I is identical to the Tab key, so if you assign a
  200. #   program to Ctrl-I, you will also be able call it with the Tab key.
  201. #   I might also do something special with the Tab key in a future version.
  202. #
  203. #   To define an external program call, use the following syntax:
  204. #      Control_Key = <key>, <switches>, <program> <parameters>
  205. #   <key> is the key which invokes the program if pressed with the Ctrl key.
  206. #      You can use any key from A to Z (except H and M) and F1 to F10.
  207. #   <switches> (optional, may be omitted) can be one or more of the list
  208. #      below.  If you specify two or more switches, you need not separate
  209. #      them.  However, for easier readability, you can use spaces to
  210. #      separate them (do not use commas).
  211. #   <program> is the program to be called.  The extension must be specified
  212. #      explicitely, it must be either .EXE, .COM or .BAT.  If no path is
  213. #      specified, the program is searched for in the current directory,
  214. #      QPV's home directory, and any directory of the PATH and APPEND
  215. #      environment variables.
  216. #      If you want to use one of the internal DOS commands (e.g. DELETE),
  217. #      you can either "wrap" it into a .BAT file, or you can use it by
  218. #      calling "command.com" with parameters "/c delete".
  219. #   <parameters> are the command line parameters for the program, if any.
  220. #      A percent sign followed by a single character is replaced according
  221. #      to the list below (substitution).
  222. #
  223. #   The following switches can be used:
  224. #      T3  Switch to textmode before calling the program.  After the program
  225. #          has finished, wait for a keypress, and then redraw the QPV/386
  226. #          screen.  This should be used with programs that print any text on
  227. #          the screen that you want to read.  T3 is the default if there is
  228. #          no T switch.
  229. #      T2  Switch to textmode before calling the program, and redraw the
  230. #          QPV/386 screen afterwards, but don't wait for a keypress.  This
  231. #          can be used with programs that leave anything on the screen that
  232. #          you don't need to see.
  233. #      T1  Don't switch to textmode, but redraw the QPV/386 screen after
  234. #          return from the program (without waiting for a keypress).  This
  235. #          is useful for programs that switch to another mode (text or
  236. #          graphics) themselves.
  237. #      T0  Don't switch to textmode and don't redraw the screen.  This can
  238. #          be used if the program does not produce any output on the screen.
  239. #      D   Reread the directory after return from the program.  This might
  240. #          be necessary if the program deletes, creates or modifies files in
  241. #          the current directory.  By default, QPV/386 assumes that the
  242. #          directory's contents are the same as before.
  243. #      +   Automatically go to the next directory entry after return from
  244. #          the program.  By default, the cursor stays on the current entry.
  245. #
  246. #   The following substitution commands can be used for the parameters:
  247. #      %N  current filename (bbbbbbbb.eee)
  248. #      %B  base name (bbbbbbbb)
  249. #      %E  extension (eee)
  250. #      %P  full path and filename (r:\dd...dd\bbbbbbbb.eee)
  251. #      %D  directory (\dd...dd), empty if root directory
  252. #      %R  drive letter plus colon (r:)
  253. #      %%  the percent sign itself
  254. #   Note that, for example, "%N" is exactly identical to "%B.%E", and
  255. #   "%P" is the same as "%R%D\%N".  The letters are not case sensitive.
  256. #
  257. #   Note that the hash symbol (#) loses its special meaning as comment sign
  258. #   inside a Control_Key definition, so you can not have a comment in such
  259. #   a line.
  260.  
  261. # Here is just an example: Ctrl-P will convert a GIF file to PNG format:
  262. Control_Key=P,t1d+,gif2png.exe %p
  263.  
  264. # Beep when the image decoding is completed or Esc hit while decoding.
  265. Ready_Beep=On
  266.  
  267. # Beep when an error occured (file format error, I/O error, etc).
  268. Error_Beep=On
  269.  
  270. # Beep when a warning occured (e.g. delete file).
  271. Warn_Beep=On
  272.  
  273. # Display all images as greyscaled on/off ('$' key within QPV/386).
  274. Force_Grey=Off
  275.  
  276. # Height and colors of the default video mode ('+'/'-' keys within QPV/386).
  277. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  278. # If the desired mode is not available, QPV/386 chooses a mode which
  279. # comes as close as possible.
  280. Default_Mode_Height=480
  281. Default_Mode_Colors=64k
  282.  
  283. # Shrink the image to fit to the screen if it's too large.
  284. Fit_To_Screen=Off
  285.  
  286. # Use dithering for hicolor modes:
  287. # on:  image quality is like truecolor, but takes 15% more time.
  288. # off:  faster, but image quality is worse (not recommended).
  289. Hicolor_Dither=On
  290.  
  291. # When truecolor images (e.g. JPEG, 24 bit Targa) are to be displayed in
  292. # 256 color modes, QPV/386 can use one of these methods to reduce truecolor
  293. # to 256 colors:
  294. #  (A) use fixed palette (very fast, but quality isn't perfect)
  295. #  (B) use precalculated palette (much better quality, slightly slower)
  296. #  (C) calculate palette (same quality as (B), considerably slower)
  297. # Note that (B) requires the existence of a precalculated palette
  298. # (*.256 file), otherwise the palette has to be calculated in and
  299. # extra pass (C) which isn't currently supported by QPV/386 (however,
  300. # you can create *.256 files used by (B) with the TRUE2GIF utility).
  301. # If this switch is on, (B) is selected, otherwise (A).
  302. Hiquality_256_Colors=On
  303.  
  304. # Automatic video mode selection ('#' key within QPV/386).
  305. # on:  QPV/386 selects the mode automatically, depending on the image size
  306. #      (it ignores the mode selected by the user).
  307. # off: QPV/386 uses the mode which is currently selected by the user.
  308. # ATTENTION:  If switched on, QPV/386 may use any of the modes which are
  309. #             defined in the configuration file (QPV.CFG).  So be sure
  310. #             that all of those modes work with your video hardware!
  311. #             You have to delete the modes that do not work.
  312. Auto_Mode=Off
  313.  
  314. # Specify which modes (number of colors) QPV/386 should take into account
  315. # when automatic mode selection is switched on.
  316. # For truecolor images (e.g. color JPEGs, 24 bit Targa):
  317. Auto_Mode_Truecolor=256,32K,64K,16M
  318. # For hicolor images (e.g. 15bit Targas):
  319. Auto_Mode_Hicolor=256,32K,64K
  320. # For greyscaled images:
  321. Auto_Mode_Grey=16,256
  322. # For color images with up to 256 colors (e.g. 256 color GIFs):
  323. Auto_Mode_256Color=256
  324. # For images with up to 16 colors:
  325. Auto_Mode_16Color=16,256
  326.  
  327. ######
  328.