Convert from RAW (16-bit) to PNG (16-bit)
Posted: Thu May 26, 2011 8:49 am
Good day,
I'm new in nconvert and I'm trying to convert and raw image multicomponent with the following caracteristics:
Components:7
Size: 1024x1024
bits: 16bits per pixel Little-Endian
And I want to convet it to files .png, I'm using the next command and its create the 7 files with 1024x1024 dimentions but with 8 bits per pixel, so my image is not the same
nconvert -out pnm -n 1 7 1 -size 1024x1024 -o result_#.png Image-7x1024x1024-2_Bytes-LittleEndian.raw
Could some one help me tp get a 16-bits result image??
thanks a lot.
I'm new in nconvert and I'm trying to convert and raw image multicomponent with the following caracteristics:
Components:7
Size: 1024x1024
bits: 16bits per pixel Little-Endian
And I want to convet it to files .png, I'm using the next command and its create the 7 files with 1024x1024 dimentions but with 8 bits per pixel, so my image is not the same
nconvert -out pnm -n 1 7 1 -size 1024x1024 -o result_#.png Image-7x1024x1024-2_Bytes-LittleEndian.raw
Could some one help me tp get a 16-bits result image??
thanks a lot.