Search found 1 match
- 2012-01-24T01:42:39-07:00
- Forum: Users
- Topic: issue with raw to jpg convert
- Replies: 0
- Views: 3554
issue with raw to jpg convert
Convert from raw 16bit grayscale to bmp works fine with the following command line "convert -size 480x400 -depth 16 -endian lsb gray:shri.raw shri.bmp" But when i convert to jpg with following command then i observe the issue of header missing. "convert -size 480x400 -depth 16 -endian lsb gray:shri ...