https://github.com/sryze/rmexif
Removes all EXIF data from JPEG images
https://github.com/sryze/rmexif
c exif-data jpeg
Last synced: over 1 year ago
JSON representation
Removes all EXIF data from JPEG images
- Host: GitHub
- URL: https://github.com/sryze/rmexif
- Owner: sryze
- License: mit
- Created: 2020-08-19T20:53:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T10:02:19.000Z (over 5 years ago)
- Last Synced: 2025-01-03T07:48:26.754Z (over 1 year ago)
- Topics: c, exif-data, jpeg
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rmexif
[![Build Status][build_status]][build]
rmexif is a utility that simply removes all EXIF data from a given JPEG image.
Usage:
```sh
$ rmexif file1.jpg [file2.jpg [...]]
```
[build]: https://travis-ci.org/sryze/rmexif
[build_status]: https://travis-ci.org/sryze/rmexif.svg?branch=master