Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.44 KB

File metadata and controls

58 lines (30 loc) · 1.44 KB

JPEG Extractor Tool

Screenshot from 2024-04-30 15-50-16

This is a PyQt6 GUI application for extracting JPEG files from RAW image files.

Features

  • Browse and select a folder containing RAW image files.
  • Browse and select a folder where the repaired JPEG files will be saved.
  • Extract JPEG files from RAW images.
  • Visual progress feedback using a progress bar and log messages.

Prerequisites

  • Python 3.6 or higher
  • PyQt6 library

Installation

  1. Clone the repository:

git clone https://github.com/DRCRecoveryData/JPEG-Extractor-Tool.git

  1. Navigate to the project directory:

cd jpeg-repair-tool

  1. Install the dependencies:

pip install PyQt6

Usage

  1. Run the application:

python3 jpegextractor-gui.py

  1. Click on the "Browse" buttons to select the RAW folder and the folder where repaired JPEG files will be saved.
  2. Click the "Extract JPEG" button to start the extraction process.
  3. Monitor the progress using the progress bar and log messages.
  4. Once the process is complete, the repaired JPEG files will be available in the specified folder.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This project utilizes PyQt6 library for building the GUI.
  • Special thanks to OpenAI for providing guidance and assistance.