Search found 1 match
- 2018-10-25T19:26:25-07:00
- Forum: MagickWand
- Topic: [iOS] libpng failed to allocate memory when reading png files
- Replies: 0
- Views: 81052
[iOS] libpng failed to allocate memory when reading png files
Hi there! I'm using MagickWand in an iOS app to merge lots of png files into a single gif file. The memory keeps accumulating significantly on reading png files. At some point (memory usage in Xcode was 379MB) libpng began to throw "Memory allocation failed" error. I've set SetMagickResourceLimit ...