home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / graphics / disp_145.zip / CONFIG.DIS < prev    next >
Text File  |  1993-07-19  |  1KB  |  57 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
  16. #
  17. jpeg_quantization=0
  18.  
  19. overwrite_confirm=0  # 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=3
  34.  
  35. # by filename = 0, by extension = 1
  36. #
  37. sort_file_method=0
  38.  
  39. # Set to Highest Palette number = 0, Remove unused colors = 1,
  40. # Always set to 256 colors = 2, No effect = 3
  41. #
  42. number_of_colors=1
  43.  
  44. # background color : 0...255
  45. #
  46. background_red=0
  47. background_green=0
  48. background_blue=0
  49.  
  50. auto_select_resolution=1  # boolean
  51.  
  52. auto_select_display=1  # boolean
  53.  
  54. # Number of colors for quantization. 2 <= colors <= 256
  55. #
  56. quantization_colors=256
  57.