An open API service indexing awesome lists of open source software.

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

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