home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA1_0896.bin / utils / qpv / qpv.ini < prev    next >
Text File  |  1995-05-09  |  8KB  |  178 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. # Switch "fast preview" initially on/off ('!' key within QPV/386).
  8. Preview=On
  9.  
  10. # Switch "file information" initially on/off ('*' key within QPV/386).
  11. File_Info=Off
  12.  
  13. # Default directory at startup.  Specify '.' for current directory.
  14. Default_Directory=.
  15.  
  16. # Check if the startup directory really exists.  It is highly recommended
  17. # to keep this setting 'on', it's only intended for some brain-dead
  18. # operating systems which are not really DOS compatible.
  19. Directory_Validate=On
  20.  
  21. # Only files matching the following filter are displayed in the
  22. # directory listing (separate multiple filters by comma ',').
  23. # The default filter is '*.*', i.e. all files are displayed.
  24. # For example '*.JPG,*.TGA' would display JPEG and Targa files only.
  25. File_Filter=*.*
  26.  
  27. # Exclude the following files from the directory listing (by default none).
  28. # Multiple entries are separated by commas.
  29. File_Exclude=*.IDX,*.256,DESCRIPT.ION
  30.  
  31. # Sort order of the directory listing.  Possible sort keys:
  32. #    None : don't sort
  33. #    Dir  : display directories first
  34. #    Name : sort by name (including extension), A first, Z last
  35. #    Ext  : sort by extension only, A first, Z last
  36. #    Size : sort by file size (size of directories is 0), smallest first
  37. #    Date : sort by file date and time, oldest first
  38. # Each key can be followed by '-' (minus sign) which reverses the order,
  39. # e.g. 'Dir-' displays direcories last, 'Size-' displays the biggest file
  40. # first.  Multiple keys (up to five) are separated by ',' (comma).
  41. # More examples:
  42. #    'Dir,Name'   : directories first, then sort by names (default)
  43. #    'Ext,Name'   : sort by extensions, files with the same extension are
  44. #                   sorted by names
  45. #    'Dir-,Date-' : directories last, sort by date (newest file first).
  46. Sort_Order=Dir,Name
  47.  
  48. # Use 16 or 256 color mode for user interface (directory listing).
  49. # Only switch on if you are sure that the 640x480x256 mode is working
  50. # correctly with QPV/386.
  51. Interface_256_Colors=Off
  52.  
  53. # QPV/386 automatically creates and updates hidden description files
  54. # (DESCRIPT.ION, compatible with 4DOS/NDOS) to store application specific
  55. # data, thus speeding up the process of getting file information.
  56. # If you don't like that, switch this off.  Of course you will still
  57. # be able to create and edit file descriptions (Alt-E).
  58. # `On' is recommended, unless you don't want description files being
  59. # created.
  60. Create_Descriptions=Off
  61.  
  62. # If your mouse driver is not Microsoft compatible, switch this off.
  63. # That will also disable Follow_Mouse and Pan_Mouse.
  64. Use_Mouse=On
  65.  
  66. # The following lines define the functions of the mouse buttons.
  67. # Each mouse button corresponds to a key on your keyboard.
  68. # These three lines are for the menu/directory screen:
  69. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  70. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  71. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  72. # These three lines are for the image display screen:
  73. View_Mouse_Button_Left  =Enter          # view next image
  74. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  75. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  76.  
  77. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  78. # You can still use the cursor keys.  The bar will NOT follow the mouse
  79. # if you place the mouse pointer at the top of the screen.
  80. Follow_Mouse=Off
  81.  
  82. # You can pan across the image by moving your mouse if this option is on.
  83. Pan_Mouse=On
  84.  
  85. # If this is on, the top of the screen will be updated immediately during
  86. # panning, the bottom part will be updated when panning is stopped.
  87. # If it's off, the whole screen is updated at every panning step, which
  88. # may look jerky (depending on the speed of your machine and the
  89. # resolution).
  90. Pan_Immediately=Off
  91.  
  92. # The step size for panning.  A plain number specifies the amount of
  93. # pixels to pan across the image each time a cursor key is pressed.
  94. # A number followed by the letter 'P' (percent) specifies the step size
  95. # depending on the current screen resolution.
  96. # Does not affect panning by mouse.
  97. Pan_Step_X=3p   # horizontal step size:  3 percent of screen width
  98. Pan_Step_Y=3p   # vertical step size:  3 percent of screen height
  99.  
  100. # On: View image while it's being loaded
  101. # Off: view image when loading is complete.
  102. View_While_Loading=On
  103.  
  104. # Display image information while it's being loaded:
  105. #    None - don't display any information
  106. #    Dir  - directory
  107. #    Name - file name (without extension)
  108. #    Ext  - file name extension
  109. #    Size - file size (in bytes)
  110. #    Type - image type
  111. #    Dim  - image dimensions (Width x Height)
  112. Image_Description=Name,Type,Dim
  113.  
  114. # Beep when the image decoding is completed or Esc hit while decoding.
  115. Ready_Beep=Off
  116.  
  117. # Beep when an error occured (file format error, I/O error, etc).
  118. Error_Beep=Off
  119.  
  120. # Beep when a warning occured (e.g. delete file).
  121. Warn_Beep=Off
  122.  
  123. # Display all images as greyscaled on/off ('$' key within QPV/386).
  124. Force_Grey=Off
  125.  
  126. # Height and colors of the default video mode ('+'/'-' keys within QPV/386).
  127. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  128. # If the desired mode is not available, QPV/386 chooses a mode which
  129. # comes as close as possible.
  130. Default_Mode_Height=480
  131. Default_Mode_Colors=64k
  132.  
  133. # Shrink the image to fit to the screen if it's too large.
  134. Fit_To_Screen=Off
  135.  
  136. # Use dithering for hicolor modes:
  137. # on:  image quality is like truecolor, but takes 15% more time.
  138. # off:  faster, but image quality is worse (not recommended).
  139. Hicolor_Dither=On
  140.  
  141. # When truecolor images (e.g. JPEG, 24 bit Targa) are to be displayed in
  142. # 256 color modes, QPV/386 can use one of these methods to reduce truecolor
  143. # to 256 colors:
  144. #  (A) use fixed palette (very fast, but quality isn't perfect)
  145. #  (B) use precalculated palette (much better quality, slightly slower)
  146. #  (C) calculate palette (same quality as (B), considerably slower)
  147. # Note that (B) requires the existence of a precalculated palette
  148. # (*.256 file), otherwise the palette has to be calculated in and
  149. # extra pass (C) which isn't currently supported by QPV/386 (however,
  150. # you can create *.256 files used by (B) with the TRUE2GIF utility).
  151. # If this switch is on, (B) is selected, otherwise (A).
  152. Hiquality_256_Colors=On
  153.  
  154. # Automatic video mode selection ('#' key within QPV/386).
  155. # on:  QPV/386 selects the mode automatically, depending on the image size
  156. #      (it ignores the mode selected by the user).
  157. # off: QPV/386 uses the mode which is currently selected by the user.
  158. # ATTENTION:  If switched on, QPV/386 may use any of the modes which are
  159. #             defined in the configuration file (QPV.CFG).  So be sure
  160. #             that all of those modes work with your video hardware!
  161. #             You have to delete the modes that do not work.
  162. Auto_Mode=Off
  163.  
  164. # Specify which modes (number of colors) QPV/386 should take into account
  165. # when automatic mode selection is switched on.
  166. # For truecolor images (e.g. color JPEGs, 24 bit Targa):
  167. Auto_Mode_Truecolor=256,32K,64K,16M
  168. # For hicolor images (e.g. 15bit Targas):
  169. Auto_Mode_Hicolor=256,32K,64K
  170. # For greyscaled images:
  171. Auto_Mode_Grey=16,256
  172. # For color images with up to 256 colors (e.g. 256 color GIFs):
  173. Auto_Mode_256Color=256
  174. # For images with up to 16 colors:
  175. Auto_Mode_16Color=16,256
  176.  
  177. ######
  178.