how to use the interface iRPFio ???

Good afternoon.

I want to save a file with 16 bits per channel

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
b = bitmap 320 240 gamma:1.9 filename:"D:\\Clip11_05_2019\\renderoutput\\AAA.RPF"
render camera:$Camera001 to:b channels:#(#zDepth, #objectID) renderMultiPassEffects:true
save b
close b
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

what you need to add to this code ???
how to use the interface iRPFio ???

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Any's picture

I found Myself

b = bitmap 320 240 gamma:1.9 filename:"D:\\Clip11_05_2019\\renderoutput\\AAA.RPF" ( ...; ...; ...)
render camera:$Camera001 to:b channels:#(#zDepth, #objectID) renderMultiPassEffects:true
save b
close b

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.