colour_hdri.plotting.plot_radiance_image_strip

colour_hdri.plotting.plot_radiance_image_strip(image, count=5, ev_steps=-2, cctf_encoding=<function eotf_inverse_sRGB>, **kwargs)[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.

  • cctf_encoding (callable, optional) – Encoding colour component transfer function / opto-electronic transfer function used for plotting.

Other Parameters

**kwargs (dict, optional) – {colour.plotting.display()}, Please refer to the documentation of the previously listed definition.

Returns

Current figure and axes.

Return type

tuple