Hi there,
I’ve a (maybe) simple question. Right now I’m rendering with redshift standalone and after a .rs has been rendered I got my .exr-file (horray).
Now, if I want to use ImageMagick to convert that .exr-file into a jpg with some things getting done, I’d (in a basic setup) want to call something like: convert <input>.exr -depth 8 -contrast <input>.jpg
While this is easy I just don’t get how to actually do that as a command line job. How do I tell as a variable for example? Is it possible to just call a post processing script like that after the rendering is done in order to not submit a new job to deadline?
Maybe newbie questions, but somehow I’m actually struggeling with that.
Thanks and kind regards
goetz