Re: Imagecopyresampled creates black pictures

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 9:52 AM +0100 10/30/06, Martin Hochreiter wrote:
What is wrong here?

Martin:

Damn, that's a lot of code to do something pretty simple. I had no problems uploading and resampling your image with a lot less.

Try using ob_start() and ob_end() to grab your image.:

ob_start(); imagejpeg($new,$dir.'view/'.$name,85);
ob_end_clean();

hth's

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux