safe_copy_meta ==================================== .. py:function:: petpal.utils.image_io.safe_copy_meta(input_image_path: str, out_image_path: str) Copy the metadata file from input image, to one with the same name as the output file. Intended to be used in functions operating on images in order to ensure a metadata file is associated with each new image. :param input_image_path: Path to the input file for the function generating a new image. :type input_image_path: str :param out_image_path: Path to the output file written by the function. :type out_image_path: str