The script removes the following metadata:
- General information: dimensions, compression, color space
- Camera: manufacturer, model, serial number, lens
- Shooting: exposure, aperture, ISO, focal length, flash
- GPS: latitude, longitude, altitude, timestamp
- Timestamps: capture and digitization date/time
- Rights: author, copyright
- Software: processing and editing information
- Batch processing of all images in a folder
- Support for common formats (JPG, PNG, HEIC, TIFF)
- Image quality preservation
- Console progress display
- Simple command line usage
- Make sure you have Swift installed on your system
- Clone this repository: git clone https://github.com/hdrapin/ImageMetadataCleaner.git
swift ImageMetadataCleaner.swift "/path/to/folder"
- macOS 10.15 or higher
- Swift 5.0 or higher
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to:
- Fork the project
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
For any questions or suggestions, please open an issue on this repository.