# GIMP gimprc
# 
# This is your personal gimprc file.  Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/2.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.

(interpolation-type nohalo)
(default-image
    (width 1024)
    (height 768)
    (unit pixels)
    (xresolution 72)
    (yresolution 72)
    (resolution-unit inches)
    (image-type rgb)
    (precision u8-gamma)
    (color-managed yes)
    (color-profile NULL)
    (fill-type transparent)
    (comment "Created with GIMP in Elive with love!"))
(undo-levels 200)
(undo-size 1024M)
(layer-preview-size large)
(thumbnail-size large)
(thumbnail-filesize-limit 12M)
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-rawtherapee/file-rawtherapee")
(transparency-size large-checks)
(snap-distance 10)
(navigation-preview-size large)
(move-tool-changes-active yes)
(max-new-image-size 1024M)
(toolbox-groups no)
(user-manual-online yes)
(fill-options
    (style solid)
    (antialias yes)
    (feather no)
    (feather-radius 10))
(stroke-options
    (style solid)
    (antialias yes)
    (feather no)
    (feather-radius 10)
    (method line)
    (width 6)
    (unit pixels)
    (cap-style butt)
    (join-style miter)
    (miter-limit 10)
    (dash-offset 0)
    (dash-info 0)
    (emulate-brush-dynamics no))


# end of gimprc
