A simple Python script to convert RAW image files (ARW, CR2, DNG, NEF, RAW) to JPEG format. This tool creates a 'JPEG' folder within the specified RAW image folder, processes each RAW file, and saves the resulting JPEG images in the created folder.
- RAW to JPEG Conversion: Converts supported RAW image formats to JPEG.
- Folder Organization: Creates a 'JPEG' subfolder to store the converted JPEG images.
- Supported Formats: Handles RAW formats including ARW, CR2, DNG, NEF, and RAW.
- rawpy: Used for reading and processing RAW image files.
- imageio: Enables saving images in JPEG format.
- Clone Repository:
git clone https://github.com/your-username/raw-to-jpeg-converter.git
- Navigate to Project Folder
cd raw-to-jpeg-converter
- Install Dependencies
pip install rawpy imageio
- Run the Script
python raw_to_jpeg_converter.py
- Specify RAW Image Folder Replace 'raw_folder' with the actual path to your folder containing RAW images in the script.
- Consider running the script on a folder containing RAW images:
python raw_to_jpeg_converter.py
- Contributions are welcome! Feel free to open issues, submit feature requests, or create pull requests to enhance the functionality of the script.