Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)

Screenshot (image) of the GLUT display

Proof_K_
Beginner
307 Views

Hi,

Is there a support in embree library to save an image (bmp, jpg, png etc.) of the renderered scene? If yes then how?

Thanks.

0 Kudos
1 Reply
SvenW_Intel
Moderator
307 Views

Yes just use the -o option, e.g. ./render -c cornell_box.ecs -o cornell_box.jpg. For JPG to work you have to install ImageMagick as described on embree.github.com. Under Windows Embree was never tested with ImageMagick.However, under Windows you can export tga and ppm files.

0 Kudos
Reply