Is there any such tool you know about, that can take an image, count every pixel, get the hex colour value of each pixel and then output all those values as text?
Would it even be possible to do something like this? I'm guessing you can't, but would it be possible in PHP?
I have something very interesting I want to do, but zooming into an image and getting every pixel value is extremely tiresome and slow. Does anyone have any ideas on how I could automate this process?
Thanks.
Would it even be possible to do something like this? I'm guessing you can't, but would it be possible in PHP?
I have something very interesting I want to do, but zooming into an image and getting every pixel value is extremely tiresome and slow. Does anyone have any ideas on how I could automate this process?
Thanks.