Re: [PHP] imagecreatefromjpeg() uses too much memory

2006-03-28 Thread Fredrik Enestad
d Davey <[EMAIL PROTECTED]>: > > On 28 Mar 2006, at 14:21, Fredrik Enestad wrote: > > > 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 > >

[PHP] imagecreatefromjpeg() uses too much memory

2006-03-28 Thread Fredrik Enestad
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. So, I tried to override the memory_limit setting, but as it turns out, my web host has set some safe mode setting, so that no set