Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 679 Bytes

Raw10 to JPG/PNG Image Conversion

This Python script converts Raw10 image data to RGB and saves it as a PNG or JPG image.

Usage

  1. Clone or download the repository:

    git clone https://github.com/TheFourthKaramazov/raw10Decoder
  2. Install Dependencies:

    Ensure you have Pillow installed:

    pip install pillow
  3. Run the script from your IDE or with:

    python raw10_decode.py
  4. Enter your file path when prompted for the Raw10 file you want to decode.

  5. Note:

    The file will automatically be decoded into JPG format, but you can change the format to PNG where indicated in the comments.