colour_hdri.read_exif_tag#

colour_hdri.read_exif_tag(image: str, tag: str, numeric: bool = False) 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.

  • numeric (bool)

Returns:

Tag value.

Return type:

str