Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore committed Nov 11, 2023
1 parent 66f91ab commit f840877
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
# exify

Progressive Web App (PWA) to remove [EXIF](https://en.wikipedia.org/wiki/Exif) (Exchangeable Image File Format) data from images.

<p float="left">
<a href="wiki/exify-1.png" target="_blank">
<img src="wiki/exify-1.png" width="30%" />
<a href="assets/exify-1.png" target="_blank">
<img src="assets/exify-1.png" width="30%" />
</a>
<a href="wiki/exify-2.png" target="_blank">
<img src="wiki/exify-2.png" width="30%" />
<a href="assets/exify-2.png" target="_blank">
<img src="assets/exify-2.png" width="30%" />
</a>
<a href="wiki/exify-3.png" target="_blank">
<img src="wiki/exify-3.png" width="30%" />
<a href="assets/exify-3.png" target="_blank">
<img src="assets/exify-3.png" width="30%" />
</a>
</p>

Web app to remove [EXIF](https://en.wikipedia.org/wiki/Exif) (Exchangeable Image File Format) data from images.


## Features

All processing is done in the browser. No server. No data is sent anywhere. It still works offline.
- Client-side image processing
- No server
- No data is sent anywhere
- Mobile support
- Once loaded it works offline to process data
- Free open source software (MIT License)


## Usage
Expand Down Expand Up @@ -84,7 +91,7 @@ No. The application works offline.

### What happens to my original images?

Original images will be unchanged. All changes will be saved as a new image prefixed with `exify_`.
Original images will be unchanged. All changes will be saved as a new image prefixed with `exify-`.

### How does `exify` work?

Expand All @@ -96,6 +103,10 @@ All code runs in the browser. No server is needed.

All modern browsers.

### Does it work for mobile devices?

Yes. The application works on mobile devices. Once installed from browser, it can be started from the home screen of your device.

### What image formats are supported?

`jpg`, `png` and `webp` formats are supported.
Expand Down

0 comments on commit f840877

Please sign in to comment.