Re: imagecreatefromjpeg() uses too much memory
- From: Johannes Wienke <spam@xxxxxxxxxx>
- Date: Tue, 28 Mar 2006 16:11:15 +0200
Am 28.03.2006 15:49 schrieb kapten:
Hi!
I'm making a function for uploading and resizing images to my web
hotel.
Problem is, memory_limit is set to 16M so when uploading larger images
the script crashes.
[...]
The line $image = imagecreatefromjpeg($imgarray["tmp_name"]); causes
the problem.
Do any of you know any other way to solve this problem?
I don't think there is any other solution than changing the memory
limit. Maybe you should change your hoster...
.
- Follow-Ups:
- Re: imagecreatefromjpeg() uses too much memory
- From: bobzimuta
- Re: imagecreatefromjpeg() uses too much memory
- References:
- imagecreatefromjpeg() uses too much memory
- From: kapten
- imagecreatefromjpeg() uses too much memory
- Prev by Date: Re: mail problem
- Next by Date: Re: mail problem
- Previous by thread: imagecreatefromjpeg() uses too much memory
- Next by thread: Re: imagecreatefromjpeg() uses too much memory
- Index(es):
Relevant Pages
|