Re: [PHP] Re: imagecopyresize

2010-04-11 Thread Karl DeSaulniers
Hello all. I got my script to work, however, I am very new to php and I feel that it is just way to bloated and a tad bit sloppy. You can find a copy of my script here: http://designdrumm.com/upload_images_test.php.zip If anyone knows a way to shrink this or a way to short-hand most of it,

Re: [PHP] Re: imagecopyresize

2010-04-06 Thread tedd
Hi: Here's my code for doing watermarks: http://webbytedd.com/b/watermark/ Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: imagecopyresize

2010-04-06 Thread Nadim Attari
Hello Chris, Here's a link: http://pages.intnet.mu/nadim/php/image.upload.txt The code is minimal. Things I would like to add: - resize transparent gifs - resize animated gifs Time doesn't permit me, unfortunately :-( Regards, Nadim Attari - Auto-Deppe C. Hänsel wrote: -Ori

RE: [PHP] Re: imagecopyresize

2010-04-06 Thread Auto-Deppe C . Hänsel
> -Original Message- > From: Karl DeSaulniers [mailto:k...@designdrumm.com] > Sent: Tuesday, April 06, 2010 10:39 AM > To: na...@alienworkers.com > Cc: php-general@lists.php.net > Subject: [PHP] Re: imagecopyresize > > Sweet deal. > Thanks Nadim. I think I got my script to work finally, bu