summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] <maandree@operamail.com>2014-03-12 08:52:49 +0000
committerMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] <maandree@operamail.com>2014-03-12 08:52:49 +0000
commit6d7fdce2ee11c9b3b10a7ea23999fc5a726b578b (patch)
tree763f05be8eb5045d89b65363634d932564ee5180
parentm (diff)
downloadblueshift-6d7fdce2ee11c9b3b10a7ea23999fc5a726b578b.tar.gz
blueshift-6d7fdce2ee11c9b3b10a7ea23999fc5a726b578b.tar.bz2
blueshift-6d7fdce2ee11c9b3b10a7ea23999fc5a726b578b.tar.xz
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46e926e..67a811b 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,27 @@ adjustments that they implemented in Redshift or
using very customised behaviour, such as the example
configurations scripts sleepmode, xmobar and xmonad.
+Unique features
+---------------
+
+- Blueshift can cancel out effects of sigmoid curves.
+This type of calibration is very difficult to get right
+but is required to perfectly calibrate LCD monitors.
+
+- Blueshift is not limited to curve operations over sRGB,
+but have also support for curve operations over linear
+RGB and CIE xyY. This is useful for example for more
+accurate brightness modifying filters.
+
+These two types of calibrations can be built in to lookup
+tables, which ICC profiles normally uses, in other software
+if it is done manually.
+
+- (Currently being implement) Blueshift can modify the
+colour curves for monitors without a display server like
+X or Wayland. This is done by using Direct Rendering Manager.
+
+
Installing
----------