Skip to content

Commit c3f4963

Browse files
Add tonemapping example images for use in the book and rustdoc (#545)
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent b1e2d9f commit c3f4963

File tree

10 files changed

+12
-0
lines changed

10 files changed

+12
-0
lines changed

static/assets-docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Documentation Assets
2+
3+
The `assets-docs` directory contains asset files used in the bevy crate rustdoc / docs.rs documentation.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Tonemapping Algorithms
2+
3+
The files in this directory were created using the `tonemapping` example from the `bevy` repository.
4+
The left side is the color sweep mode.
5+
The right side is from two separate EXR images in the image viewer mode, using the `exr` feature.
6+
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).
7+
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).
8+
9+
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.
327 KB
Loading
337 KB
Loading
Loading
290 KB
Loading
331 KB
Loading
Loading
364 KB
Loading
Loading

0 commit comments

Comments
 (0)