Skip to content

TheFourthKaramazov/Raw10-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

Raw10 Image Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages