First time here? Check out the FAQ!
answered 2020-01-29 08:55:41 -0600
once you have a numpy array, it's as simple as:
u8 = images_array.astype(np.uint8)