colour_hdri.plotting.radiance Module

HDRI / Radiance Image Plotting

Defines the HDRI / radiance image plotting objects:

colour_hdri.plotting.radiance.radiance_image_strip_plot(image, count=5, ev_steps=-2, OECF=<Mock name='mock.DEFAULT_PLOTTING_OECF' id='140565256257320'>)[source]

Plots given HDRI / radiance image as strip of images of varying exposure.

Parameters:
  • image (array_like) – HDRI / radiance image to plot.
  • count (int, optional) – Strip images count.
  • ev_steps (numeric, optional) – Exposure variation for each image of the strip.
  • OECF (callable, optional) – OECF / opto-electronic conversion function used for plotting.
Returns:

Definition success.

Return type:

bool