https://bugzilla.wikimedia.org/show_bug.cgi?id=38344
Patrick Reilly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Patrick Reilly <[email protected]> 2012-07-24 19:33:31 UTC --- So with a 8MP camera the images are 3264x2448 with these options: { quality: 100, destinationType: navigator.camera.DestinationType.FILE_URI, sourceType: source, encodingType: navigator.camera.EncodingType.JPEG, correctOrientation: true } This means the image in memory is about 31 megabytes and then the secondary image to hold the rotation data is another 31 megabytes. This can cause an, "out of memory error". I think they'll need to write their own image manipulation code to get around this issue. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
