Re: Image Helper memory usage fatal error

2008-07-08 Thread Dave J
Just throwing it out there but what if the helper was modified to use ImageMagick from the commandline, instead of GD? In my experience, ImageMagick is a lot more capable in handling large images (not to mention, it uses its own memory space, instead of PHP's). Also, it can handle pretty muc

Re: Image Helper memory usage fatal error

2008-07-08 Thread francky06l
Well try with smaller images. Also what is your memory_limit set in php.ini ? Maybe try an ini_set('memory_limit', xxMb), before calling the resizing .. On Jul 8, 3:29 pm, clrockwell <[EMAIL PROTECTED]> wrote: > Thanks francky06l - I am actually using rc2, sorry for the typo. > > The images were

Re: Image Helper memory usage fatal error

2008-07-08 Thread clrockwell
Thanks francky06l - I am actually using rc2, sorry for the typo. The images were originally as large as 3M, but I have resized them all down to less than 2MB and the issue still occurs. I also re-exported them as jpg as they were originally exported with cmyk color. The issue is less prevalent,

Re: Image Helper memory usage fatal error

2008-07-07 Thread francky06l
You should use rc2 ;-) By the way, what is the image size you try to resize ? On Jul 7, 3:34 pm, clrockwell <[EMAIL PROTECTED]> wrote: > Hello All, hoping someone can point out the why I keep getting a > memory error at line 59 of image helper, it is using a ridiculous > amount of memory. > > The

Image Helper memory usage fatal error

2008-07-07 Thread clrockwell
Hello All, hoping someone can point out the why I keep getting a memory error at line 59 of image helper, it is using a ridiculous amount of memory. The helper is posted here: http://bin.cakephp.org/view/859527090 Using nightly build 6296 (just grabbed it yesterday), cakephp 1.2 rc1 Thanks much