Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AbirHasan2005/Image-Exif
A python script for extracting/removing exif data from images by @AbirHasan2005
https://github.com/AbirHasan2005/Image-Exif
exif exif-data exif-data-extraction exif-metadata exif-reader exif-remover image-analysis image-processing pillow
Last synced: 3 months ago
JSON representation
A python script for extracting/removing exif data from images by @AbirHasan2005
- Host: GitHub
- URL: https://github.com/AbirHasan2005/Image-Exif
- Owner: AbirHasan2005
- Created: 2021-12-07T09:23:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T10:19:59.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T17:47:43.855Z (5 months ago)
- Topics: exif, exif-data, exif-data-extraction, exif-metadata, exif-reader, exif-remover, image-analysis, image-processing, pillow
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 16
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Exif
A Python script for extracting exif metadata from images.## How to use?
Using this script you can extract exif data from image and save in .csv file.
Also you can remove all exif data from your images.
### Installation:
Install Python3 and PIP packages:
```shell
apt install python3 python3-pip
pip3 install -r requirements.txt
```### Run:
```shell
python3 main.py
```### Follow on: