Page 1 of 1

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

Posted: Fri Jul 03, 2015 8:44 am
by butterhuang
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?

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

Posted: Tue Jul 07, 2015 6:17 am
by abreukers
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 4491 times
so saving octane rendered images even through lua will still be based on this.

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

Posted: Wed Jul 08, 2015 9:00 am
by butterhuang
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.