tedd schrieb:
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();
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($n
Ed Lazor schrieb:
On Oct 30, 2006, at 12:52 AM, Martin Hochreiter wrote:
Hi!
I'm using imagecopyresampled to create thumbnails of
various pictures.
That works well except some pictures that imagecopyresampled
converts to small black thumbnails (although it converts it correctly
to a bigger s
On Oct 30, 2006, at 12:52 AM, Martin Hochreiter wrote:
Hi!
I'm using imagecopyresampled to create thumbnails of
various pictures.
That works well except some pictures that imagecopyresampled
converts to small black thumbnails (although it converts it correctly
to a bigger size)
What is wrong
4 matches
Mail list logo