colour_hdri.copy_exif_tags#

colour_hdri.copy_exif_tags(source: str, target: str) bool[source]#

Copy given source image file EXIF tag to given image target.

Parameters:
  • source (str) – Source image file.

  • target (str) – Target image file.

Returns:

Definition success.

Return type:

bool