Page 1 of 1

Re: Crash when reading large (>300M) AVI files

Posted: 2007-03-30T06:44:39-07:00
by magick
Most ImageMagick algorithms allocate a row of pixels at a time to avoid large memory requests but we see a section of the AVI code that tries to read the entire columns * rows pixels into memory. Can you post a URL to your image so we can download and reproduce the problem. With debugging we can identify if our conjecture is correct and work towards a more efficient algorithm.