delexifΒΆ

Functionality Modifies or deletes EXIF metadata of images, then saves the updated metadata to a new image file.

Input - Path setup: image_path specifies the target image file. - Optional parameters: Specify metadata fields to modify:

  • make: Camera manufacturer.

  • model: Camera model name.

  • datetime: Date and time of capture.

Supported Formats - Works with JPEG and TIFF files.

Output - Saves the image with updated metadata to the specified output_path.