Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read large files #34

Closed
GoogleCodeExporter opened this issue May 7, 2015 · 1 comment
Closed

Cannot read large files #34

GoogleCodeExporter opened this issue May 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

1.  Download sample images here:  
http://www.geospatialexperts.com/sampledata.php
2.  Open file in ExifTest


Should see preview of image, instead get this error:

Exception of type 'System.OutOfMemoryException' was thrown.

In this loop:

for (int i = 0; i < fillerbytecount; i++)
   stream.WriteByte(0xFF);


Original issue reported on code.google.com by Mappe...@gmail.com on 9 Jun 2011 at 3:18

Attachments:

@GoogleCodeExporter
Copy link
Author

Fixed by r93.

Original comment by oozcitak on 22 Aug 2012 at 12:04

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant