# 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.

(use-opencl yes)
(language "en_US")
(mypaint-brush-path "${gimp_installation_dir}\\share\\mypaint-data\\1.0\\brushes")
(mypaint-brush-path-writable "${gimp_installation_dir}\\share\\mypaint-data\\1.0\\brushes")
(global-gradient no)
(default-image
    (width 800)
    (height 600)
    (unit pixels)
    (xresolution 300)
    (yresolution 300)
    (resolution-unit inches)
    (image-type rgb)
    (precision u8-gamma)
    (color-managed yes)
    (color-profile NULL)
    (fill-type background)
    (comment "Created with GIMP"))
(default-grid
    (style solid)
    (fgcolor (color-rgba 0 0 0 1))
    (bgcolor (color-rgba 1 1 1 1))
    (xspacing 0)
    (yspacing 0)
    (spacing-unit inches)
    (xoffset 0)
    (yoffset 0)
    (offset-unit inches))
(thumbnail-size large)
(thumbnail-filesize-limit 200M)
(import-add-alpha yes)
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
(transparency-type light-checks)
(cursor-mode tool-icon)
(image-status-format "%f-%p.%i (%t) %wx%h")
(navigation-preview-size extra-large)
(default-view
    (show-menubar yes)
    (show-statusbar yes)
    (show-rulers yes)
    (show-scrollbars yes)
    (show-selection yes)
    (show-layer-boundary no)
    (show-canvas-boundary yes)
    (show-guides yes)
    (show-grid no)
    (show-sample-points yes)
    (snap-to-guides yes)
    (snap-to-grid no)
    (snap-to-canvas yes)
    (snap-to-path no)
    (padding-mode default)
    (padding-color (color-rgb 0.187 0.187 0.187))
    (padding-in-show-all no))
(default-fullscreen-view
    (show-menubar yes)
    (show-statusbar yes)
    (show-rulers yes)
    (show-scrollbars yes)
    (show-selection yes)
    (show-layer-boundary no)
    (show-canvas-boundary yes)
    (show-guides yes)
    (show-grid no)
    (show-sample-points yes)
    (snap-to-guides yes)
    (snap-to-grid no)
    (snap-to-canvas yes)
    (snap-to-path no)
    (padding-mode default)
    (padding-color (color-rgb 0.18823500000000001 0.18823500000000001 0.18823500000000001))
    (padding-in-show-all no))
(move-tool-changes-active yes)
(save-device-status no)
(devices-share-tool yes)
(save-session-info no)
(save-tool-options no)
(can-change-accels yes)
(icon-theme "Gimps")
(icon-size theme)
(user-manual-online yes)
(playground-npd-tool yes)
(color-profile-policy convert)
(image-resize-fill-type background)
(layer-add-mask-type selection)
(path-export-path "C:\\Users\\BernardPC\\Desktop\\Paths")
(path-import-path "C:\\Users\\BernardPC\\Desktop\\Paths")
(selection-grow-radius 5)
(selection-shrink-radius 2)
(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 4)
    (unit pixels)
    (cap-style butt)
    (join-style miter)
    (miter-limit 10)
    (dash-offset 0)
    (dash-info 0)
    (emulate-brush-dynamics no))


# end of gimprc
