Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyush800x/rawimageexporter
https://github.com/piyush800x/rawimageexporter
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyush800x/rawimageexporter
- Owner: Piyush800x
- Created: 2024-04-06T17:52:10.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T19:51:27.000Z (7 months ago)
- Last Synced: 2024-04-17T00:40:25.446Z (7 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![App Screenshot](https://github.com/Piyush800x/RawExporter/blob/master/assets/RIE.jpg)
## ✔ 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
```