Skip to content

Commit d34f0ee

Browse files
committed
merge branch 'update-docs' into dev
* update-docs: update links to python and notebook add back python and jupyter notebook for ACES white point documentation remove LaTeX directory further reorg fix bug that was causing both light and dark image to show when in light mode
2 parents 04ec7e2 + e88926f commit d34f0ee

File tree

24 files changed

+1675
-118
lines changed

24 files changed

+1675
-118
lines changed

LaTeX/typesetacesdocs.sh

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ The Academy Color Encoding System (ACES) is an industry standard for managing co
88

99
ACES is free and open-source and dozens of companies have built ACES components into their tools.
1010

11+
12+
``` mermaid
13+
flowchart LR
14+
id1[/Camera 1/] --> id4["Input
15+
Transform"] --> id7(((ACES)))
16+
id2[/Camera 2/] --> id5["Input
17+
Transform"] --> id7
18+
id3[/CGI/] --> id6["ACEScg
19+
to
20+
ACES"] --> id7
21+
id7 --> id8{{"Output
22+
Transform"}}
23+
id8 --> id9["Display
24+
Encoding"] --> id12[/"HDR
25+
Video"/]
26+
id8 --> id10["Display
27+
Encoding"] --> id13[/"Cinema
28+
Projector"/]
29+
id8 --> id11["Display
30+
Encoding"] --> id14[/"SDR
31+
Video"/]
32+
;
33+
```
34+
1135
Basic ACES Workflow
1236
-------------------
1337
<figure markdown="span">

docs/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--md-footer-bg-color--dark: var(--md-primary-fg-color);
2626
}
2727

28-
[data-md-color-scheme="aces-light"] img[src$="#only-dark"]
28+
[data-md-color-scheme="aces-light"] img[src$="#only-dark"],
2929
[data-md-color-scheme="aces-light"] img[src$="#gh-dark-mode-only"] {
3030
display: none; /* Hide dark images in light mode */
3131
}

docs/system-components/input-transforms/index.md

Whitespace-only changes.

docs/system-components/input-transforms/tools.md

Whitespace-only changes.
File renamed without changes.

docs/system-components/lmt/images/chainingLMTs.png renamed to docs/system-components/look-transforms/images/chainingLMTs.png

File renamed without changes.

docs/system-components/lmt/images/dayForDusk.png renamed to docs/system-components/look-transforms/images/dayForDusk.png

File renamed without changes.

docs/system-components/lmt/images/dayForNight.png renamed to docs/system-components/look-transforms/images/dayForNight.png

File renamed without changes.

docs/system-components/lmt/images/photochemicalProcessing.png renamed to docs/system-components/look-transforms/images/photochemicalProcessing.png

File renamed without changes.

0 commit comments

Comments
 (0)