From 55f395d17952df66b5243f126617378ecb0699a7 Mon Sep 17 00:00:00 2001 From: MrMabulous Date: Tue, 28 Jan 2020 13:58:11 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7f04f01..2fa3c68 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,8 @@ You can also use constants instead of input files. Examples: - Does not yet work with deep exr. - When using wildcard #, all matching input files must exist. - Outputfile will be 32bit float. + +# How To Build: +- Build ZLib +- Build OpenEXR static libraries and link against zlibstatic.lib +- Build OpenExrComposer by including OpenEXR inlcude dir and linking against IlmImf-2_4.lib From 4e1b4b4c2958699a79d4c2d2c16a73db1f349942 Mon Sep 17 00:00:00 2001 From: MrMabulous Date: Wed, 5 Feb 2020 17:06:22 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fa3c68..fcfb849 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The righthand side of the = assignment may contain any math expression consistin You can also compose sequences by using # as wildcard character. Example: > OpenExrComposer.exe "beauty_without_reflection_#.exr = beauty_#.exr - reflection#.exr - specular#.exr" + This will search the folders of the input files for all files matching the pattern (replacing # with any other string) and process all files. When compositing sequences, it's also possible to have some input files be sequence files and others to remain the same. Example: