https://github.com/piyush800x/rawimageexporter
https://github.com/piyush800x/rawimageexporter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyush800x/rawimageexporter
- Owner: Piyush800x
- Created: 2024-04-06T17:52:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-16T19:51:27.000Z (about 1 year ago)
- Last Synced: 2025-01-11T08:25:53.137Z (4 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📸 RAW Image Exporter
An all-in-one software to export traditional image files (.jpg, .jpeg) to raw file formats (CR2, CR3, NEF, ARW)
## 🧑 Authors
- [@Piyush_Paul](https://github.com/Piyush800x/)
## 🐱👤 Screenshots
## ✔ Run the software locally
Clone the repository
```bash
git clone https://github.com/Piyush800x/RawExporter.git
cd RawExporter
```Install dependencies
```bash
python -m pip install requirements.txt
```Run the .py file
```bash
python main.py
```