Open GoogleCodeExporter opened 8 years ago
I am troubled by this problem a few days too. I think it is caused by memory
use. When analysising big jpegs -
more than 500KB - with methord scanImageData , it crashed.
I change methord scanImageData by myself and make it into steps:
1. return exif data in the form of NSData*;
2. release former jpegData to free memory;
3. parse exif data with EXFMetadata parseExif method.
And then it works.
Original comment by ccairb...@gmail.com
on 22 Oct 2009 at 9:01
Hello ccairball,
Could you please upload the code of your scanImageData method to pastebin.com or
somewhere else? I am stumbling at this exact issue. Thanks.
Original comment by ducn...@gmail.com
on 5 Dec 2009 at 12:38
Original issue reported on code.google.com by
kimh...@gmail.com
on 29 Aug 2009 at 2:51