[help] How can I save the render image to .jpg format?

Forum for OctaneRender Lua scripting examples, discussion and support.
Post Reply
butterhuang
Posts: 11
Joined: Mon Jun 01, 2015 5:10 am

With use the lua api octane.render.saveImage。

The only supported type are
• EXR = 2
• EXRTONEMAPPED = 3
• PNG16 = 1
• PNG8 = 0

no jpg or other file type extension?
abreukers
OctaneRender Team
Posts: 498
Joined: Thu Aug 18, 2011 12:28 am

hi, I'm not into lua right now, but octane's output format for rendered images are derived from the standalone:
output_format.jpg
output_format.jpg (16.18 KiB) Viewed 4463 times
so saving octane rendered images even through lua will still be based on this.
i72630QM @ 2.00GHz | 6GB RAM | 2GB GeForce GT 540M | Win7 64bit
butterhuang
Posts: 11
Joined: Mon Jun 01, 2015 5:10 am

abreukers wrote:hi, I'm not into lua right now, but octane's output format for rendered images are derived from the standalone:
output_format.jpg
so saving octane rendered images even through lua will still be based on this.
so sad.
Post Reply

Return to “Lua Scripting”