Does anyone know of a PHP routine where I can take an original image and split it in half to create two new images A and B?
See below:
alt text http://www.bellschofield.eu/zqocc89c.jpg
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The code above takes input from a source file : “source.jpg”. It splits the file into 100×100 pixels and names the files img00_01.jpg and so on…. You can change the height, width of the resulting image by changing the $height and $width parameters..