Sample file 12bit JFIF grayscale:
https://www.dropbox.com/s/guqc7wf4tiyt0 ... 6.img?dl=0
Search found 2 matches
- 2019-06-06T03:39:44-07:00
- Forum: Users
- Topic: Convert 12bit grayscale JPEG
- Replies: 2
- Views: 4197
- 2019-06-06T01:50:59-07:00
- Forum: Users
- Topic: Convert 12bit grayscale JPEG
- Replies: 2
- Views: 4197
Convert 12bit grayscale JPEG
I am trying to convert a 12bit grayscale image to 8bit grayscale JPEG: magick identify "I59336.img" identify: Unsupported JPEG data precision 12 `I59336.img' @ error/jpeg.c/JPEGErrorHandler/340. I am not able to do this: magick convert -size 2954x1435 -depth 12 -auto-level gray:I59336.img I59336.jpg ...