pixels
pixels copied to clipboard
how to store the pixel value
how to store....... each pixel color value in 28 *28 matrix.
@ankitsuman80 would this work for you?
r <- pixels::get_pixels()
matrix(r, 28, 28, byrow = TRUE)