colour_hdri.read_exif_tag#

colour_hdri.read_exif_tag(image: str, tag: str) str[source]#

Return given image EXIF tag value.

Parameters:
  • image (str) – Image file to read the EXIF tag value of.

  • tag (str) – Tag to read the value of.

Returns:

Tag value.

Return type:

str