Question
Is it possible to export pixels to text
Is it possible to export pixels to text in a similar fashion as in python?
examples:
How to convert a grayscale image into a list of pixel values?
Convert a black and white image to array of numbers?
Thanks
