Become King Of Hell

The-Zeros

New member
Joined
Dec 3, 2023
Messages
5
Hellcoins
♆17
Username Style (Gradient Colours)
# Image Metadata Extractor

This program allows you to extract metadata from images.

## Installation

1. Clone the repository:
````
git clone https://github.com/MalikShoaib678/Image-metadata-extractor.git
```

2. Install dependencies:
````
pip install pillow argparse
```

## Usage

1. Navigate to the project directory:
````
cd Image-metadata-extractor
```

2. Run the program:
````
python main.py
```

## Features

- Extracts metadata from images.
- Provides information like image dimensions, color space, camera make and model, etc.

This program extracts metadata from images and provides information about various aspects of the image, such as dimensions, color space, and camera details. To use it, clone the repository, install the dependencies, navigate to the project directory, and run the program. Contributions are welcome.

NOTE:) that this is a simplified version, and you can modify it further to suit your specific needs.
 

Attachments:

Top