render_loop_save_to_disk
Saves the last rendered image to the path provided within content root.
arguments
-
"render_loop_name" : String
The name of the render loop.
-
"format" : String (default: "jpg")
The image format to return.
Possible Values:
- jpg
- png
- tif
- exr
- hdr
- ct
-
"pixel_type" : String (default: "Rgba")
The pixel type of the returned image.
Possible Values:
- Rgb
- Rgba
- Rgb_fp
- Color
- Rgbe
- Rgbea
- Rgba_16
- Rgb_16
-
"quality" : String (default: "90")
The quality of the returned image.
-
"path" : String
The path relative to content_root to save the last render.
return value
VoidVoid