summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-09-13 17:38:56 +0100
committerRichard Hughes <richard@hughsie.com>2011-09-13 17:45:42 +0100
commit353cf1bf9210da6b28d2ac94631d10ca28557502 (patch)
treecc0765011d7610299cda5ef47df1c65893cbad00 /data
parentbc4f918369941c0ca8464ef46d9e21675b683a8c (diff)
downloadcolord-353cf1bf9210da6b28d2ac94631d10ca28557502.tar.gz
Add --xorg-gamma to cd-create-profile to create custom gamma ramps
This allows power users to create a custom gamma curve using the same values and in the same format that was set in xorg.conf. This of course isn't profiling the screen, but it allows people to use a simple color profile when they just want to use a fixed gamma scaling factor.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 6573e52..d36f1b5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -22,6 +22,9 @@ EXTRA_DIST = \
x11-colors.icc:
$(top_builddir)/client/cd-create-profile --output $@ --srgb-palette ./x11-colors.csv --nc-prefix="X11" -d "X11 Colors" -c "No copyright" -n "Richard Hughes"
+gamma-90.icc:
+ $(top_builddir)/client/cd-create-profile --output $@ --xorg-gamma "0.9,0.9,0.9" -d "sRGB display 90% Gamma" -c "No copyright" -n "Richard Hughes"
+
DISTCLEANFILES = \
org.freedesktop.ColorManager.service \
$(dist_profile_DATA)