I imagine you guys see pretty similar posts most of the time, so maybe this one will be a little more abnormal. Let's see if anyone can help me with this:
I've heard that php can work with images on a pretty crazy level - i know it can resize them and stuff, and I hear that's fairly simple.
However, i've also heard that you can use PHP to determine the color of specific pixels - is this true? I'd be very interested in writing a script that takes a small image, say 100x100 and maps the color of each pixel to an array. Any thoughts?
To be honest i'm really just looking to see if a pixel registers black or white. I can prepare the image to make sure it's either 100% black or white... where do I start? I'm eventually going to take this info and send it into flash and play from there....
anyone know how to do this? is it even possible? where do I start?
thanks all,
andy