Search found 1 match
- 2019-07-18T07:51:16-07:00
- Forum: Developers
- Topic: Converting obscure 10 bit YUYV TIFF file?
- Replies: 1
- Views: 70328
Converting obscure 10 bit YUYV TIFF file?
I have received a Tiff file from video capture device. Photoshop and friends only recognise it as a 16 bit grayscale image, yet it is in fact a 10bit YUYV (422) image. I had to convert it to an uncompressed tiff file (from LZW) and then wrote some custom python to convert it to an 8bit JPEG. Is ...