render_loop_get_last_render
Gets the last rendered image from the render loop
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.
return value
BinaryThe last rendered image