Skip to content

This script converts RAW image files (ARW, CR2, DNG, NEF, RAW) to JPEG format. It creates a 'JPEG' folder in the specified raw folder, processes each raw file, and saves the resulting JPEG images in the created folder, providing a straightforward tool for RAW to JPEG conversion.

Notifications You must be signed in to change notification settings

khchuang12/RAW-to-JPEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RAW to JPEG Converter

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.

Features

  • 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.

Dependencies

  • rawpy: Used for reading and processing RAW image files.
  • imageio: Enables saving images in JPEG format.

Usage

  1. Clone Repository:
    git clone https://github.com/your-username/raw-to-jpeg-converter.git
  2. Navigate to Project Folder
    cd raw-to-jpeg-converter
  3. Install Dependencies
    pip install rawpy imageio
  4. Run the Script
    python raw_to_jpeg_converter.py
  5. Specify RAW Image Folder Replace 'raw_folder' with the actual path to your folder containing RAW images in the script.

Example

  • Consider running the script on a folder containing RAW images:
    python raw_to_jpeg_converter.py
    

Contributing

  • Contributions are welcome! Feel free to open issues, submit feature requests, or create pull requests to enhance the functionality of the script.

About

This script converts RAW image files (ARW, CR2, DNG, NEF, RAW) to JPEG format. It creates a 'JPEG' folder in the specified raw folder, processes each raw file, and saves the resulting JPEG images in the created folder, providing a straightforward tool for RAW to JPEG conversion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages