My command lines:
Code: Select all
convert -size 1280x1264 -depth 8 -sampling-factor 4:2:0 out.yuv out.png
convert -size 1280x1264 -depth 16 -sampling-factor 4:2:0 out.yuv -depth 8 out.png
Just for testing, this command line:
Code: Select all
convert -size 1280x1264 -depth 16 -sampling-factor 4:2:0 out.yuv out.png
I would expect that -depth 16 would look radically different from -depth 8 when used on the raw input, and preferably the expected input image. (I'm not 100% sure that it's not 10- or 12-bit, but I can't test it like this.)
Using another tool, I was able to open and see the results, but it's a very inconvenient GUI tool.
I've tested 6.6.7.1 and 6.6.7.5, both x64 Q16, and both give identical output.