Sri lanka web server - Figure 7-8 How It Works The actual thumbnail
Figure 7-8 How It Works The actual thumbnail itself is created in your check_image.php file, so let s take a look at that first. You added the following lines that complete that task for you: //**INSERT THESE LINES $newthumbname = $ImageThumb . $lastpicid . .jpg ; //get the dimensions for the thumbnail $thumb_width = $width * 0.10; $thumb_height = $height * 0.10; //create the thumbnail $largeimage = imagecreatefromjpeg($newfilename); $thumb = imagecreatetruecolor($thumb_width, $thumb_height); imagecopyresampled($thumb, $largeimage, 0, 0, 0, 0, $thumb_width, $thumb_height, $width, $height); 224 Chapter 7
Searching for affordable and reliable webhost to host and run your web applications? Go to our java web server services and you will be pleased.