Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Dec 10, 2023
1 parent f690d71 commit e50fcde
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
- Clear exif data of images.
- Save data in a text file.
## Supported Formats
- **Images**: PNG, JPG, JPEG, GIF, BMP, TIFF
- **Videos**: MP4, MKV, AVI, MOV
- **Audio**: MP3 (limited support, additional library may be required)
- Images:
- PNG, JPG, JPEG, GIF, BMP, TIFF
- **Videos** :
- MP4, MKV, AVI, MOV
- **Audio** :
- MP3 (limited support, additional library may be required)
- OutputThe script will display metadata information for each file.If the output is set to a file, the results will be saved in exif_data.txt.
## Installation and usage instructions:
- Add .jpg to subfolder ./images from where the script is stored.
Expand All @@ -30,13 +33,20 @@
```

## Installation

### Copy & paste the following commands:

```bash
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif.py
```
### use this commands: for print jpg output directly on terminal or power shell
```bash
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif.py
```

### To remove exif data from images, use the following command:
```bash
python3 remove-exif.py
Expand Down

0 comments on commit e50fcde

Please sign in to comment.