From 2555dce652c3a858044ca6fd0f00aaa65998e596 Mon Sep 17 00:00:00 2001 From: mfe Date: Wed, 12 Sep 2012 18:36:03 +0200 Subject: [PATCH] Remove Hidden file in Keeper custom_luts directory. Add documentation files about custom LUTs and custom patterns in the right directories. --- .../custom_luts/README.md | 19 +++++++++++++++++++ .../custom_patterns/README.md | 4 ++++ 2 files changed, 23 insertions(+) create mode 100644 ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_luts/README.md create mode 100644 ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_patterns/README.md diff --git a/ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_luts/README.md b/ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_luts/README.md new file mode 100644 index 0000000..e8eb0e9 --- /dev/null +++ b/ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_luts/README.md @@ -0,0 +1,19 @@ +## custom_luts directory ## +___ + +Add here 2D LUTs you want to use as preview in ColorKeeper Toy tab. +/!\ LUTs with values under 0 and above 1 are not handled. + +LUTs format : + +0 0 0 0 +1 0 0 0 +2 0 0 0 +3 1 1 1 +4 2 2 2 +5 3 3 3 +6 3 3 3 +7 4 4 4 +8 5 5 5 +(...) +255 1023 1023 1023 \ No newline at end of file diff --git a/ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_patterns/README.md b/ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_patterns/README.md new file mode 100644 index 0000000..1cf119d --- /dev/null +++ b/ColorTribe/ColorKeeper/colorkeeper_install_setup/custom_patterns/README.md @@ -0,0 +1,4 @@ +## custom_patterns directory ## +___ + +Add here images (jpg, png, tif) you want to use as references, they'll appear in ColorKeeper Calib tab. \ No newline at end of file