home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / viewers / disp160 / config.dis < prev    next >
Text File  |  1993-11-21  |  7KB  |  358 lines

  1. #
  2. # lines begin with '#' are comment lines
  3.  
  4. [SYSTEM]
  5.  
  6. overwrite_confirm=1  # boolean
  7.  
  8. # Double click interval : 1 ... 50
  9. #
  10. double_click_time=4
  11.  
  12. # If you want to use mouse, set this to 1
  13. #
  14. need_install_queue=1
  15.  
  16. # Path to find font.(for contact sheet)
  17. # If not set, this program search environment GRXFONT for path.
  18. # Be sure to use UNIX style, like c:/display/fonts
  19. #
  20. font_path=c:/display/fonts
  21.  
  22. # Hi/True Color Card R/G/B order :
  23. # 0 : R/G/B, 1 : B/G/R
  24. #
  25. card_rgb_order=0
  26. apply_to_15_16=1
  27.  
  28. # If you get black screen when returning from graphic mode
  29. # set this to 1.
  30. #
  31. need_set_page=0  # boolean
  32.  
  33. # Test each graphic mode when program begins to run.
  34. # This will take some time.
  35. #
  36. test_each_mode=0
  37.  
  38. #
  39. # Manually disable some(up to 16) video modes.
  40. #
  41. #   Format : video_disable=<display>,<resolution>
  42. #   example: video_disable=0,5 will disable 8-bit,1024x768
  43. # if display < 0, <resolution> for all displays will be disabled
  44. # if resolution < 0, <display> will be disabled
  45. #
  46.  
  47. #
  48. # Bytes per scan line table for TrueColor mode
  49. #   format: bytes_per_line_true=<resolution>,<bytes per line>
  50. #   example: bytes_per_line_true=3,2048
  51. # Default bytes per line are screen_width * 3
  52. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  53. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  54. #
  55.  
  56. [TEXT]
  57.  
  58. # Text Screen Dimension you prefer :
  59. # Columns. Must >= 80
  60. # Rows. Must >= 25
  61. #
  62. text_columns=80
  63. text_rows=25
  64.  
  65. # Use default text dimension in environment GO32
  66. # and Ignore above setting
  67. #
  68. use_default_text=0
  69.  
  70. # Display Items:
  71. #   File = 0, File & Size = 1, File & Dimension = 2,
  72. #   File & Size & Dimension = 3
  73. #
  74. display_items=1
  75.  
  76. # by filename = 0, by extension = 1, by size = 2, by date = 3
  77. # no sort = 4
  78. #
  79. sort_file_method=0
  80.  
  81. [GRAPHIC]
  82.  
  83. # Initial display type when program starts up.
  84. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  85. #
  86. display_type=3
  87.  
  88. # Screen background color : 0...255
  89. #
  90. background_red=0
  91. background_green=0
  92. background_blue=0
  93.  
  94. # display image at center of screen if image is smaller than
  95. # screen.
  96. #
  97. center_image=1  # boolean
  98.  
  99. # Scrolling step: 1% ... 100% of screen dimension
  100. #
  101. scrolling_step=5
  102.  
  103. # Big crop step. 1 <= step <= 20
  104. # number of columns or rows to be cropped at one time.
  105. #
  106. big_crop_step=5
  107.  
  108. # Reduce image to screen size when it is displayed.
  109. #
  110. fit_to_screen=0  # boolean
  111. smooth_fitting=0  # boolean
  112.  
  113. # Gamma step : 1% .. 50%
  114. #
  115. gamma_step=10
  116.  
  117. [AUTO_SELECTION]
  118.  
  119. # Automatically select screen resolution.
  120. # I suggest that you set this to 1.
  121. #
  122. auto_select_resolution=1  # boolean
  123.  
  124. # Auto selection step(for Hi/True Color Card) :
  125. #   1. If 'auto_display_type_xxxxx' is satisfied, return.
  126. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  127. #
  128. # select_best_resolution(for Hi/True Color Card) :
  129. #   Whether consider resolution when changing display type or not.
  130. #   You must set 'auto_select_resolution' to 1 to enable this.
  131. #
  132. # If your video card supports Hi/True Color,
  133. #   setting 'auto_select_display' to 1 will save your time.
  134. # If you have only 8-bit card, set 'auto_select_display' to 0.
  135. #
  136. auto_select_display=1  # boolean
  137. auto_display_type_first=3
  138. auto_display_type_second=2
  139. auto_display_type_third=1
  140. select_best_resolution=1  # boolean
  141.  
  142. # Auto conversion between 8 & 24 bits images before displaying
  143. #
  144. auto_convert_8_24=1  # boolean
  145.  
  146. # Image viewing parameter :
  147. #
  148. # 1. Auto display image when it is loaded
  149. # 2. Auto go back to main menu after viewing image
  150. #
  151. # If you set 'auto_display_image' to 1, I suggest that you also set
  152. #   'auto_select_resolution' and 'auto_select_display' to 1
  153. #
  154. auto_display_image=0
  155. auto_back_to_main=0
  156.  
  157. [PROCESS_CONTROL]
  158.  
  159. #
  160. # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
  161. # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
  162. #
  163. quantization=5
  164.  
  165. dither_in_quantization=1  # boolean
  166.  
  167. jpeg_color_dither=1  # boolean
  168.  
  169. jpeg_block_smooth=0  # boolean
  170.  
  171. # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
  172. #
  173. jpeg_quantization=0
  174.  
  175. # FS = 0, Stucki = 1, JJN = 2
  176. #
  177. bw_dither_method=0
  178.  
  179. # More efficient = 0, Efficient = 1
  180. # For color quantization.
  181. #
  182. inverse_color_map=0
  183.  
  184. # How to treat 'numbet of color' when 8-bit image generated.
  185. # Set to Highest Palette number = 0, Remove unused colors = 1,
  186. # Always set to 256 colors = 2, No effect = 3
  187. #
  188. number_of_colors=1
  189.  
  190. # Number of colors for quantization. 2 <= colors <= 256
  191. #
  192. quantization_colors=256
  193.  
  194. [COLOR]
  195.  
  196. # Text Color :
  197. # BLACK = 0, BLUE = 1, GREEN = 2, CYAN = 3, RED = 4, MAGENTA = 5,
  198. # BROWN = 6, LIGHTGRAY = 7, DARKGRAY = 8, LIGHTBLUE = 9,
  199. # LIGHTGREEN = 10, LIGHTCYAN = 11, LIGHTRED = 12, LIGHTMAGENTA = 13,
  200. # YELLOW = 14, WHITE = 15
  201. # Blink = Color + 128, for foreground color
  202. # 0 <= Background <= 7
  203. #
  204. directory_color=15
  205. normal_color=11
  206. message_color=14
  207. select_color=0
  208. tag_color=14
  209. disable_color=9
  210. brief_color=15
  211. menu_color=15
  212. menu_disable_color=8
  213. menu_frame_color=7
  214. dialog_color=14
  215. dialog_frame_color=15
  216. input_color=15
  217. normal_background=1
  218. tag_background=5
  219. select_background=3
  220. message_background=7
  221. disable_background=1
  222. menu_background=2
  223. menu_select_background=0
  224. dialog_background=2
  225. input_background=1
  226.  
  227. [DEFAULT]
  228.  
  229. # Default :(For command line image reading)
  230. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  231. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  232. #
  233. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  234. #
  235. default_resolution=3
  236. default_display_type=0
  237.  
  238. # Default movie display type & resolution :
  239. #
  240. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  241. #
  242. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  243. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  244. #
  245. def_movie_display=2
  246. def_movie_resolution=0
  247.  
  248. [CONTACT_SHEET]
  249.  
  250. # Contact sheet defaults:
  251. #
  252. string_font_name=pc8x16.fnt
  253. title_font_name=cour20bi.fnt
  254. sheet_width=800
  255. sheet_height=600
  256. spacing_horizontal=5
  257. spacing_vertical=5
  258. spacing_image_string=0
  259. sheet_background_red=255
  260. sheet_background_green=255
  261. sheet_background_blue=255
  262. sheet_string_red=0
  263. sheet_string_green=0
  264. sheet_string_blue=0
  265. sheet_title_red=0
  266. sheet_title_green=0
  267. sheet_title_blue=255
  268.  
  269. [SLIDE_SHOW]
  270.  
  271. # Slide show parameters :
  272. #
  273. def_slide_resolution=3
  274. def_slide_display=0
  275. slide_fit=1  # fit to screen ?
  276. slide_scroll=0  # allow to scroll ?
  277. slide_enlarge_small=0  # enlarge small image ?
  278. slide_smooth_fit=0  # smooth fitting ?
  279. slide_preserve=1  # preserve aspect ratio ?
  280. slide_keep_tag=0  # keep tag ?
  281. slide_auto_res=0  # auto change resolution ?
  282. slide_auto_disp=0  # auto change display ?
  283. slide_show_name=0  # show filename ?
  284. slide_time=5  # delay time
  285. slide_loop=1  # loop count
  286.  
  287. [JPEG]
  288.  
  289. #
  290. # Quality : 5..100, Smooth : 0..100
  291. #
  292. quality=90
  293. optimize=1  # boolean
  294. smooth=0
  295.  
  296. [SUN_RASTER]
  297.  
  298. #
  299. use_rle=1  # boolean
  300.  
  301. [PBM]
  302.  
  303. #
  304. use_raw=1  # boolean
  305.  
  306. [TARGA]
  307.  
  308. #
  309. use_rle=1  # boolean
  310.  
  311. [WINBMP]
  312.  
  313. #
  314. use_rle=1  # boolean
  315.  
  316. [GEM]
  317.  
  318. #
  319. # Plane : 1..8
  320. #
  321. number_of_plane=8
  322.  
  323. [XPM]
  324.  
  325. #
  326. # Version : 1 or 3
  327. #
  328. version=1
  329. ascii_name=0  # boolean
  330.  
  331. [TIFF]
  332.  
  333. #
  334. # 0 : None, 1 : LZW, 2 : PACKBITS, 3 : FAX3, 4 : FAX4
  335. #
  336. compression=1  # boolean
  337.  
  338. [ILBM]
  339.  
  340. #
  341. # Ham bit : 4..6
  342. #
  343. use_rle=1  # boolean
  344. use_ham=0  # boolean
  345. ham_bit=4
  346.  
  347. [LASER]
  348.  
  349. #
  350. # dpi = 75, 100, 150, 300.
  351. #
  352. dpi=300
  353.  
  354. [YUV]
  355.  
  356. #
  357. ccir601=0  # boolean
  358.