tlRender icon indicating copy to clipboard operation
tlRender copied to clipboard

Add an option CmdLine.cpp and IApp.cpp to leave unparsed values in an array.

Open ggarra13 opened this issue 2 years ago • 1 comments

The idea is to support loading an arbitrary number of images with the values that were not parsed. So you can then do:

$ mrv2 *.exr

Loads all exrs in current directory instead of three clips and a comparison one as mrv2 has now. It can load directories, but sometimes you want to filter the files by extension.

ggarra13 avatar Sep 22 '23 19:09 ggarra13

I implemented this as PR #116 .

ggarra13 avatar Sep 25 '23 10:09 ggarra13