Results 1 to 10 of 12
Threaded View
-
13th Jul 2011, 08:14 PM #1OPBannedWebsite's:
WarezRelease.org ThatHosting.cophp resize
hi
ive coded with help an php image resize code, to go in upload.php, ill show:
PHP Code:
include"imagecfg.php";
//Make a 90x90px thumbnail......
$fulluploadlPath = $thumbDir.$name;
$img = imagecreatefromjpeg($fulluploadlPath);
$img = imagecreatefrompng($fulluploadlPath);
$img = imagecreatefromgif($fulluploadlPath);
if (!$img) { echo "<h1>Error: Couldn't open image to create thumbnail!</h1>" ; }
else {
$newW = round(($thumbPixels / $height) * $width); //thumnail width
$newImg = imagecreatetruecolor ($newW, $thumbPixels);
imagecopyresampled ($newImg, $img, 0, 0, 0, 0, $newW, $thumbPixels, $width, $height);
$thumbfilename = $thumbDir .'/'. $thumbName;
imagejpeg($newImg, $thumbnName) or die("<h1>Error: Couldn't save thumnbail!</h1>");
echo "<img src='$thumbName'>" ;
}
Code:Warning: imagecreatefromjpeg(images/thumbs/1310586947.png) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in C:\wamp\www\includes\imageupload.php on line 28 Warning: imagecreatefrompng(images/thumbs/1310586947.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in C:\wamp\www\includes\imageupload.php on line 29 Warning: imagecreatefromgif(images/thumbs/1310586947.png) [function.imagecreatefromgif]: failed to open stream: No such file or directory in C:\wamp\www\includes\imageupload.php on line 30
Thx
Chris2k Reviewed by Chris2k on . php resize hi ive coded with help an php image resize code, to go in upload.php, ill show: include"imagecfg.php"; //Make a 90x90px thumbnail...... $fulluploadlPath = $thumbDir.$name; Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Resize Image
By cyb3r in forum Graphics AreaReplies: 1Last Post: 15th Sep 2011, 02:50 PM -
Looking for some new Image resize mod
By Spartan in forum phpBBReplies: 1Last Post: 27th May 2011, 08:58 AM -
Image resize in DLE
By John in forum Webmaster DiscussionReplies: 1Last Post: 30th Dec 2010, 01:31 AM -
PHP Resize?
By bxflow in forum Web Application/Script SupportReplies: 5Last Post: 7th Sep 2010, 03:36 PM -
how to resize image in DL
By loverhaker in forum Forum and DDL DiscussionReplies: 0Last Post: 28th Aug 2010, 01:48 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...