├── .gitattributes ├── GamutCompress.blink ├── GamutCompress.dctl ├── GamutCompress.fuse ├── GamutCompress.glsl ├── GamutCompress.nk ├── GamutCompress.xml ├── GamutCompress_blink.nk ├── README.md ├── docs ├── README.md ├── aces_gamut_compression_vwg_presentation_20200521.nk ├── aces_gamut_compression_vwg_presentation_20200528.nk ├── calculate_max_distance.nk ├── doc-flame.md ├── doc-fusion.md ├── doc-nuke.md ├── doc-resolve.md ├── gamut-compress-algorithm.md └── gamut-compress-documentation.md ├── images ├── aces_gamut_mapping_vwg_images_ap0 │ └── download_images_here ├── cie_1931_xy_chromaticity_diagram_plots │ ├── cie_1931_xy_colorwheel_acescg.exr │ ├── cie_1931_xy_plot_aces-ap1-gamut.exr │ ├── cie_1931_xy_plot_arri-alexa-widegamut.exr │ ├── cie_1931_xy_plot_filmlight-e-gamut.exr │ ├── cie_1931_xy_plot_grid.exr │ ├── cie_1931_xy_plot_spectrum-locus.exr │ └── cie_1931_xy_points_acescg.exr ├── collage.acescg.exr ├── collage.rrt.jpg ├── collage_compressed.rrt.jpg └── screenshots │ ├── CIE1931_xy_chromaticity_diagram.png │ ├── CIE1931_xy_chromaticity_diagram_aces_awg.png │ ├── CIE1931_xy_chromaticity_diagram_cameras.png │ ├── CIE1931_xy_chromaticity_diagram_displays.png │ ├── CIE1931_xy_chromaticity_diagram_pointers.png │ ├── CIE1931_xy_chromaticity_diagram_rec709.png │ ├── GamutCompress_nuke-ui-calc_distance.png │ ├── GamutCompress_nuke-ui.png │ ├── GamutCompress_resolve-ui.png │ ├── Light-source-SPD-curves-for-Ablue-LED-Bwhite-LED-Cwhite-CFL-and-Dyellow-CFL.png │ ├── bluebar_image.png │ ├── bluebar_image_aces_vs_arri.png │ ├── bluebar_image_and_plot_acescg.png │ ├── bluebar_image_and_plot_awg.png │ ├── bluebar_image_plot.png │ ├── camera_spectral_sensitivities.png │ ├── colorwheel_acescg_1931_xy.png │ ├── colorwheel_acescg_distance_1931_xy.png │ ├── colorwheel_acescg_distance_gamma_down_1931_xy.png │ ├── compression_function.png │ └── compression_function_aggressive.png └── utilities ├── CalculateDistance.nk └── VisualizeDistance.nk /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/.gitattributes -------------------------------------------------------------------------------- /GamutCompress.blink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress.blink -------------------------------------------------------------------------------- /GamutCompress.dctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress.dctl -------------------------------------------------------------------------------- /GamutCompress.fuse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress.fuse -------------------------------------------------------------------------------- /GamutCompress.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress.glsl -------------------------------------------------------------------------------- /GamutCompress.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress.nk -------------------------------------------------------------------------------- /GamutCompress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress.xml -------------------------------------------------------------------------------- /GamutCompress_blink.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/GamutCompress_blink.nk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/README.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/aces_gamut_compression_vwg_presentation_20200521.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/aces_gamut_compression_vwg_presentation_20200521.nk -------------------------------------------------------------------------------- /docs/aces_gamut_compression_vwg_presentation_20200528.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/aces_gamut_compression_vwg_presentation_20200528.nk -------------------------------------------------------------------------------- /docs/calculate_max_distance.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/calculate_max_distance.nk -------------------------------------------------------------------------------- /docs/doc-flame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/doc-flame.md -------------------------------------------------------------------------------- /docs/doc-fusion.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/doc-nuke.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/doc-resolve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/doc-resolve.md -------------------------------------------------------------------------------- /docs/gamut-compress-algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/gamut-compress-algorithm.md -------------------------------------------------------------------------------- /docs/gamut-compress-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/docs/gamut-compress-documentation.md -------------------------------------------------------------------------------- /images/aces_gamut_mapping_vwg_images_ap0/download_images_here: -------------------------------------------------------------------------------- 1 | https://www.dropbox.com/sh/jbng5hfi6ofqlp8/AABLGGxd9PWYMxFAadHK5mspa?dl=0 -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_colorwheel_acescg.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_colorwheel_acescg.exr -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_aces-ap1-gamut.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_aces-ap1-gamut.exr -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_arri-alexa-widegamut.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_arri-alexa-widegamut.exr -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_filmlight-e-gamut.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_filmlight-e-gamut.exr -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_grid.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_grid.exr -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_spectrum-locus.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_plot_spectrum-locus.exr -------------------------------------------------------------------------------- /images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_points_acescg.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/cie_1931_xy_chromaticity_diagram_plots/cie_1931_xy_points_acescg.exr -------------------------------------------------------------------------------- /images/collage.acescg.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/collage.acescg.exr -------------------------------------------------------------------------------- /images/collage.rrt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/collage.rrt.jpg -------------------------------------------------------------------------------- /images/collage_compressed.rrt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/collage_compressed.rrt.jpg -------------------------------------------------------------------------------- /images/screenshots/CIE1931_xy_chromaticity_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/CIE1931_xy_chromaticity_diagram.png -------------------------------------------------------------------------------- /images/screenshots/CIE1931_xy_chromaticity_diagram_aces_awg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/CIE1931_xy_chromaticity_diagram_aces_awg.png -------------------------------------------------------------------------------- /images/screenshots/CIE1931_xy_chromaticity_diagram_cameras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/CIE1931_xy_chromaticity_diagram_cameras.png -------------------------------------------------------------------------------- /images/screenshots/CIE1931_xy_chromaticity_diagram_displays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/CIE1931_xy_chromaticity_diagram_displays.png -------------------------------------------------------------------------------- /images/screenshots/CIE1931_xy_chromaticity_diagram_pointers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/CIE1931_xy_chromaticity_diagram_pointers.png -------------------------------------------------------------------------------- /images/screenshots/CIE1931_xy_chromaticity_diagram_rec709.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/CIE1931_xy_chromaticity_diagram_rec709.png -------------------------------------------------------------------------------- /images/screenshots/GamutCompress_nuke-ui-calc_distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/GamutCompress_nuke-ui-calc_distance.png -------------------------------------------------------------------------------- /images/screenshots/GamutCompress_nuke-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/GamutCompress_nuke-ui.png -------------------------------------------------------------------------------- /images/screenshots/GamutCompress_resolve-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/GamutCompress_resolve-ui.png -------------------------------------------------------------------------------- /images/screenshots/Light-source-SPD-curves-for-Ablue-LED-Bwhite-LED-Cwhite-CFL-and-Dyellow-CFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/Light-source-SPD-curves-for-Ablue-LED-Bwhite-LED-Cwhite-CFL-and-Dyellow-CFL.png -------------------------------------------------------------------------------- /images/screenshots/bluebar_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/bluebar_image.png -------------------------------------------------------------------------------- /images/screenshots/bluebar_image_aces_vs_arri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/bluebar_image_aces_vs_arri.png -------------------------------------------------------------------------------- /images/screenshots/bluebar_image_and_plot_acescg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/bluebar_image_and_plot_acescg.png -------------------------------------------------------------------------------- /images/screenshots/bluebar_image_and_plot_awg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/bluebar_image_and_plot_awg.png -------------------------------------------------------------------------------- /images/screenshots/bluebar_image_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/bluebar_image_plot.png -------------------------------------------------------------------------------- /images/screenshots/camera_spectral_sensitivities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/camera_spectral_sensitivities.png -------------------------------------------------------------------------------- /images/screenshots/colorwheel_acescg_1931_xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/colorwheel_acescg_1931_xy.png -------------------------------------------------------------------------------- /images/screenshots/colorwheel_acescg_distance_1931_xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/colorwheel_acescg_distance_1931_xy.png -------------------------------------------------------------------------------- /images/screenshots/colorwheel_acescg_distance_gamma_down_1931_xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/colorwheel_acescg_distance_gamma_down_1931_xy.png -------------------------------------------------------------------------------- /images/screenshots/compression_function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/compression_function.png -------------------------------------------------------------------------------- /images/screenshots/compression_function_aggressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/images/screenshots/compression_function_aggressive.png -------------------------------------------------------------------------------- /utilities/CalculateDistance.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/utilities/CalculateDistance.nk -------------------------------------------------------------------------------- /utilities/VisualizeDistance.nk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedypod/gamut-compress/HEAD/utilities/VisualizeDistance.nk --------------------------------------------------------------------------------