I want to be able to input an image and get out an Array such as {{55,132,97},{55,125,97},}
for an image, 1 Array per pixel
what I need help with is how would I go about this? I would prefer lua but I could also use C# and python
also what libraries or whatever they are called would I need?