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 >
Wrap
Text File
|
1994-01-15
|
3KB
|
78 lines
# QPEG initialization file
#
# You may modify this file with any standard ASCII text editor.
# Comments are preceded by '#' (you can also use ';' or '%').
# Options are not case sensitive. Spaces are ignored.
# Switch "fast preview" initially on/off ('!' key within QPEG).
Preview=On
# Switch "file information" initially on/off ('*' key within QPEG).
File_Info=On
# Default directory at startup. Specify '.' for current directory.
Default_Directory=.
# The following lines define the functions of the mouse buttons.
# Each mouse button corresponds to a key on your keyboard.
# These three lines are for the menu/directory screen:
Menu_Mouse_Button_Left =Cursor+Enter # view image
Menu_Mouse_Button_Middle=Shift+Enter # view tagged files
Menu_Mouse_Button_Right =Cursor+Space # tag/untag image
# These three lines are for the image display screen:
View_Mouse_Button_Left =Enter # view next image
View_Mouse_Button_Middle=Esc # stop display / return to menu
View_Mouse_Button_Right =Space # tag/untag image and view next one
# If this option is on, the file cursor (bar) will follow the mouse cursor.
Follow_Mouse=Off
# If your mouse driver is not Microsoft compatible, switch this off:
Use_Mouse=On
# Beep when the image decoding is completed or Esc hit while decoding.
Ready_Beep=On
# Beep when an error occured (file format error, I/O error, etc).
Error_Beep=On
# Beep when a warning occured (e.g. delete file).
Warn_Beep=On
# Display all images as greyscaled on/off ('$' key within QPEG).
Force_Grey=Off
# Height and colors of the default video mode ('+'/'-' keys within QPEG).
# For colors you can use '16', '256', '32K', '64K' and '16M'.
Default_Mode_Height=480
Default_Mode_Colors=16
# Use dithering for hicolor modes:
# on: image quality is like truecolor, but takes 15% more time.
# off: faster, but image quality is sometimes worse.
Hicolor_Dither=On
# Automatic video mode selection.
# on: QPEG selects the mode automatically, depending on the image size.
# off: QPEG uses the mode which is currently selected by the user.
# ATTENTION: If switched on, QPEG can use any of the modes which are
# defined in the configuration file (QPEG.CFG). So be sure
# that all of those modes work with your video hardware!
# You have to delete the modes that do not work.
Auto_Mode=Off
# Specify which modes (number of colors) QPEG should take into account
# when automatic mode selection is switched on.
# For truecolor images (e.g. color JPEGs):
Auto_Mode_Truecolor=256,32K,64K,16M
# For hicolor images (e.g. 15bit Targas):
Auto_Mode_Hicolor=256,32K,64K
# For greyscaled images:
Auto_Mode_Grey=16,256
# For color images with up to 256 colors (e.g. 256 color GIFs):
Auto_Mode_256Color=256
# For images with up to 16 colors:
Auto_Mode_16Color=16,256
######