fca140ebf1
- Add support for HEIF format (bz#2186478)
29 lines
866 B
Diff
29 lines
866 B
Diff
diff --git a/etc/gimprc.in b/etc/gimprc.in
|
|
index bdf8f0c..e6757e8 100644
|
|
--- a/etc/gimprc.in
|
|
+++ b/etc/gimprc.in
|
|
@@ -317,9 +317,9 @@
|
|
|
|
# Defines the color management behavior. This is a parameter list.
|
|
#
|
|
-# (color-management
|
|
+(color-management
|
|
# (mode display)
|
|
-# (display-profile-from-gdk no)
|
|
+ (display-profile-from-gdk no)
|
|
# (display-rendering-intent relative-colorimetric)
|
|
# (display-use-black-point-compensation yes)
|
|
# (display-optimize yes)
|
|
@@ -328,9 +328,8 @@
|
|
# (simulation-optimize yes)
|
|
# (simulation-gamut-check no)
|
|
# (out-of-gamut-color (color-rgb 1 0 1))
|
|
-# (show-rgb-u8 no)
|
|
-# (show-hsv no)
|
|
-# (display-module "CdisplayLcms"))
|
|
+# (display-module "CdisplayLcms")
|
|
+)
|
|
|
|
# Keep a permanent record of all opened and saved files in the Recent
|
|
# Documents list. Possible values are yes and no.
|