################################
#    Config file for Imlib     #
################################

# The file that contains palette entries for a golbal palette for all Imlib
# based programs.
# options: full path to palette file
PaletteFile                       @ETCDIR@/im_palette.pal
# This defines if when the display is greater than 8 bit, that is still remaps
# the images to the palette defined, rather than using "perfect" rendering
# options: yes/no
PaletteOverride                   no
# If remapping to the pallette, wether to use floyd-steinberg dithering. Saying
# yes will slow things down though.
# options: yes/no
Dither                            yes
# when remapping to the palette, saying fast will reduce accuracy, but improve
# speed quite considerably
# options: fast/slow
Remap                             fast
# This option if specified off will force MIT-SHM off, otherwise will allow
# Imlib to work it out itself.
Mit-Shm                           on
# This is infacta  wrokaround due to solaris's inadequacies in shared memeory.
# This specifies the maximum size of a shared memeory chunk in bytes. If an
# image is larger that this in bytes for the video mode you're in, imlib will
# not use Mit-Shm.. if you comment this out, imlib will use as much memory as
# necessary to render the image.
# Shm_Max_Size                      1000000
