I have a very large image stored on my webserver. Through php, I want to take a picture of about 200x200 pixels from the large image depending on what the x and y coordinates are. Could someone give me an idea of what functions i would need to be using please?
Check out the image functions in the manual on php.net but I had a quick look and I believe that you need ImageCopy.
Note that if it's jpeg or something I think you need another library and you might have to recompile php.
Thanks, Billy