Re: [Ginp-developers] BUG :-(
Brought to you by:
burchbri,
dougculnane
From: Justin <ju...@sq...> - 2005-01-25 09:56:56
|
Doug Culnane wrote: > > It is still there: > http://culnane.navidat.com/dc/ginppic?path=%2FBoats+and+Builds%2F&name=DSC07655.JPG&height=647 > > > Doug, I think you're running out of memory because of the height parameter. If you remove it it runs fine. Just click on the link below to see what I mean. http://culnane.navidat.com/dc/ginppic?path=%2FBoats+and+Builds%2F&name=DSC07655.JPG I looked at the code and when the height is on you have to take a 500k compressed image, decompress it and make another copy of it transformed. This is a very memory intensive operation. When you don't put the height parameter on it you can just stream it off of the disk a byte at a time and this works fine. Regards, Justin |