################################
#    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                       /home/raster/.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
