Skip to content

scsd-cdh/payload_raw10Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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. The original script in Rust was contributed by Ruben Sanchez.

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

Space Concordia Payload: raw10 image decoder to output viewable images (JPG or PNG)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages