c# - convert ushort[] grayscale values to byte[] -
I have the value How do I change my user values in byte values? Thanks 0-65536 in the format uhort [] . But I need this grayscale values in the byte form!
byte value = (byte) (array [index ]> 8);
Comments
Post a Comment