Search found 1 match

by HoloPed
2015-07-30T11:38:12-07:00
Forum: Users
Topic: Converting 16bit raw data to Tiff results in black image (but with the data still in there, just squished?)
Replies: 3
Views: 2472

Converting 16bit raw data to Tiff results in black image (but with the data still in there, just squished?)

Hey all, I have raw bytes in a binary file. Each pixels is two bytes. I'm using this command to convert it into TIFF: convert.exe -size 1200x1024 -depth 16 -endian LSB gray:rawFile -compress lzw tiffName.tif The resulting image is black, but if I open it in Photoshop and do auto-levels, it's all ...