home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / best_50 / disp152.zip / CONFIG.DIS < prev    next >
Text File  |  1993-08-19  |  3KB  |  141 lines

  1. #
  2. # lines begin with '#' are comment lines
  3. #
  4. # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
  5. # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
  6. #
  7. quantization=5
  8.  
  9. dither_in_quantization=1  # boolean
  10.  
  11. jpeg_color_dither=1  # boolean
  12.  
  13. jpeg_block_smooth=0  # boolean
  14.  
  15. # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
  16. #
  17. jpeg_quantization=0
  18.  
  19. overwrite_confirm=1  # boolean
  20.  
  21. # FS = 0, Stucki = 1, JJN = 2
  22. #
  23. bw_dither_method=0
  24.  
  25. save_24_for_8=0  # boolean
  26.  
  27. # More efficient = 0, Efficient = 1
  28. #
  29. inverse_color_map=0
  30.  
  31. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  32. #
  33. display_type=0
  34.  
  35. # by filename = 0, by extension = 1, by size = 2, by date = 3
  36. # no sort = 4
  37. #
  38. sort_file_method=0
  39.  
  40. # Set to Highest Palette number = 0, Remove unused colors = 1,
  41. # Always set to 256 colors = 2, No effect = 3
  42. #
  43. number_of_colors=1
  44.  
  45. # background color : 0...255
  46. #
  47. background_red=0
  48. background_green=0
  49. background_blue=0
  50.  
  51. auto_select_resolution=1  # boolean
  52.  
  53. auto_select_display=1  # boolean
  54.  
  55. # Number of colors for quantization. 2 <= colors <= 256
  56. #
  57. quantization_colors=256
  58.  
  59. # Text Screen Dimension you prefer :
  60. # Columns. Must >= 80
  61. # Rows. Must >= 25
  62. #
  63. text_columns=80
  64. text_rows=25
  65.  
  66. # Use default text dimension in environment GO32
  67. # and Ignore above setting
  68. #
  69. use_default_text=0
  70.  
  71. # Display Items:
  72. #   File = 0, File & Size = 1, File & Dimension = 2,
  73. #   File & Size & Dimension = 3
  74. #
  75. display_items=1
  76.  
  77. center_image=1  # boolean
  78.  
  79. # Default resolution:(For command line file reading)
  80. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  81. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  82. #
  83. default_resolution=3
  84.  
  85. # Scrolling step: 1% ... 100% of screen dimension
  86. #
  87. scrolling_step=5
  88.  
  89. # Text Color :
  90. # BLACK = 0, BLUE = 1, GREEN = 2, CYAN = 3, RED = 4, MAGENTA = 5,
  91. # BROWN = 6, LIGHTGRAY = 7, DARKGRAY = 8, LIGHTBLUE = 9,
  92. # LIGHTGREEN = 10, LIGHTCYAN = 11, LIGHTRED = 12, LIGHTMAGENTA = 13,
  93. # YELLOW = 14, WHITE = 15
  94. # Blink = Color + 128, for foreground color
  95. # 0 <= Background <= 7
  96. #
  97. directory_color=15
  98. normal_color=11
  99. message_color=14
  100. select_color=0
  101. tag_color=14
  102. disable_color=9
  103. normal_background=1
  104. tag_background=5
  105. select_background=3
  106. message_background=7
  107. disable_background=1
  108.  
  109. # Double click interval : 1 ... 50
  110. #
  111. double_click_time=4
  112.  
  113. # If you want to use mouse, set this to 1
  114. #
  115. need_install_queue=1
  116.  
  117. # Path to find font.(for contact sheet)
  118. # If not set, this program search environment GRXFONT for path.
  119. # Be sure to use UNIX style, like c:/display/fonts
  120. #
  121. font_path=e:/gcc/fonts
  122.  
  123. # Contact sheet defaults:
  124. #
  125. string_font_name=pc8x16.fnt
  126. title_font_name=cour20bi.fnt
  127. sheet_width=800
  128. sheet_height=600
  129. spacing_horizontal=5
  130. spacing_vertical=5
  131. spacing_image_string=0
  132. sheet_background_red=255
  133. sheet_background_green=255
  134. sheet_background_blue=255
  135. sheet_string_red=0
  136. sheet_string_green=0
  137. sheet_string_blue=0
  138. sheet_title_red=0
  139. sheet_title_green=0
  140. sheet_title_blue=255
  141.