Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def modify_exif(self, data: dict, encoding='utf-8'): api.modify_exif(self.img, self._dumps(data), encoding)
Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.