ggarra13 / mrv2

Professional player and review tool for vfx, animation and computer graphics.
https://mrv2.sourceforge.io
BSD 3-Clause "New" or "Revised" License
190 stars 13 forks source link

Specify Input Colour Space from command line #199

Closed jtomori closed 5 months ago

jtomori commented 5 months ago

Hello, thanks for developing this, it's very useful.

I'd like to ask whether you would consider adding a command line option for specifying Input Colour Space from command line. For example: mrv2 image.exr -ics ACEScg.

It could be helpful for integrating mrv2 into vfx tools, for example for previewing an image sequence in a given colour space, without requiring the user to select it manually.

Best, Juraj

ggarra13 commented 5 months ago

Added in v1.0.8 and main branch if you compile from source.

The beta binary should be available on sourceforge's mrv2 beta directory in a couple of hours.

jtomori commented 5 months ago

Hello, I've tested the Sourceforge 1.0.8 beta build and can confirm that it works well.

Many thanks, Juraj