On Tuesday 24 June 2003 23:35, Edward Peloke wrote:

> I asked this question last week and thought I had it fixed but it still
> doesn't seem to work.  I use the code below to allow the user to upload
> their images, once uploaded the images don't look nearly as good as they
> did before uploading.  Another interesting thing is that if you right click
> on the images, they don't give you the option of saving the image, only
> saving as background but maybe that is because they are jpegs.  Do I need
> to use a higher resolution picture?

>     imagecopyresized($newimg,$img,0,0,0,0,$nw,$nh,$ow,$oh);

imagecopyresampled()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to