How to use pixel_format="luminance_alpha"
for the hdrfilm
plugin?
#746
-
I'd like to render grayscale images with an alpha channel, so I set the Mitsuba variant to
Setting the Mitsuba variant to What am I missing? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Never mind... Setting the Mitsuba variant to |
Beta Was this translation helpful? Give feedback.
-
Let me clear up a couple things: The variant defines the color representation used throughout the entire rendering process. The Using |
Beta Was this translation helpful? Give feedback.
Never mind... Setting the Mitsuba variant to
cuda_ad_rgb
andpixel_format
toluminance_alpha
, does produce the desired (H, W, 2) output.