Questions tagged [raw-file]
16 questions
-1
votes
1 answer
How to read RAW 12 image and save it as some readable format - JPG, GIF, PNG
Looking for a code or OS library to read RAW 12 using Java / C# / Python and to save in some common used format - JPG, GIF, PNG. Trying a following code:
import numpy
from PIL import Image
import rawpy
input_file =…

Genady
- 25
- 7