diff --git a/static/assets-docs/README.md b/static/assets-docs/README.md new file mode 100644 index 0000000000..8f6a37f9e1 --- /dev/null +++ b/static/assets-docs/README.md @@ -0,0 +1,3 @@ +# Documentation Assets + +The `assets-docs` directory contains asset files used in the bevy crate rustdoc / docs.rs documentation. diff --git a/static/assets-docs/tonemapping/README.md b/static/assets-docs/tonemapping/README.md new file mode 100644 index 0000000000..0cfd0ebccb --- /dev/null +++ b/static/assets-docs/tonemapping/README.md @@ -0,0 +1,9 @@ +# Tonemapping Algorithms + +The files in this directory were created using the `tonemapping` example from the `bevy` repository. +The left side is the color sweep mode. +The right side is from two separate EXR images in the image viewer mode, using the `exr` feature. +The top-right image is `dragonscene_ap0_v01_1001.exr` from Scott Dyer's (Senior Imaging Engineer at Academy of Motion Picture Arts and Sciences) [source images intended for tonemapping research and testing](https://www.dropbox.com/sh/zea11rkxkivv7w7/AAD51uKh-gjCl0uCCg15G9oya/original/monsieur-lixm?dl=0&subfolder_nav_tracking=1). +The bottom-right image is `blue_bar_709.exr` which is from [Martin Smekal](https://community.acescentral.com/t/vfx-work-in-acescg-with-out-of-gamut-devices/2385/3) but the specific file used was via [Troy Sobotka's collection of testing imagery](https://github.com/sobotka/Testing_Imagery/blob/main/blue_bar_709.exr). + +The example was run, PNG screenshots were taken making sure the ui text did not overlap the images, and then the images were cropped and composed using imagemagick command line tools. diff --git a/static/assets-docs/tonemapping/aces_fitted.png b/static/assets-docs/tonemapping/aces_fitted.png new file mode 100644 index 0000000000..15b19fda22 Binary files /dev/null and b/static/assets-docs/tonemapping/aces_fitted.png differ diff --git a/static/assets-docs/tonemapping/agx.png b/static/assets-docs/tonemapping/agx.png new file mode 100644 index 0000000000..20cb848600 Binary files /dev/null and b/static/assets-docs/tonemapping/agx.png differ diff --git a/static/assets-docs/tonemapping/blender_filmic.png b/static/assets-docs/tonemapping/blender_filmic.png new file mode 100644 index 0000000000..1d94dda69c Binary files /dev/null and b/static/assets-docs/tonemapping/blender_filmic.png differ diff --git a/static/assets-docs/tonemapping/disabled.png b/static/assets-docs/tonemapping/disabled.png new file mode 100644 index 0000000000..f016938e7a Binary files /dev/null and b/static/assets-docs/tonemapping/disabled.png differ diff --git a/static/assets-docs/tonemapping/reinhard.png b/static/assets-docs/tonemapping/reinhard.png new file mode 100644 index 0000000000..f99a259889 Binary files /dev/null and b/static/assets-docs/tonemapping/reinhard.png differ diff --git a/static/assets-docs/tonemapping/reinhard_luminance.png b/static/assets-docs/tonemapping/reinhard_luminance.png new file mode 100644 index 0000000000..4590811077 Binary files /dev/null and b/static/assets-docs/tonemapping/reinhard_luminance.png differ diff --git a/static/assets-docs/tonemapping/sbdt.png b/static/assets-docs/tonemapping/sbdt.png new file mode 100644 index 0000000000..44b875e805 Binary files /dev/null and b/static/assets-docs/tonemapping/sbdt.png differ diff --git a/static/assets-docs/tonemapping/tonymcmapface.png b/static/assets-docs/tonemapping/tonymcmapface.png new file mode 100644 index 0000000000..d76e623543 Binary files /dev/null and b/static/assets-docs/tonemapping/tonymcmapface.png differ