Search found 2 matches

by FredZ
2019-06-06T03:39:44-07:00
Forum: Users
Topic: Convert 12bit grayscale JPEG
Replies: 2
Views: 3873

Re: Convert 12bit grayscale JPEG

by FredZ
2019-06-06T01:50:59-07:00
Forum: Users
Topic: Convert 12bit grayscale JPEG
Replies: 2
Views: 3873

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 ...