I agree with using ImageMagick. It works much faster than GD and you'll be
able to manipulate much larger images.
----- Original Message -----
From: "Phpster" <phpster@xxxxxxxxx>
To: "Emiliano Boragina" <emiliano.boragina@xxxxxxxxx>
Cc: <php-db@xxxxxxxxxxxxx>
Sent: Saturday, July 11, 2009 9:13 AM
Subject: Re: resize 10 upload image
On Jul 10, 2009, at 10:18 PM, "Emiliano Boragina"
<emiliano.boragina@xxxxxxxxx
> wrote:
Hi again…
How do I do to resize more than one image when I upload using php and not
any library like the “gd”
I have this:
$folder="../products";
copy($_FILES['5']['tmp_name'],$folder.'/'.$_FILES['5']['name']);
$picture5=$_FILES['5']['name'];
copy($_FILES['6']['tmp_name'],$folder.'/'.$_FILES['6']['name']);
$picture5=$_FILES['6']['name'];
.
.
.
thanks
+ _
// Emiliano Boragina _
// Diseño & Comunicación //////////////////
+ _
// emiliano.boragina@xxxxxxxxx /
// 15 40 58 60 02 ///////////////////////////
+ _
How do you expect to resize an image without using gd, do you have
imagemagik installed?
Bastien
Sent from my iPod
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php