From f9163861f023d9ffb3dd0c45b342fe4ea93ba0ea Mon Sep 17 00:00:00 2001 From: Alex Forsythe Date: Tue, 31 Jan 2023 15:17:42 -0800 Subject: [PATCH 1/3] Update readme for archiving --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 91df708..1e5471f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +--- + +#### The code in this repository implements an old version of the Common LUT Format Specification. + +#### All code and links in this repository should be considered out-of-date. Do not use this code or refer to linked documents if you're trying to implement the Common LUT Format. This repository has been archived for historical documentation reasons only. + +#### For the latest CLF documentation, please visit [https://docs.acescentral.com](https://docs.acescentral.com). + +#### For an up-to-date impelmentation and tools, visit [https://github.com/AcademySoftwareFoundation/OpenColorIO](https://github.com/AcademySoftwareFoundation/OpenColorIO) + +--- + + + # Academy / ASC Common LUT (CLF) Format Sample Implementations # # This folder contains sample implementations of the Academy / ASC Common LUT From cb394c9fe2ba87fc66448831c55bae0ce067089a Mon Sep 17 00:00:00 2001 From: Alex Forsythe Date: Wed, 1 Feb 2023 09:23:06 -0800 Subject: [PATCH 2/3] small update for readme formatting and language --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e5471f..0b5b8c5 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,16 @@ #### The code in this repository implements an old version of the Common LUT Format Specification. -#### All code and links in this repository should be considered out-of-date. Do not use this code or refer to linked documents if you're trying to implement the Common LUT Format. This repository has been archived for historical documentation reasons only. +#### All code and links in the body of this repository should be considered out-of-date. -#### For the latest CLF documentation, please visit [https://docs.acescentral.com](https://docs.acescentral.com). +#### Do not use this code or refer to linked documents if you're trying to implement the Common LUT Format. This repository has been archived for historical documentation reasons only. -#### For an up-to-date impelmentation and tools, visit [https://github.com/AcademySoftwareFoundation/OpenColorIO](https://github.com/AcademySoftwareFoundation/OpenColorIO) +#### For the latest CLF documentation, please visit : +#### [https://docs.acescentral.com](https://docs.acescentral.com) + +#### For an up-to-date impelmentation and tools, visit : + +#### [https://github.com/AcademySoftwareFoundation/OpenColorIO](https://github.com/AcademySoftwareFoundation/OpenColorIO) --- From 1d65798d5f3c7d84411069254c534b8d57e27a30 Mon Sep 17 00:00:00 2001 From: Scott Dyer Date: Wed, 1 Feb 2023 13:40:14 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0b5b8c5..2305f06 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,20 @@ ---- - -#### The code in this repository implements an old version of the Common LUT Format Specification. +# !! Note !! *This repository has been archived for the purpose of historical documentation and is superceded by the CLF v3 Specification and Implementation Guide.* -#### All code and links in the body of this repository should be considered out-of-date. +The python implementation code contained in this repository implements CLF up to version 2 of the Common LUT Format (CLF) Specification. A version 3 of the CLF Specification was published in early 2022. -#### Do not use this code or refer to linked documents if you're trying to implement the Common LUT Format. This repository has been archived for historical documentation reasons only. +Therefore, all code and links in the body of this repository should be considered out-of-date. -#### For the latest CLF documentation, please visit : -#### [https://docs.acescentral.com](https://docs.acescentral.com) +Do _not_ use this code or refer to linked documents if trying to make a new implemention of the Common LUT Format. -#### For an up-to-date impelmentation and tools, visit : +Documentation for CLF v3, including the [Specification](https://docs.acescentral.com/specifications/clf/) and an [Implementation Guide](https://docs.acescentral.com/guides/clf/), is available at: [https://docs.acescentral.com](https://docs.acescentral.com) -#### [https://github.com/AcademySoftwareFoundation/OpenColorIO](https://github.com/AcademySoftwareFoundation/OpenColorIO) +The [CLF Implementation Guide](https://docs.acescentral.com/guides/clf/) refers to the implementation of CLF built in to [OpenColorIO](https://github.com/AcademySoftwareFoundation/OpenColorIO) as the most up-to-date reference implementation and accompanying tests and tools. --- +*This repository has been archived for the purpose of historical documentation and is superceded by the CLF v3 Specification and Implementation Guide.* - -# Academy / ASC Common LUT (CLF) Format Sample Implementations # -# +# Academy / ASC Common LUT (CLF) Format # This folder contains sample implementations of the Academy / ASC Common LUT Format (CLF) intended to be used with the [Academy Color Encoding System (ACES)](http://www.oscars.org/aces). The implementations are intended to be @@ -29,7 +25,6 @@ files located in each implementations subfolder. ## License Terms ## -## The Academy / ASC Common LUT Format Sample Implementations are provided by the Academy under the following terms and conditions: