Skip to content

This script converts RAW files to four different formats of my choice. Feel free to expand on this to cater for more extensions.

Notifications You must be signed in to change notification settings

Owl4444/RAW_to_JPEG_WEBP_TIFF_PNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RAW_to_JPEG_WEBP_TIFF_PNG

Four File Formats

There are currently four file formats that it can be converted to:

  • jpeg
  • png
  • webp
  • tiff

Feel free to expand on this to cater for more extensions.

Installation Guide

Install the necessary packages

pip install imageio rawpy pillow

Usage Guide

[USAGE] 
python main.py <directory> -f <formats>

Example Usage

python main.py C:\path\to\directory -f jpeg png webp tiff

About

This script converts RAW files to four different formats of my choice. Feel free to expand on this to cater for more extensions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages