Crash when reading large (>300M) AVI files
Re: Crash when reading large (>300M) AVI files
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.