Resizing an image
Here is the original image: Image to resize
Warning: getimagesize(orig_image.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 11
Width of original image:
Height of original image:
Warning: Division by zero in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 23
Warning: Division by zero in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 24
Width of resized image:
Height of resized image:
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 29
Warning: imagecreatefromjpeg(orig_image.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 30
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 31
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/content/l/i/n/linkstraffic/html/linkstraffic.net/html/programming/php/graphism/resizeimage.php on line 34
Here is the resized one: Resized Image