home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / viewer / qpeg13c.exe / QPEG / QPEG.INI < prev    next >
Text File  |  1994-01-15  |  3KB  |  78 lines

  1. # QPEG 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 QPEG).
  8. Preview=On
  9.  
  10. # Switch "file information" initially on/off ('*' key within QPEG).
  11. File_Info=On
  12.  
  13. # Default directory at startup.  Specify '.' for current directory.
  14. Default_Directory=.
  15.  
  16. # The following lines define the functions of the mouse buttons.
  17. # Each mouse button corresponds to a key on your keyboard.
  18. # These three lines are for the menu/directory screen:
  19. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  20. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  21. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  22. # These three lines are for the image display screen:
  23. View_Mouse_Button_Left  =Enter          # view next image
  24. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  25. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  26.  
  27. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  28. Follow_Mouse=Off
  29.  
  30. # If your mouse driver is not Microsoft compatible, switch this off:
  31. Use_Mouse=On
  32.  
  33. # Beep when the image decoding is completed or Esc hit while decoding.
  34. Ready_Beep=On
  35.  
  36. # Beep when an error occured (file format error, I/O error, etc).
  37. Error_Beep=On
  38.  
  39. # Beep when a warning occured (e.g. delete file).
  40. Warn_Beep=On
  41.  
  42. # Display all images as greyscaled on/off ('$' key within QPEG).
  43. Force_Grey=Off
  44.  
  45. # Height and colors of the default video mode ('+'/'-' keys within QPEG).
  46. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  47. Default_Mode_Height=480
  48. Default_Mode_Colors=16
  49.  
  50. # Use dithering for hicolor modes:
  51. # on:  image quality is like truecolor, but takes 15% more time.
  52. # off:  faster, but image quality is sometimes worse.
  53. Hicolor_Dither=On
  54.  
  55. # Automatic video mode selection.
  56. # on:  QPEG selects the mode automatically, depending on the image size.
  57. # off: QPEG uses the mode which is currently selected by the user.
  58. # ATTENTION:  If switched on, QPEG can use any of the modes which are
  59. #             defined in the configuration file (QPEG.CFG).  So be sure
  60. #             that all of those modes work with your video hardware!
  61. #             You have to delete the modes that do not work.
  62. Auto_Mode=Off
  63.  
  64. # Specify which modes (number of colors) QPEG should take into account
  65. # when automatic mode selection is switched on.
  66. # For truecolor images (e.g. color JPEGs):
  67. Auto_Mode_Truecolor=256,32K,64K,16M
  68. # For hicolor images (e.g. 15bit Targas):
  69. Auto_Mode_Hicolor=256,32K,64K
  70. # For greyscaled images:
  71. Auto_Mode_Grey=16,256
  72. # For color images with up to 256 colors (e.g. 256 color GIFs):
  73. Auto_Mode_256Color=256
  74. # For images with up to 16 colors:
  75. Auto_Mode_16Color=16,256
  76.  
  77. ######
  78.