[PHP] Re: PHP and GD

2004-03-26 Thread Patrik Fomin
After uploading the picture, so the program should first upload the picture, then open it, cut it in like 6 pieces and save all the pieces and remove the original uploaded file. regards patrick "- Edwin -" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi, > > On Thu, 25 Mar 2004

[PHP] Re: PHP and GD

2004-03-24 Thread - Edwin -
Hi, On Thu, 25 Mar 2004 02:03:26 +0100 [EMAIL PROTECTED] (Patrik Fomin) wrote: > Hi, > > Is there anyway to split a picture with PHP (GD) ? > > Im uploading lots of pictures and i want to split them in 6 > pieces to make em load faster, is there anyway to do this in > PHP ? You mean, split the

[PHP] Re: PHP and GD

2004-03-24 Thread Geir Pedersen - Activio AS
Patrik, to split an uploaded image, I suggest you use "pamdice" which is one of the programs in the Netpbm toolkit. You can read all about Netpbm here: http://netpbm.sourceforge.net/. --- Geir Pedersen http://www.activio.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] Re: PHP and GD

2001-10-02 Thread Richard Lynch
What value is $im? Is it a valid image? Check error codes. -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Me